flag / framework
Installs: 19
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/flag/framework
README
Flag framework is a PHP library for tests.
Installation
Use the package manager pip to install flag framework.
composer requrie flag/framework
Usage
<?php use Flag\Framework\Core\Application; $app = new Application(); $app->run();
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.