PHPackages                             synaq/zasa-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. [API Development](/categories/api)
4. /
5. synaq/zasa-bundle

ActiveSymfony-bundle[API Development](/categories/api)

synaq/zasa-bundle
=================

A Symfony2 wrapper for the Zimbra Soap Admin API (ZASA)

6.0(4y ago)92.2k5[1 PRs](https://github.com/synaq/SynaqZasaBundle/pulls)1PHPPHP ^5.4|^7

Since Mar 17Pushed 3y ago3 watchersCompare

[ Source](https://github.com/synaq/SynaqZasaBundle)[ Packagist](https://packagist.org/packages/synaq/zasa-bundle)[ Docs](https://github.com/synaq/SynaqZasaBundle)[ RSS](/packages/synaq-zasa-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (55)Used By (1)

SynaqZasaBundle
===============

[](#synaqzasabundle)

A Symfony2 wrapper for the Zimbra SOAP Admin API (ZASA). This bundle uses a custom XML builder to post SOAP requests over CURL or using the fopen() wrappers.

This bundle works with Zimbra 7 &amp; 8

This bundle was written to work specifically with our business model, so some functions return non-standard output. However, it should work with many use cases.

Requirements
------------

[](#requirements)

- PHP 5.3 with curl support
- Symfony 2.7 or greater

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

[](#installation)

### Step 1

[](#step-1)

Use composer to manage your dependencies and download SynaqZasaBundle:

```
$ php composer.phar update synaq/zasa-bundle
```

### Step 2

[](#step-2)

Add the bundles to your AppKernel

```
// app/AppKernel.php
public function registerBundles()
{
    return array(
        // ...
        new Synaq\ZasaBundle\SynaqZasaBundle(),
        new Synaq\CurlBundle\SynaqCurlBundle(),
        // ...
    );
}
```

### Step 3

[](#step-3)

Add the bundle configuration

```
synaq_zasa:
    server: your-zimbra-server.com
    admin_user: your-admin-user
    admin_pass: your-admin-password
    use_fopen: true|false
    auth_token_path: /path/to/optional/existing/auth/token
    rest_base_url: http://your-zimbra-server-rest-url-without-service-endpoint.some-host.com

synaq_curl:
    cookie_file: false
    options: { CURLOPT_RETURNTRANSFER: true, CURLOPT_SSL_VERIFYPEER: false, CURLOPT_SSL_VERIFYHOST: false, CURLOPT_SSL_CIPHER_LIST: %curl_cipher_list% }
```

\##Usage You can use the Zimbra Connector by getting the 'synaq\_zasa.connector' service

```
class SomeController extends Controller
{
    public function someAction()
    {
        //...
        $connector = $this->get('synaq_zasa.connector');
        //...
    }
}
```

You can then make requests using the controller

```
$account = $connector->getAccount('user@domain.com');
```

Please see the ZimbraConnector class for available classes.

\##Development

A Docker image with the full development environment required to develop on this bundle can be built using the included Dockerfile and a ready-made build script:

```
./scripts/docker/build.sh

```

This builds the synaq/zimbra-connector-dev image, which has XDebug pre-configured for remote debugging to a local XDebug client.

For an interactive terminal session inside a container based on the image, with the project working directory mounted as /opt/project, run:

```
./scripts/docker/terminal.sh

```

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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.

###  Release Activity

Cadence

Every ~61 days

Total

49

Last Release

1490d ago

Major Versions

1.7.1 → 2.02017-09-06

2.2.2 → 3.02020-03-13

3.3.2 → 4.02020-07-15

4.5 → 5.02021-04-08

5.5 → 6.02022-04-20

PHP version history (3 changes)1PHP &gt;=5.3.2

3.0PHP ^7

3.1PHP ^5.4|^7

### Community

Maintainers

![](https://www.gravatar.com/avatar/62f0a437ff440202031ecd1298cab18ef369d0090ea266498e7f1f66d7872fd4?d=identicon)[synaq](/maintainers/synaq)

---

Top Contributors

[![NicParry](https://avatars.githubusercontent.com/u/1862053?v=4)](https://github.com/NicParry "NicParry (14 commits)")[![willem-hpe](https://avatars.githubusercontent.com/u/135830120?v=4)](https://github.com/willem-hpe "willem-hpe (10 commits)")[![gaelb80](https://avatars.githubusercontent.com/u/359559?v=4)](https://github.com/gaelb80 "gaelb80 (2 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")[![synaq](https://avatars.githubusercontent.com/u/2681984?v=4)](https://github.com/synaq "synaq (1 commits)")[![willemnviljoen](https://avatars.githubusercontent.com/u/9530137?v=4)](https://github.com/willemnviljoen "willemnviljoen (1 commits)")

---

Tags

apiSymfony2zimbra

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/synaq-zasa-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/synaq-zasa-bundle/health.svg)](https://phpackages.com/packages/synaq-zasa-bundle)
```

###  Alternatives

[nilportugues/jsonapi-bundle

Symfony 2 &amp; 3 JSON API Transformer Package

11446.0k](/packages/nilportugues-jsonapi-bundle)[mremi/url-shortener-bundle

Implementation of UrlShortener library for Symfony2/Symfony3

19135.0k](/packages/mremi-url-shortener-bundle)

PHPackages © 2026

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