Skip to content

tamkeen-tms/mobily-sms-api-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

Usage

Simply create a client:

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

Then use the request you want:

	$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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages