phpab/storage-zendframework

A library extension on phpab/phpab that adds support for Zend Framework storage.

dev-master 2016-05-16 10:34 UTC

This package is not auto-updated.

Last update: 2024-05-03 19:31:35 UTC


README

Latest Version on Packagist Software License Build Status Coverage Status Quality Score Total Downloads

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.