PHPackages                             zendserverapi/zendserverapi - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. zendserverapi/zendserverapi

ActiveLibrary[API Development](/categories/api)

zendserverapi/zendserverapi
===========================

Zend Server API Wrapper

0.0.1(13y ago)54284[10 issues](https://github.com/iwalz/zendserverapi/issues)1MITPHPPHP &gt;=5.3.3

Since Dec 3Pushed 12y ago2 watchersCompare

[ Source](https://github.com/iwalz/zendserverapi)[ Packagist](https://packagist.org/packages/zendserverapi/zendserverapi)[ Docs](https://github.com/iwalz/zendserverapi)[ RSS](/packages/zendserverapi-zendserverapi/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (2)Used By (1)

Zend Server API
===============

[](#zend-server-api)

Master: [![Build Status](https://camo.githubusercontent.com/6798063cae9f18ff31f4e23ee172eb6dcb6db80e7484eaabd7a7747088876803/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f6977616c7a2f7a656e647365727665726170692e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/iwalz/zendserverapi)

[PHP Doc](http://zs-apidoc.rubber-duckling.net)

[Documentation](https://zend-server-api.readthedocs.org/en/latest/)

Installation via composer
-------------------------

[](#installation-via-composer)

To install the Zend Server API, your `composer.json` file should look like this:

```
{
  "repositories": [
  	{
			"type": "composer",
			"url": "http://packages.zendframework.com/"
		}
	],
  "require": {
  	"zendserverapi/zendserverapi": "dev-master"
  },
  "minimum-stability": "dev"
}
```

Run `composer install` from your project root and you should be ready to go.

**Please note:**You don't really need the repositories section in your `composer.json` - the side effect will be, that you've the whole zf2 framework installed via composer. The library still works as expected, but there will be an overhead during installation.

Configure your servers
----------------------

[](#configure-your-servers)

You can find the configuration file, starting from your project root, at `vendor/zendserverapi/zendserverapi/config/config.php`.

A valid configfile may look like this:

```
