Proxy Manager integration into Zend Framework.
- 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
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.
$ vendor/bin/phpunit
The MIT License (MIT). Please see License File for more information.