Soap libraries used by Zimbra Api

1.0.1 2016-03-19 02:45 UTC

This package is auto-updated.

Last update: 2024-04-10 16:18:19 UTC


README

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.