PHPackages                             gon-zoo82/soap-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. [API Development](/categories/api)
4. /
5. gon-zoo82/soap-api

ActiveLibrary[API Development](/categories/api)

gon-zoo82/soap-api
==================

PHP wrapper library around the Zimbra Soap API (web service)

1.1.x-dev(11y ago)06BSD (3-Clause) LicensePHPPHP &gt;=5.3.0

Since Jul 16Pushed 10y ago1 watchersCompare

[ Source](https://github.com/GonZOO82/zimbra-api)[ Packagist](https://packagist.org/packages/gon-zoo82/soap-api)[ RSS](/packages/gon-zoo82-soap-api/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (4)Versions (3)Used By (0)

Zimbra-API
==========

[](#zimbra-api)

This API A simple Object Oriented wrapper for the zimbra soap api (web service). It's written with PHP 5.4. It allows you to manage easily zimbra accounts, zimbra domains and zimbra servers.

Requirement
-----------

[](#requirement)

- PHP &gt;= 5.4.x with [cURL](http://php.net/manual/en/book.curl.php) extension,
- [Guzzle](https://github.com/guzzle/guzzle) library,
- [Evenement](https://github.com/igorw/evenement) library,
- [PhpCollection](https://github.com/schmittjoh/php-collection) library,
- (optional) PHPUnit to run tests,

Autoload
--------

[](#autoload)

The new version of `zimbra-api` using [Composer](http://getcomposer.org). The first step to use `zimbra-api` is to download composer:

```
$ curl -s http://getcomposer.org/installer | php
```

Then we have to install our dependencies using:

```
$ php composer.phar install
```

Now we can use autoloader from Composer by:

```
{
    "require": {
        "gon-zoo82/zimbra-api": "*"
    }
}
```

> `zimbra-api` follows the PSR-0 convention names for its classes, which means you can easily integrate `zimbra-api` classes loading in your own autoloader.

Basic usage of `zimbra-api` admin client
----------------------------------------

[](#basic-usage-of-zimbra-api-admin-client)

```
