PHPackages                             infince/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. infince/soap-api

ActiveLibrary

infince/soap-api
================

PHP wrapper library around the Zimbra Soap API (web service) Upgraded to work on Guzzel 7.\*

1.2.1(5y ago)0163MITPHPPHP ^7.2.5

Since Feb 28Pushed 4y agoCompare

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

READMEChangelog (1)Dependencies (5)Versions (19)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.x. It allows you to manage easily zimbra accounts, zimbra domains and zimbra servers.

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

[](#requirement)

- PHP &gt;= 5.5.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": {
        "zimbra-api/soap-api": "*"
    }
}
```

> `zimbra-api` follows the PSR-4 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)

```
