PHPackages                             jlaso/zimbra-soap-api-bundle - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. jlaso/zimbra-soap-api-bundle

ActiveBundle[HTTP &amp; Networking](/categories/http)

jlaso/zimbra-soap-api-bundle
============================

Bundle to communicate with Zimbra ZCS servers through soap api

354PHP

Since Nov 14Pushed 7y ago2 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Zimbra Soap Api Bundle
======================

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

This Bundle is based in the work of Chris Ramakers, see original repo on

Usage
-----

[](#usage)

```
add to require area in composer.json
```
    "jlaso/zimbra-soap-api-bundle" : "*"
``

add in AppKernel.php

```
    public function registerBundles()
    {
        $bundles = array(
            //...
            new \Jlaso\ZimbraSoapApiBundle\ZimbraSoapApiBundle(),
            //...
        );

        return $bundles;
    }
```

add to parameters.yml

```
    jlaso_zimbra_soap_api:
        server: localhost
        port: 7071
        username: admin
        password: "adminpassword"
        debug: true
```

```

A generic exception that indicates something went wrong in the Zimbra library, specifics on the error are contained in the exception message, most of the times this is a 1-on-1 copy of the error the SoapClient received as Fault message/code from the Zimbra Soap API.

This exception is only ever thrown with the error code `1000`

### \\Zimbra\\ZCS\\Exception\\InvalidEntity

[](#zimbrazcsexceptioninvalidentity)

This exception is thrown when the library tries to construct an Entity but fails to do so because of failed validation. What exactly is wrong can be retrieved by calling `$exception->getErrors()` which returns an associative array of all failed validation rules.

This exception is only ever thrown with the error code `1100`

### \\Zimbra\\ZCS\\Exception\\EntityNotFound

[](#zimbrazcsexceptionentitynotfound)

This exception is thrown when an entity is requested but cannot be found on the ZCS server. There are several possible error codes, each code translates to what exactly is missing.

- `1201` domain cannot be found
- `1202` account cannot be found
- `1203` alias cannot be found
- `1204` cos cannot be found

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/6f19216fd9d91bd7cfff14362e2ddb5728bd2d8f50d2e0174626fc61510ed33b?d=identicon)[jlaso](/maintainers/jlaso)

---

Top Contributors

[![jlaso](https://avatars.githubusercontent.com/u/1332197?v=4)](https://github.com/jlaso "jlaso (4 commits)")

### Embed Badge

![Health badge](/badges/jlaso-zimbra-soap-api-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/jlaso-zimbra-soap-api-bundle/health.svg)](https://phpackages.com/packages/jlaso-zimbra-soap-api-bundle)
```

###  Alternatives

[php-http/cache-plugin

PSR-6 Cache plugin for HTTPlug

25025.5M80](/packages/php-http-cache-plugin)[illuminate/http

The Illuminate Http package.

11937.2M6.6k](/packages/illuminate-http)[rdkafka/rdkafka

A PHP extension for Kafka

2.2k20.0k1](/packages/rdkafka-rdkafka)[httpsoft/http-message

Strict and fast implementation of PSR-7 and PSR-17

87930.4k113](/packages/httpsoft-http-message)[mezzio/mezzio-router

Router subcomponent for Mezzio

265.3M84](/packages/mezzio-mezzio-router)[serpapi/google-search-results-php

Get Google, Bing, Baidu, Ebay, Yahoo, Yandex, Home depot, Naver, Apple, Duckduckgo, Youtube search results via SerpApi.com

69122.6k](/packages/serpapi-google-search-results-php)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
