zendserverapi / zf2
Installs: 66
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/zendserverapi/zf2
Requires
- zendframework/zendframework: >2.2.0
- zendserverapi/zendserverapi: dev-master
This package is auto-updated.
Last update: 2020-01-23 01:20:49 UTC
README
This is the module for using the ZendServerAPI in your ZendFramework 2 application.
Installation via composer
To install the Zend Server API, your composer.json
file should look like this:
{ "require": { "zendserverapi/zf2": "dev-master" }, "minimum-stability": "dev" }
Run composer install
from your project root and you should be ready to go.
Credits
This module is based on the ZendServerAPI implementation in PHP by Ingo Walz and on the ZendFramework 2.