Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 470 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 470 Bytes

Zimbra Common Component

Zimbra Common provides utility classes for Zimbra Soap Api like XML processing, typed collections...

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/common": "*"
    }
}

Then install your dependencies using composer.phar install.