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

ActiveLibrary[API Development](/categories/api)

vexura/mailcow-api
==================

A full-featured implementation of the MailCow API

057PHP

Since Nov 9Pushed 3y agoCompare

[ Source](https://github.com/Vexura/mailcow-api)[ Packagist](https://packagist.org/packages/vexura/mailcow-api)[ RSS](/packages/vexura-mailcow-api/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

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

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

This **PHP 7.2+** library allows you to communicate with the VPNResellers-API.

[![Latest Stable Version](https://camo.githubusercontent.com/51b18df6b24aacf502cf0d5002a243f642419fe3c6d5a2b7bcf73952f74fa4e0/687474703a2f2f706f7365722e707567782e6f72672f7665787572612f6d61696c636f772d6170692f76)](https://packagist.org/packages/vexura/mailcow-api) [![Total Downloads](https://camo.githubusercontent.com/acd1fc39c0860f9961a968113516534eccbf92eed535fc2208966563bd50f6d9/687474703a2f2f706f7365722e707567782e6f72672f7665787572612f6d61696c636f772d6170692f646f776e6c6f616473)](https://packagist.org/packages/vexura/mailcow-api) [![Latest Unstable Version](https://camo.githubusercontent.com/840b56e948ccdda77eee7b426d42d782023cc28d161180e7c7bff33e71944472/687474703a2f2f706f7365722e707567782e6f72672f7665787572612f6d61696c636f772d6170692f762f756e737461626c65)](https://packagist.org/packages/vexura/mailcow-api) [![License](https://camo.githubusercontent.com/6a242af8db23e1d79d8f2c5553022e31c13064fd436032953da6a400b1165373/687474703a2f2f706f7365722e707567782e6f72672f7665787572612f6d61696c636f772d6170692f6c6963656e7365)](https://packagist.org/packages/vexura/mailcow-api) [![PHP Version Require](https://camo.githubusercontent.com/341d76b660e8598d1fc517b7b9d5a3da9bdd61e7e03914be20118047f0885f09/687474703a2f2f706f7365722e707567782e6f72672f7665787572612f6d61696c636f772d6170692f726571756972652f706870)](https://packagist.org/packages/vexura/mailcow-api)

Getting Started
---------------

[](#getting-started)

Recommended installation is using **Composer**!

In the root of your project execute the following:

```
$ composer require vexura/mailcow-api
```

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

```
{
    "require": {
        "vexura/mailcow-api": "^1.0"
    }
}
```

Then perform the installation:

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

### Examples

[](#examples)

Creating the MailCowAPI main object and get all Domains:

```
