zimbra-api/common

Zimbra Api使用的常用库

1.0.0 2016-02-04 06:26 UTC

This package is auto-updated.

Last update: 2024-09-10 17:10:07 UTC


README

Zimbra Common为Zimbra Soap Api提供工具类,如XML处理、类型化集合...

安装

此包可以使用Composer <https://getcomposer.org.cn>轻松安装。只需将以下内容添加到项目根目录下的composer.json文件中

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

然后使用composer.phar install安装依赖项。