2017 © Pedro Peláez
 

library account

Account libraries used by Zimbra Api

image

zimbra-api/account

Account libraries used by Zimbra Api

  • Sunday, August 21, 2016
  • by nguyennv
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1,041 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 1 % Grown

The README.md

Zimbra Account Component

Zimbra Account provides wrapper for the zimbra account client., (*1)

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., (*2)

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:, (*3)

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

Then install your dependencies using composer.phar install., (*4)

The Versions

21/08 2016

dev-master

9999999-dev https://github.com/zimbra-api

Account libraries used by Zimbra Api

  Sources   Download

BSD (3-Clause) License

The Requires

 

The Development Requires

api soap account

26/03 2016

1.0.2

1.0.2.0 https://github.com/zimbra-api

Account libraries used by Zimbra Api

  Sources   Download

BSD (3-Clause) License

The Requires

 

The Development Requires

api soap account

19/03 2016

1.0.1

1.0.1.0 https://github.com/zimbra-api

Account libraries used by Zimbra Api

  Sources   Download

BSD (3-Clause) License

The Requires

 

The Development Requires

api soap account

28/02 2016

1.0.0

1.0.0.0 https://github.com/zimbra-api

Account libraries used by Zimbra Api

  Sources   Download

BSD (3-Clause) License

The Requires

 

The Development Requires

api soap account