2017 © Pedro PelĂĄez
 

library free-mobile-sms-cli

PHP Client using Free Mobile SMS Notification API to send free messages on your mobile phone.

image

th3mouk/free-mobile-sms-cli

PHP Client using Free Mobile SMS Notification API to send free messages on your mobile phone.

  • Thursday, August 25, 2016
  • by Th3Mouk
  • Repository
  • 1 Watchers
  • 1 Stars
  • 152 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 204 % Grown

The README.md

Free Mobile SMS Notifications Client

This library provides a client to send SMS notifications on your mobile phone, through the [Free Mobile](http://mobile .free.fr/) API., (*1)

Latest Stable Version Latest Unstable Version Total Downloads License, (*2)

SensioLabsInsight Build Status Scrutinizer Code Quality Coverage Status, (*3)

Installation

Composer

composer require th3mouk/free-mobile-sms-cli ^1.0, (*4)

Free Mobile

Go to your customer area., (*5)

Click on: Gérer mon compte > Mes Options > Notifications par SMS > Activer l'option, (*6)

You got now your authentication key., (*7)

Usage

Client

use Th3Mouk\FreeMobileSMSNotif\Client;

$login = 'test';
$pass = 'test';

$freeMobileClient = new Client($login, $pass);
$response = $freeMobileClient->send('Test Message');

Response Codes

$response = $freeMobileClient->sendMessage('Test Message');
$code = $response->getStatusCode();
  • 200: SMS Sent
  • 400: Missing parameter
  • 402: Too much SMS send in too little time
  • 403: Service isn't active on your customer area, or login/pass incorrect
  • 500: Error on servor side. Please retry later.

Please

Feel free to improve this library., (*8)

The Versions

25/08 2016

dev-master

9999999-dev

PHP Client using Free Mobile SMS Notification API to send free messages on your mobile phone.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jérémy Marodon

sms notification mobile phone freemobile domotic

25/08 2016

1.1.1

1.1.1.0

PHP Client using Free Mobile SMS Notification API to send free messages on your mobile phone.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jérémy Marodon

sms notification mobile phone freemobile domotic

25/08 2016

1.1.0

1.1.0.0

PHP Client using Free Mobile SMS Notification API to send free messages on your mobile phone.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jérémy Marodon

sms notification mobile phone freemobile domotic

18/06 2016

1.0.0

1.0.0.0

PHP Client using Free Mobile SMS Notification API to send free messages on your mobile phone.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jérémy Marodon

sms notification mobile phone freemobile domotic