2017 © Pedro Peláez
 

symfony-bundle mx-api-bundle

Bundle for mailXpert API

image

artack/mx-api-bundle

Bundle for mailXpert API

  • Wednesday, August 14, 2013
  • by scube
  • Repository
  • 1 Watchers
  • 0 Stars
  • 88 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 2 % Grown

The README.md

ATTENTION: This repository is archived and therefore readonly., (*1)

ARTACK/mx-api-bundle

The ARTACK mailXpert API Bundle adds support of using the API for mailXpert newsletter software., (*2)

Documentation

The documentation is currently unavailable because of the recent changes to the api., (*3)

Installation

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

Add ArtackMxApi in your composer.json:, (*4)

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

Now tell composer to download the bundle by running the command:, (*5)

``` bash $ php composer.phar update artack/mx-api-bundle, (*6)


### Step 2: Enable the bundle Enable the bundle in the kernel: ``` php <?php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new Artack\MxApiBundle\ArtackMxApiBundle(), // ... ); }

Step 3: Start using the mailXpert API Service

Start using the public service as described below. You can make use of the fluent interface., (*7)

``` php /* @var $mxapi \Artack\MxApi\ArtackMxApi */ $mxapi = $this->get('artack.mxapi');, (*8)

$response = $mxapi->setPath('Contact')->get(); ```, (*9)

License

This bundle is under the MIT license. See the complete license in the bundle:, (*10)

Resources/meta/LICENSE

The Versions

14/08 2013
24/01 2013

dev-master

9999999-dev http://www.artack.ch

Bundle for mailXpert API

  Sources   Download

MIT

The Requires

 

api artack

24/01 2013
22/01 2013