承接 hasandz/madmimi-php 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

hasandz/madmimi-php

Composer 安装命令:

composer require hasandz/madmimi-php

包简介

a short, sweet PHP class for the MadMimi API

README 文档

README

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:

{
    "require": {
        "hasandz/madmimi-php": "dev-master"
    }
}

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.

统计信息

  • 总下载量: 23.4k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 3
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 3
  • Watchers: 1
  • Forks: 21
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2013-09-17