Skip to content

amirasaran/smsGateway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

smsGateway

Turn your Android phone into a SMS Gateway

Send and receive messages programmatically through your phone using API service

How to install

The preferred way to install this extension is through composer.

Either run

php composer.phar require amirasaran/smsGateway:dev-master

or add

"amirasaran/smsGateway": "dev-master"

How to Use

....
$login = [
    'username' => 'Your-Email@Exmaple.com',
    'password' => 'YourPassword'
];
$smsGateway = new amirasaran\smsgateway\SmsGateway($login);
$devices = $smsGateway->getDevices();

var_dump($devices);

...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages