PHPackages                             artack/mx-api-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. artack/mx-api-bundle

Abandoned → [mailxpert/apibundle](/?search=mailxpert%2Fapibundle)ArchivedSymfony-bundle[API Development](/categories/api)

artack/mx-api-bundle
====================

Bundle for mailXpert API

0.1.2(13y ago)0146MITPHPPHP &gt;=5.3.2

Since Dec 3Pushed 4y agoCompare

[ Source](https://github.com/artack/mx-api-bundle)[ Packagist](https://packagist.org/packages/artack/mx-api-bundle)[ Docs](http://www.artack.ch)[ RSS](/packages/artack-mx-api-bundle/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (3)Versions (5)Used By (0)

> **ATTENTION:** This repository is archived and therefore readonly.

ARTACK/mx-api-bundle
====================

[](#artackmx-api-bundle)

The ARTACK mailXpert API Bundle adds support of using the API for mailXpert newsletter software.

Documentation
-------------

[](#documentation)

The documentation is currently unavailable because of the recent changes to the api.

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

[](#installation)

### Step 1: Download ARTACK/mx-api-bundle using composer

[](#step-1-download-artackmx-api-bundle-using-composer)

Add ArtackMxApi in your composer.json:

```
{
    "require": {
        "artack/mx-api-bundle": "*"
    }
}
```

Now tell composer to download the bundle by running the command:

```
$ php composer.phar update artack/mx-api-bundle
```

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

Enable the bundle in the kernel:

```
