2017 © Pedro Peláez
 

library mobily-sms-api-json

A non-official API client for Mobily.ws SMS service

image

tamkeenlms/mobily-sms-api-json

A non-official API client for Mobily.ws SMS service

  • Saturday, October 14, 2017
  • by TamkeenLMS
  • Repository
  • 1 Watchers
  • 1 Stars
  • 69 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 11 % Grown

The README.md

What it is

This is a non-official API client for Mobily.ws SMS service. We created it after struggling with their API. This is another attempt seconding one we already created. This one uses what they call the JSON API at their end!, (*1)

Usage

Simply create a client:, (*2)

    $client = new MobilyAPI\Client(username, password, senderName);

Then use the request you want:, (*3)

    $newMessage = new MobilyAPI\Requests\SendMessage($client, numbers, message);
    $response = $newMessage->send(); // Send the request

    $newMessage->sent(); // Tells you if it was sent successfully

It's very simple and straight forward. Good luck., (*4)

The Versions

14/10 2017

dev-master

9999999-dev

A non-official API client for Mobily.ws SMS service

  Sources   Download

MIT

The Requires

 

by Tamkeen LMS

api sms mobily sms-api

11/10 2017

1.2

1.2.0.0

A non-official API client for Mobily.ws SMS service

  Sources   Download

MIT

The Requires

 

by Tamkeen LMS

api sms mobily sms-api

25/02 2017

1.1

1.1.0.0

A non-official API client for Mobily.ws SMS service

  Sources   Download

MIT

The Requires

 

by Tamkeen LMS

api sms mobily sms-api

21/02 2017

1.0

1.0.0.0

A non-official API client for Mobily.ws SMS service

  Sources   Download

MIT

The Requires

 

by Tamkeen LMS

api sms mobily sms-api