2017 © Pedro Peláez
 

library messagebird-sms-api-bundle

Implements the MessageBird SMS gateway

image

mobiletulip/messagebird-sms-api-bundle

Implements the MessageBird SMS gateway

  • Wednesday, July 9, 2014
  • by bviolier
  • Repository
  • 3 Watchers
  • 8 Stars
  • 36,815 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 7 Forks
  • 0 Open issues
  • 2 Versions
  • 16 % Grown

The README.md

New API Released

We've released a new MessageBird REST API: https://www.messagebird.com/developers/php Please use the new repository for new projects and contributions. Note that old API's (like this one) will still be actively supported in the future., (*1)

MessageBird SMS API Client for PHP

Latest Stable Version Total Downloads, (*2)

The MessageBird SMS API Client Library enables you send SMS messages using the Messagebird.com API., (*3)

Requirements

  • PHP 5.1 or higher
  • JSON extension (bundled and compiled by default since PHP 5.2.0)
  • fsockopen should be enabled

Installation

The recommended way to install the library is through Composer. Just create a composer.json file and run the php composer.phar install command to install it:, (*4)

{
    "require": {
        "mobiletulip/messagebird-sms-api-bundle": "~1.4"
    }
}

Alternatively, you can download a zip archive and extract it., (*5)

Basic Example

A more extended example, which shows more features of the API is available in example.php and example_form.php, (*6)

$sms = new MessageBird('username', 'password');
$sms->setSender('YourSender');
$sms->addDestination('31600000000');
$sms->sendSms('This is a test message');

Developer documentation

For technical documentation see:, (*7)

  • English: https://www.messagebird.com/download/technical_documentation_en.pdf
  • Dutch: https://www.messagebird.com/download/technical_documentation_nl.pdf
  • http://www.messagebird.com/sms-api

License

The MessageBird SMS API Client for PHP is licensed under BSD (Berkeley Software Distribution) License. Copyright (c) 2014, MessageBird, (*8)

The Versions

09/07 2014

dev-master

9999999-dev

Implements the MessageBird SMS gateway

  Sources   Download

14/03 2014

1.4.1

1.4.1.0

Implements the MessageBird SMS gateway

  Sources   Download