phossa2/libs
, (*1)
phossa2/libs is the bundle of phossa2 libraries for the framework., (*2)
It requires PHP 5.4, supports PHP 7.0+ and HHVM. It is compliant with PSR-1,
PSR-2, PSR-3, PSR-4, and the proposed PSR-5., (*3)
Installation
Install via the composer
utility., (*4)
composer require "phossa2/libs"
or add the following lines to your composer.json
, (*5)
{
"require": {
"phossa2/libs": "2.*"
}
}
Change log
Please see CHANGELOG from more information., (*6)
Testing
$ composer test
Contributing
Please see CONTRIBUTE for more information., (*7)
Dependencies
-
PHP >= 5.4.0, (*8)
-
psr/log ~1.0, (*9)
-
psr/cache ~1.0, (*10)
-
wixel/gump >= 1.4,, (*11)
-
zendframework/zend-diactoros ^1.3.0, (*12)
-
container-interop/container-interop ~1.0, (*13)
License
MIT License, (*14)