/soap

[zimbra-api] [READ-ONLY] Subtree split of the Zimbra\Soap component

Primary LanguagePHP

Zimbra Soap Component

Zimbra Soap provides classes to manage the SOAP client protocol for Zimbra Soap Api

Installation

This package can be installed easily using Composer <http://getcomposer.org>. Simply add the following to the composer.json file at the root of your project:

{
    "require": {
        "zimbra-api/soap": "*"
    }
}

Then install your dependencies using composer.phar install.