2017 © Pedro Peláez
 

library mobilecommons-php

A PHP wrapper for the Mobile Commons API

image

dosomething/mobilecommons-php

A PHP wrapper for the Mobile Commons API

  • Tuesday, May 3, 2016
  • by desmondmorris
  • Repository
  • 6 Watchers
  • 2 Stars
  • 334 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

Build Status, (*1)

Mobile Commons API Client for PHP by DoSomething.org

A PHP wrapper for the Mobile Commons REST and mData API., (*2)

http://www.mobilecommons.com/mobile-commons-api/, (*3)

Requirements

  • PHP 5 (Tested against 5.3)
  • cURL extension
  • SimpleXML extension

Installation

Via Composer:, (*4)

Available on Packagist as the dosomething/mobilecommons-php package, (*5)

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, (*6)

The Versions

03/05 2016

dev-master

9999999-dev https://github.com/DoSomething/mobilecommons-php

A PHP wrapper for the Mobile Commons API

  Sources   Download

MIT

The Requires

  • php >= 5.3.0
  • ext-curl *
  • ext-simplexml *

 

The Development Requires

sms mobilecommons

03/05 2016

dev-Issue14-Doc_URL_update

dev-Issue14-Doc_URL_update https://github.com/DoSomething/mobilecommons-php

A PHP wrapper for the Mobile Commons API

  Sources   Download

MIT

The Requires

  • php >= 5.3.0
  • ext-curl *
  • ext-simplexml *

 

The Development Requires

sms mobilecommons

26/04 2016

dev-Issue11-Test_for_cURL_errors

dev-Issue11-Test_for_cURL_errors https://github.com/DoSomething/mobilecommons-php

A PHP wrapper for the Mobile Commons API

  Sources   Download

MIT

The Requires

  • php >= 5.3.0
  • ext-curl *
  • ext-simplexml *

 

The Development Requires

sms mobilecommons

26/01 2016

dev-Issue9-Add_cURL_connection_timeout

dev-Issue9-Add_cURL_connection_timeout https://github.com/DoSomething/mobilecommons-php

A PHP wrapper for the Mobile Commons API

  Sources   Download

MIT

The Requires

  • php >= 5.3.0
  • ext-curl *
  • ext-simplexml *

 

The Development Requires

sms mobilecommons

23/05 2014

1.0.2

1.0.2.0 https://github.com/DoSomething/mobilecommons-php

A PHP wrapper for the Mobile Commons API

  Sources   Download

MIT

The Requires

  • php >= 5.3.0
  • ext-curl *
  • ext-simplexml *

 

The Development Requires

sms mobilecommons

26/11 2013

1.0.1

1.0.1.0 https://github.com/DoSomething/mobilecommons-php

A PHP wrapper for the Mobile Commons API

  Sources   Download

MIT

The Requires

  • php >= 5.3.0
  • ext-curl *
  • ext-simplexml *

 

The Development Requires

sms mobilecommons

25/05 2013

1.0.0

1.0.0.0 https://github.com/DoSomething/mobilecommons-php

A PHP wrapper for the Mobile Commons API

  Sources   Download

MIT

The Requires

  • php >= 5.3.0
  • ext-curl *
  • ext-simplexml *

 

The Development Requires

sms mobilecommons