2017 © Pedro Peláez
 

library kernel

FastFrame Kernel

image

fastframe/kernel

FastFrame Kernel

  • Sunday, January 7, 2018
  • by dlundgren
  • Repository
  • 1 Watchers
  • 0 Stars
  • 11 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 10 % Grown

The README.md

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)

Latest Version on Packagist Software License Build Status Code Climate Test Coverage, (*2)

Install

Via Composer, (*3)

$ composer require fastframe/kernel

Usage

The following classes are provided by this library:, (*4)

  • FastFrame\Kernel\Environment Contains kernel runtime environment variables
  • FastFrame\Kernel\ProviderList Maintains a list of providers with the ability to run define/modify against all of the providers

The 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)

Quality

This package attempts to comply with PSR-1 and PSR-4. If you notice compliance oversights, please send a patch via pull request., (*7)

Support

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)

Testing

$ composer test

Contributing

Please see CONTRIBUTING for details., (*9)

Credits

License

The MIT License (MIT). Please see License File for more information., (*10)

The Versions

07/01 2018