PHPackages                             diegosouza/laravel-zimbra - 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. diegosouza/laravel-zimbra

ActiveLibrary[API Development](/categories/api)

diegosouza/laravel-zimbra
=========================

A Laravel wrapper to interact with Zimbra API.

51257[1 issues](https://github.com/diegosouza/laravel-zimbra/issues)PHPCI failing

Since Sep 15Pushed 6y ago2 watchersCompare

[ Source](https://github.com/diegosouza/laravel-zimbra)[ Packagist](https://packagist.org/packages/diegosouza/laravel-zimbra)[ RSS](/packages/diegosouza-laravel-zimbra/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

laravel-zimbra
==============

[](#laravel-zimbra)

 [![Build Status](https://camo.githubusercontent.com/f7ccfdd9c37239013bbc72c62ba1610b450ce3888af07d4cff8ed68231889e32/68747470733a2f2f7472617669732d63692e6f72672f646965676f736f757a612f6c61726176656c2d7a696d6272612e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/diegosouza/laravel-zimbra) [![Quality Score](https://camo.githubusercontent.com/490f52fa6ba8701f51db85b018e978490f9fed01387530b8d54c53072daa1bfa/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f646965676f736f757a612f6c61726176656c2d7a696d6272612f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/diegosouza/laravel-zimbra) [![Total Downloads](https://camo.githubusercontent.com/e3f7c11e562082806b8efc9cbddb00b8badf4fff799a4983151a3c4a78fd8144/68747470733a2f2f706f7365722e707567782e6f72672f646965676f736f757a612f6c61726176656c2d7a696d6272612f642f746f74616c2e737667)](https://packagist.org/packages/diegosouza/laravel-zimbra) [![Latest Stable Version](https://camo.githubusercontent.com/088b31a8438fe26faadbfe50bef6a952ca3263453f3cf36d0f13347369ab32ae/68747470733a2f2f706f7365722e707567782e6f72672f646965676f736f757a612f6c61726176656c2d7a696d6272612f762f737461626c652e737667)](https://packagist.org/packages/diegosouza/laravel-zimbra)

Quick start
-----------

[](#quick-start)

Install the package:

```
composer require diegosouza/laravel-zimbra --dev
```

Publish the configuration file using:

```
php artisan vendor:publish --provider="DiegoSouza\Zimbra\ZimbraServiceProvider"
```

Then provide the values to `config/zimbra.php`.

Usage
-----

[](#usage)

The wrapper class is `DiegoSouza\Zimbra\ZimbraApiClient`. You can have it injected somewhere:

```
namespace App\Http\Controllers;

use DiegoSouza\Zimbra\ZimbraApiClient;

class YourController extends Controller
{
    public function index(ZimbraApiClient $zimbra)
    {
        $result = $zimbra->getAllCos();

        // use the api result
    }
}
```

Or you can use it's methods through the Facade:

```
namespace App\Http\Controllers;

use DiegoSouza\Zimbra\Facades\Zimbra;

class YourController extends Controller
{
    public function index()
    {
        $result = Zimbra::getAllCos();

        // use the api result
    }
}
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity36

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/5fccc88bb3da6b53a5f3358335b3ae8bd12dc72306030f0049d2b7e11f2a9d67?d=identicon)[diegosouza](/maintainers/diegosouza)

---

Top Contributors

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

---

Tags

apilaravelzimbra

### Embed Badge

![Health badge](/badges/diegosouza-laravel-zimbra/health.svg)

```
[![Health](https://phpackages.com/badges/diegosouza-laravel-zimbra/health.svg)](https://phpackages.com/packages/diegosouza-laravel-zimbra)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M271](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[microsoft/microsoft-graph

The Microsoft Graph SDK for PHP

65723.5M96](/packages/microsoft-microsoft-graph)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)

PHPackages © 2026

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