dev-master
9999999-devFastFrame Kernel
MIT
The Requires
The Development Requires
- phpunit/phpunit ^4.8
- codeclimate/php-test-reporter ^0.4.0
- mikey179/vfsstream ^1.6
Wallogit.com
2017 © Pedro Peláez
FastFrame Kernel
An unassuming interface to running a http or console kernel. This defines the basic Kernel interace, and the implementation of an Environment and ProviderList for Container Interop configuration., (*1)
Via Composer, (*3)
$ composer require fastframe/kernel
The following classes are provided by this library:, (*4)
FastFrame\Kernel\Environment Contains kernel runtime environment variablesFastFrame\Kernel\ProviderList Maintains a list of providers with the ability to run define/modify against all of the providersThe following trait is provided by this library:
* FastFrame\Kernel\HasSubProviders Allows to more easily run the define/modify process on the providerlist., (*5)
For general usage instructions, please read the documentation here., (*6)
This package attempts to comply with PSR-1 and PSR-4. If you notice compliance oversights, please send a patch via pull request., (*7)
If you believe you have found a bug, please report it using the Github issue tracker, or better yet, fork the library and submit a pull request., (*8)
$ composer test
Please see CONTRIBUTING for details., (*9)
The MIT License (MIT). Please see License File for more information., (*10)
FastFrame Kernel
MIT