PHPackages                             zendserverapi/zendserverapi-phing - 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-phing

ActiveLibrary[API Development](/categories/api)

zendserverapi/zendserverapi-phing
=================================

Zend Server API Phing Wrapper

0.0.1(13y ago)2212[2 issues](https://github.com/iwalz/zendserverapi-phing/issues)MITPHPPHP &gt;=5.3.3

Since Dec 6Pushed 13y ago2 watchersCompare

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

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

Zend Server API - phing integration
===================================

[](#zend-server-api---phing-integration)

=====================================

**For usage instructions, see the [Wiki section](https://github.com/iwalz/zendserverapi-phing/wiki)**

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

[](#installation-via-composer)

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

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

Run `composer.phar 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:

```
