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

454PHP

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 today

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 22% 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

[friendsofsymfony/rest-bundle

This Bundle provides various tools to rapidly develop RESTful API's with Symfony

2.8k73.3M319](/packages/friendsofsymfony-rest-bundle)[php-http/discovery

Finds and installs PSR-7, PSR-17, PSR-18 and HTTPlug implementations

1.3k309.5M1.2k](/packages/php-http-discovery)[nyholm/psr7

A fast PHP7 implementation of PSR-7

1.3k235.4M2.4k](/packages/nyholm-psr7)[pusher/pusher-php-server

Library for interacting with the Pusher REST API

1.5k94.8M291](/packages/pusher-pusher-php-server)[spatie/crawler

Crawl all internal links found on a website

2.8k16.3M52](/packages/spatie-crawler)[react/http

Event-driven, streaming HTTP client and server implementation for ReactPHP

78126.4M414](/packages/react-http)

PHPackages © 2026

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