zimbra-api / common
Common libraries used by Zimbra Api
1.0.0
2016-02-04 06:26 UTC
Requires
- php: >=5.4.0
- phpcollection/phpcollection: 0.*
Requires (Dev)
- fzaninotto/faker: ~v1.5.0
- phpunit/phpunit: ~4.0
This package is auto-updated.
Last update: 2026-03-10 20:26:25 UTC
README
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.