phossa2 / libs
Bundle of phossa2 libraries for the framework.
Installs: 22
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:composer-plugin
Requires
- php: >=5.4.0
- composer-plugin-api: ^1.0
- container-interop/container-interop: 1.*
- psr/cache: 1.*
- psr/log: 1.*
- wixel/gump: dev-master
- zendframework/zend-diactoros: ^1.3.0
Requires (Dev)
- phpunit/phpunit: 4.*
- squizlabs/php_codesniffer: 2.*
Replaces
- phossa2/cache: 2.*
- phossa2/composer: 2.*
- phossa2/config: 2.*
- phossa2/db: 2.*
- phossa2/di: 2.*
- phossa2/env: 2.*
- phossa2/event: 2.*
- phossa2/logger: 2.*
- phossa2/middleware: 2.*
- phossa2/query: 2.*
- phossa2/route: 2.*
- phossa2/session: 2.*
- phossa2/shared: 2.*
- phossa2/storage: 2.*
- phossa2/uuid: 2.*
- phossa2/validate: 2.*
This package is not auto-updated.
Last update: 2024-10-26 20:58:41 UTC
README
phossa2/libs is the bundle of phossa2 libraries for the framework.
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.
Installation
Install via the composer
utility.
composer require "phossa2/libs"
or add the following lines to your composer.json
{ "require": { "phossa2/libs": "2.*" } }
Change log
Please see CHANGELOG from more information.
Testing
$ composer test
Contributing
Please see CONTRIBUTE for more information.
Dependencies
-
PHP >= 5.4.0
-
psr/log ~1.0
-
psr/cache ~1.0
-
wixel/gump >= 1.4,
-
zendframework/zend-diactoros ^1.3.0
-
container-interop/container-interop ~1.0