phpab / storage-zendframework
A library extension on phpab/phpab that adds support for Zend Framework storage.
dev-master
2016-05-16 10:34 UTC
Requires
- php: ~5.5|~7.0
- phpab/phpab: dev-master
- zendframework/zend-session: ^2.7
Requires (Dev)
- phpunit/phpunit: 4.*
- scrutinizer/ocular: ^1.3
- squizlabs/php_codesniffer: ~2.3
This package is not auto-updated.
Last update: 2024-11-01 21:52:45 UTC
README
Storage adapters that make use of Zend Framework.
Install
Via Composer
$ composer require phpab/storage-zendframework
Usage
$container = new \Zend\Session\Container(); $adapter = new \PhpAb\Storage\Adapter\ZendSeession($container);
Change log
Please see CHANGELOG for more information what has changed recently.
Testing
$ composer test
Contributing
Please see CONTRIBUTING and CONDUCT for details.
Security
If you discover any security related issues, please open an issue in the issue tracker. We realize this is not ideal but it's the fastest way to get the issue solved.
Credits
License
The MIT License (MIT). Please see License File for more information.