A suite of PHP components that you can use to compose your application.
Each component is shipped with a Silex Service Provider that allows you to easily integrate components in a Silex application.
- Config - A class to handle config file reading
$ composer require webcomposer
Currently I use PHPUNIT for testing. To run the test suite just run phpunit
from the root folder of your
project
$ phpunit
MIT