2017 © Pedro Peláez
 

library soap-api

PHP wrapper library around the Zimbra Soap API (web service)

image

zimbra/soap-api

PHP wrapper library around the Zimbra Soap API (web service)

  • Sunday, July 1, 2018
  • by nguyennv
  • Repository
  • 10 Watchers
  • 38 Stars
  • 323 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 20 Forks
  • 14 Open issues
  • 17 Versions
  • 0 % Grown

The README.md

Zimbra SOAP API library

This library is a simple Object Oriented wrapper for the Zimbra SOAP API., (*1)

Requirement

  • PHP 8.1.x or later,
  • PSR Discovery library for searching installed http clients and http message factories,
  • Serializer library for (de-)serializing XML,
  • (optional) PHPUnit to run tests,

Installation

Via Composer, (*2)

$ composer require zimbra-api/soap-api

or just add it to your composer.json file directly., (*3)

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

Basic usage of admin api

<?php declare(strict_types=1);

require_once 'vendor/autoload.php';

use Zimbra\Admin\AdminApi;
use Zimbra\Common\Enum\AccountBy;
use Zimbra\Common\Struct\AccountSelector;

$api = new AdminApi('https://zimbra.server:7071/service/admin/soap');
$api->auth($username, $password);
$account = $api->getAccountInfo(new AccountSelector(AccountBy::NAME, $accountName));

From $api object, you can access to all Zimbra Admin API., (*4)

Licensing

BSD 3-Clause, (*5)

For the full copyright and license information, please view the LICENSE
file that was distributed with this source code.

The Versions

01/07 2018

2.0.x-dev

2.0.9999999.9999999-dev

PHP wrapper library around the Zimbra Soap API (web service)

  Sources   Download

BSD-3-Clause BSD (3-Clause) License

The Requires

 

The Development Requires

library client soap web service zimbra api

13/06 2018

dev-master

9999999-dev

PHP wrapper library around the Zimbra Soap API (web service)

  Sources   Download

BSD-3-Clause BSD (3-Clause) License

The Requires

 

The Development Requires

library client soap web service zimbra api

13/06 2018

1.1.x-dev

1.1.9999999.9999999-dev

PHP wrapper library around the Zimbra Soap API (web service)

  Sources   Download

BSD-3-Clause BSD (3-Clause) License

The Requires

 

The Development Requires

library client soap web service zimbra api

13/06 2018

1.0.x-dev

1.0.9999999.9999999-dev

PHP wrapper library around the Zimbra Soap API (web service)

  Sources   Download

BSD-3-Clause BSD (3-Clause) License

The Requires

 

The Development Requires

library client soap web service zimbra api

12/06 2018

1.1.2

1.1.2.0

PHP wrapper library around the Zimbra Soap API (web service)

  Sources   Download

BSD (3-Clause) License

The Requires

 

The Development Requires

library client soap web service zimbra api

12/06 2018

1.0.9

1.0.9.0

PHP wrapper library around the Zimbra Soap API (web service)

  Sources   Download

BSD (3-Clause) License

The Requires

 

The Development Requires

library client soap web service zimbra api

30/09 2016

1.1.1

1.1.1.0

PHP wrapper library around the Zimbra Soap API (web service)

  Sources   Download

BSD (3-Clause) License

The Requires

 

The Development Requires

library client soap web service zimbra api

30/09 2016

1.0.8

1.0.8.0

PHP wrapper library around the Zimbra Soap API (web service)

  Sources   Download

BSD (3-Clause) License

The Requires

 

The Development Requires

library client soap web service zimbra api

09/09 2016

1.1.0

1.1.0.0

PHP wrapper library around the Zimbra Soap API (web service)

  Sources   Download

BSD (3-Clause) License

The Requires

 

The Development Requires

library client soap web service zimbra api

09/09 2016

1.0.7

1.0.7.0

PHP wrapper library around the Zimbra Soap API (web service)

  Sources   Download

BSD (3-Clause) License

The Requires

 

The Development Requires

library client soap web service zimbra api

21/08 2016

1.0.6

1.0.6.0

PHP wrapper library around the Zimbra Soap API (web service)

  Sources   Download

BSD (3-Clause) License

The Requires

 

The Development Requires

library client soap web service zimbra api

12/08 2016

1.0.5

1.0.5.0

PHP wrapper library around the Zimbra Soap API (web service)

  Sources   Download

BSD (3-Clause) License

The Requires

 

The Development Requires

library client soap web service zimbra api

13/06 2016

1.0.4

1.0.4.0

PHP wrapper library around the Zimbra Soap API (web service)

  Sources   Download

BSD (3-Clause) License

The Requires

 

The Development Requires

library client soap web service zimbra api

27/03 2016

1.0.3

1.0.3.0

PHP wrapper library around the Zimbra Soap API (web service)

  Sources   Download

BSD (3-Clause) License

The Requires

 

The Development Requires

library client soap web service zimbra api

23/03 2016

1.0.2

1.0.2.0

PHP wrapper library around the Zimbra Soap API (web service)

  Sources   Download

BSD (3-Clause) License

The Requires

 

The Development Requires

library client soap web service zimbra api

19/03 2016

1.0.1

1.0.1.0

PHP wrapper library around the Zimbra Soap API (web service)

  Sources   Download

BSD (3-Clause) License

The Requires

 

The Development Requires

library client soap web service zimbra api

28/02 2016

1.0.0

1.0.0.0

PHP wrapper library around the Zimbra Soap API (web service)

  Sources   Download

BSD (3-Clause) License

The Requires

 

The Development Requires

library client soap web service zimbra api