2017 © Pedro Peláez
 

library smsgateway

Mobile Sms Gateway (smsgateway.me)

image

amirasaran/smsgateway

Mobile Sms Gateway (smsgateway.me)

  • Friday, September 16, 2016
  • by amirasaran
  • Repository
  • 1 Watchers
  • 3 Stars
  • 14 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

smsGateway

Turn your Android phone into a SMS Gateway

Send and receive messages programmatically through your phone using API service, (*1)

How to install

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

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

or add, (*4)

"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);

...

The Versions

16/09 2016

dev-master

9999999-dev

Mobile Sms Gateway (smsgateway.me)

  Sources   Download

GPL-2.0

mobile smsgateway smsgateway.me

16/09 2016

dev-analysis-qJDQon

dev-analysis-qJDQon

Mobile Sms Gateway (smsgateway.me)

  Sources   Download

GPL-2.0

mobile smsgateway smsgateway.me

25/07 2016

1.0.0

1.0.0.0

Mobile Sms Gateway (smsgateway.me)

  Sources   Download

GPL-2.0

mobile smsgateway smsgateway.me