MadMimi for PHP
Install with Composer
Simply add a dependency on hasandz/madmimi-php to your project's composer.json file if you use Composer to manage the dependencies of your project. Here is a minimal example of a composer.json file that just defines a dependency:, (*1)
{
"require": {
"hasandz/madmimi-php": "dev-master"
}
}
Notes on basic usage:
$mimi = new MadMimi('username', 'api_key');, (*2)
$mimi->Promotions();, (*3)
$mimi->Lists();, (*4)
...and etc. For more detailed examples, see the Examples directory., (*5)
General Mad Mimi API documentation can be found at the Mad Mimi developer's wiki., (*6)
Contributors
gorilla3d
lehresman, (*7)
License
(C) Copyright 2010 Mad Mimi, LLC support@madmimi.com
Released under the MIT License., (*8)