PHPackages                             zimbra-api/soap-api - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. zimbra-api/soap-api

ActiveLibrary[API Development](/categories/api)

zimbra-api/soap-api
===================

PHP wrapper library around the Zimbra Soap API

3.2.2(6mo ago)65102.9k↓15.1%52[34 issues](https://github.com/zimbra-api/soap-api/issues)1BSD-3-ClausePHPPHP ^8.1CI passing

Since Feb 28Pushed 6mo ago13 watchersCompare

[ Source](https://github.com/zimbra-api/soap-api)[ Packagist](https://packagist.org/packages/zimbra-api/soap-api)[ RSS](/packages/zimbra-api-soap-api/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (9)Versions (39)Used By (1)

Zimbra SOAP API library
=======================

[](#zimbra-soap-api-library)

This library is a simple Object Oriented wrapper for the Zimbra SOAP API.

Requirement
-----------

[](#requirement)

- PHP 8.1.x or later,
- [PSR Discovery](https://github.com/psr-discovery) library for searching installed http clients and http message factories,
- [Serializer](https://jmsyst.com/libs/serializer) library for (de-)serializing XML,
- (optional) PHPUnit to run tests,

Installation
------------

[](#installation)

Via [Composer](https://getcomposer.org)

```
$ composer require zimbra-api/soap-api
```

or just add it to your `composer.json` file directly.

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

Basic usage of admin api
------------------------

[](#basic-usage-of-admin-api)

```
