2017 © Pedro Peláez
 

library madmimi-php

a short, sweet PHP class for the MadMimi API

image

hasandz/madmimi-php

a short, sweet PHP class for the MadMimi API

  • Thursday, April 9, 2015
  • by hasandz
  • Repository
  • 1 Watchers
  • 3 Stars
  • 7,955 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 25 Forks
  • 0 Open issues
  • 1 Versions
  • 9 % Grown

The README.md

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)

The Versions

09/04 2015

dev-master

9999999-dev https://github.com/madmimi/madmimi-php

a short, sweet PHP class for the MadMimi API

  Sources   Download

MIT