2017 © Pedro Peláez
 

library freemobilenotificationsender

Add SMS notifications using Free Mobile to your PHP projects

image

tibounise/freemobilenotificationsender

Add SMS notifications using Free Mobile to your PHP projects

  • Sunday, June 22, 2014
  • by tibounise
  • Repository
  • 3 Watchers
  • 10 Stars
  • 31 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 4 Forks
  • 0 Open issues
  • 4 Versions
  • 3 % Grown

The README.md

FreemobileNotificationSender (FNS)

FreemobileNotificationSender (FNS, for short) is a simple PHP class to allow people to send SMS notifications using Free's APIs., (*1)

Setup

Firstly, you will need to setup your Free Mobile account to enable the SMS API. You will also find on Free Mobile's website the credentials you need to use the API., (*2)

Test the API

Copy the config.example.php file in order to edit it :, (*3)

cp config.example.php config.php

Then edit config.php to match your API's credentials. Once everything is set, run testapi.php. You should receive a 160-characters SMS., (*4)

Integrating FNS in your own applications

If you are using Packagist to maintain your project's dependencies, you can use it to embed an updated version of FNS. Simply add this in your composer.json file :, (*5)

{
  "require":{
    "tibounise/freemobilenotificationsender":"1.*"
  }
}

If you're using Laravel, you may consider using aeyoll's FNS wrapper, available here., (*6)

Support me !

If this project helped you a lot, please consider donating : PayPal or Bitcoin., (*7)

The Versions

22/06 2014

dev-master

9999999-dev

Add SMS notifications using Free Mobile to your PHP projects

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

api sms free mobile

22/06 2014

v1.1.1

1.1.1.0

Add SMS notifications using Free Mobile to your PHP projects

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

api sms free mobile

20/06 2014

v1.1

1.1.0.0

Add SMS notifications using Free Mobile to your PHP projects

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

api sms free mobile

14/06 2014

v1.0

1.0.0.0

Add SMS notifications using Free Mobile to your PHP projects

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

api sms free mobile