slaxweb / bootstrap
Bootstrap for SlaxWeb Framework
0.6.0
2017-04-25 19:44 UTC
Requires
- php: >=7.0.0
- pimple/pimple: 3.0.2
- slaxweb/config: ~0.3
- slaxweb/hooks: ~0.6
- slaxweb/logger: ~0.5
- slaxweb/output: ~0.2
- slaxweb/router: ~0.6
Requires (Dev)
- behat/gherkin: ~4.4
- codeception/codeception: ~2.2
- codeception/specify: *
- phpunit/phpunit: ~5.4
README
The Bootstrap component is not intended for use outside of the SlaxWeb/Framework. It instantiates the application and dispatches the Request to the defined User Code, with the help of the Router. It also handles loading of configuration files, hook definitions and Route collections.
As it is not intended to use outside of the Framework, this README does not cover the usage or installation. But if you find use for the Bootstrap in your application, feel free to use it!