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

ActiveLibrary[API Development](/categories/api)

sfaut/zimbra
============

Search, read and send simply Zimbra messages with PHP. Attachments are managed.

v1.2.0(1y ago)0274PHPPHP &gt;=7

Since Mar 12Pushed 1y ago1 watchersCompare

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

READMEChangelog (4)DependenciesVersions (5)Used By (0)

sfaut\\Zimbra
=============

[](#sfautzimbra)

Read and send simply [Zimbra](https://www.zimbra.com/) messages. Attachments are managed.

Based on [Zimbra 8 SOAP API](https://files.zimbra.com/docs/soap_api/8.8.15/api-reference/index.html).

Introduction
------------

[](#introduction)

- E-mail messages are versatile. `sfaut\Zimbra` is a relatively **low-level** class whose aim is to provide a simple anonymous object representing a message and its main components. `sfaut\Zimbra` also provides some helper methods to send and get messages, upload and download attachments, explore directories structure, and make a search.
- KISS – Fire &amp; Forget

Composer installation
---------------------

[](#composer-installation)

You can add `sfaut\Zimbra` package to your project with Composer :

```
> composer require sfaut/zimbra

```

And include it as usual with autoloader :

```
