zimbra-api/account
Composer 安装命令:
composer require zimbra-api/account
包简介
Account libraries used by Zimbra Api
README 文档
README
Zimbra Account provides wrapper for the zimbra account client.
Basic usage of zimbra account client
<?php // This file is generated by Composer require_once 'vendor/autoload.php'; $account = new \Zimbra\Struct\AccountSelector(\Zimbra\Enum\AccountBy::NAME(), 'username'); $api = \Zimbra\Account\AccountFactory::instance('https://localhost/service/soap'); $api->auth($account, 'password'); $accountInfo = $api->getAccountInfo($account);
From $api object, you can access to all zimbra account 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/account": "*" } }
Then install your dependencies using composer.phar install.
统计信息
- 总下载量: 2.45k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: BSD
- 更新时间: 2014-04-26