riskio / proxy-manager-module
This package is abandoned and no longer maintained.
No replacement package was suggested.
Proxy Manager integration into Zend Framework
v1.0.0
2017-09-29 08:35 UTC
Requires
- php: ^7.0
- ocramius/proxy-manager: ^2.0
- psr/container: ^1.0
- zendframework/zend-filter: ^2.7.1
- zendframework/zend-hydrator: ^1.1.0 || ^2.2.1
- zendframework/zend-mvc: ^2.7.10 || ^3.0.2
Requires (Dev)
- phpunit/phpunit: ^5.4
This package is auto-updated.
Last update: 2022-11-26 22:10:53 UTC
README
Proxy Manager integration into Zend Framework.
Requirements
- PHP 7.0+
- ocramius/proxy-manager ^2.0
- zendframework/zend-filter ^2.7.1
- zendframework/zend-hydrator ^1.1.0 || ^2.2.1
- zendframework/zend-mvc ^2.7.10 || ^3.0.2
Installation
Proxy Manager module must be installed through Composer. For Composer documentation, please refer to getcomposer.org.
You can install the module from command line:
$ composer require riskio/proxy-manager-module
Enable the module by adding Riskio\ProxyManagerModule
key in your application.config.php
file. In order to configure the module, you must copy and paste the proxy_manager.global.php.dist
file to your config/autoload
folder.
Testing
$ vendor/bin/phpunit
Credits
License
The MIT License (MIT). Please see License File for more information.