kozz / madmimi-php
Actual fork of Official PHP MadMimi API for Composer
1.0.0
2015-07-07 15:32 UTC
This package is not auto-updated.
Last update: 2024-11-09 16:53:23 UTC
README
Install with Composer
Simply add a dependency on kozzz/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:
{
"require": {
"kozz/madmimi-php": "~1.0"
}
}
Notes on basic usage:
$mimi = new MadMimi('username', 'api_key'); $mimi->Promotions(); $mimi->Lists();
...and etc. For more detailed examples, see the Examples directory.
General Mad Mimi API documentation can be found at the Mad Mimi developer's wiki.
Contributors
gorilla3d lehresman
License
(C) Copyright 2010 Mad Mimi, LLC support@madmimi.com Released under the MIT License.