dosomething/mobilecommons-php
Composer 安装命令:
composer require dosomething/mobilecommons-php
包简介
A PHP wrapper for the Mobile Commons API
关键字:
README 文档
README
Mobile Commons API Client for PHP by DoSomething.org
A PHP wrapper for the Mobile Commons REST and mData API.
http://www.mobilecommons.com/mobile-commons-api/
Requirements
- PHP 5 (Tested against 5.3)
- cURL extension
- SimpleXML extension
Installation
Via Composer:
Available on Packagist as the dosomething/mobilecommons-php package
Usage
$config = array(
'username' => USERNAME, // Mobile commons username
'password' => PW // Mobilecommons password
);
$MobileCommons = new MobileCommons($config);
$campaigns = $MobileCommons->campaigns();
print_r($campaigns); // Print list of campaigns
License
This library is released under the MIT License
统计信息
- 总下载量: 462
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 2
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-10-22