2017 © Pedro Peláez
 

library admin

Admin libraries used by Zimbra Api

image

zimbra-api/admin

Admin libraries used by Zimbra Api

  • Monday, September 19, 2016
  • by nguyennv
  • Repository
  • 3 Watchers
  • 1 Stars
  • 29 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 5 Versions
  • 7 % Grown

The README.md

Zimbra Admin Component

Zimbra Admin provides wrapper for the zimbra admin client., (*1)

Basic usage of zimbra admin client

<?php

// This file is generated by Composer
require_once 'vendor/autoload.php';

$api = \Zimbra\Admin\AdminFactory::instance('https://localhost:7071/service/admin/soap');
$api->auth('username', 'password');
$account = new \Zimbra\Struct\AccountSelector(\Zimbra\Enum\AccountBy::NAME(), 'username');
$accountInfo = $api->getAccountInfo($account);

From $api object, you can access to all zimbra admin 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/admin": "*"
    }
}

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

The Versions

19/09 2016

dev-master

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

Admin libraries used by Zimbra Api

  Sources   Download

BSD (3-Clause) License

The Requires

 

The Development Requires

api admin soap

26/03 2016

1.0.3

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

Admin libraries used by Zimbra Api

  Sources   Download

BSD (3-Clause) License

The Requires

 

The Development Requires

api admin soap

23/03 2016

1.0.2

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

Admin libraries used by Zimbra Api

  Sources   Download

BSD (3-Clause) License

The Requires

 

The Development Requires

api admin soap

19/03 2016

1.0.1

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

Admin libraries used by Zimbra Api

  Sources   Download

BSD (3-Clause) License

The Requires

 

The Development Requires

api admin soap

04/02 2016

1.0.0

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

Admin libraries used by Zimbra Api

  Sources   Download

BSD (3-Clause) License

The Requires

 

The Development Requires

api admin soap