This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (dev-master) of this package.

dev-master 2013-05-28 08:13 UTC

This package is auto-updated.

Last update: 2020-01-23 01:20:49 UTC


README

Master: Build Status

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.