PHPackages                             mscode-pl/mailcow-php-api - 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. mscode-pl/mailcow-php-api

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

mscode-pl/mailcow-php-api
=========================

A full-featured implementation of the MailCow API

0.14.3(1y ago)114GPL-3.0-or-laterPHPPHP &gt;=7.2

Since Oct 7Pushed 1y agoCompare

[ Source](https://github.com/mscode-pl/mailcow-php-api)[ Packagist](https://packagist.org/packages/mscode-pl/mailcow-php-api)[ RSS](/packages/mscode-pl-mailcow-php-api/feed)WikiDiscussions development Synced 1mo ago

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

Mailcow PHP API Client
======================

[](#mailcow-php-api-client)

Getting Started
===============

[](#getting-started)

### Requirements

[](#requirements)

- [**PHP 7.2+**](https://www.php.net/downloads.php)
- Extensions: [Composer](https://getcomposer.org/), [PHP-JSON](https://www.php.net/manual/en/book.json.php)

In the root of your project execute the following:

```
$ composer require mscode-pl/mailcow-php-api
```

or add this to your `composer.json` file:

```
{
    "require": {
        "mscode-pl/mailcow-php-api": "^0.14.1"
    }
}
```

Then perform the installation:

```
$ composer install --no-dev
```

Usage
=====

[](#usage)

Search for the API Documentation [here](https://mailcow.docs.apiary.io/).
You need an API Key for that.

### Example

[](#example)

```
