PHPackages                             foobarfighters/zend-server-web-api - 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. [DevOps &amp; Deployment](/categories/devops)
4. /
5. foobarfighters/zend-server-web-api

ActiveLibrary[DevOps &amp; Deployment](/categories/devops)

foobarfighters/zend-server-web-api
==================================

PHP wrapper for the Zend Server Web API

v0.0.5(4y ago)0111MITPHP

Since Jun 13Pushed 4y ago1 watchersCompare

[ Source](https://github.com/FooBarFighters/zend-server-web-api)[ Packagist](https://packagist.org/packages/foobarfighters/zend-server-web-api)[ RSS](/packages/foobarfighters-zend-server-web-api/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (5)Dependencies (5)Versions (6)Used By (1)

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

[](#zend-server-web-api)

A [Guzzle](https://docs.guzzlephp.org/en/stable/) based wrapper for (a part of) the [Zend Server Web API](https://help.zend.com/zend/current/content/web_api_reference_guide.htm). Has no dependencies with any framework. Check the traits in ZendServer/WebApi/Client/Core/Method for the endpoints that are currently supported.

Installation
------------

[](#installation)

The package can be installed with composer:

```
composer require foobarfighters/zend-server-web-api
```

Usage
-----

[](#usage)

When making use of the ClientFactory the Zend Server credentials can be passed as an array. Alternatively these values can be passed directly into the constructor of the client when instantiating it manually.

```
