Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.78 KB

README.md

File metadata and controls

43 lines (28 loc) · 1.78 KB

Proxy Manager module for Zend Framework

Proxy Manager integration into Zend Framework.

Build Status Latest Stable Version Total Downloads

Requirements

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.