2017 © Pedro Peláez
 

library emailsms

Send free sms messages from an email account

image

larablocks/emailsms

Send free sms messages from an email account

  • Wednesday, May 13, 2015
  • by fowlergac
  • Repository
  • 2 Watchers
  • 1 Stars
  • 18 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Build Status, (*1)

EmailSMS

EmailSMS is a simple package that facilitates sending free text messages from email accounts. Simply pass an object that binds to the interface (EmailSMSInterface) to send a text message to the phone number specified in the object, (*2)

Installation

Add larablocks/emailsms as a requirement to composer.json:, (*3)

{
    "require": {
        "larablocks/emailsms": "5.0.*"
    }
}

Note: All Larablocks packages will have versions in line with the laravel framework., (*4)

Update your packages with composer update or install with composer install., (*5)

Laravel Integration

To wire this up in your Laravel project you need to add the service provider. Open app.php, and add a new item to the providers array., (*6)

'Larablocks\EmailSMS\EmailSMSServiceProvider',

Then, add a Facade for more convenient usage. In your app.php config file add the following line to the aliases array. Note: The EmailSMS facade will load automatically, so you don't have to add it to the app.php file but you may still want to keep record of the alias., (*7)

'EmailSMS' => 'Larablocks\EmailSMS\EmailSMS',

Usage as a Facade to send a text message

Send Message:

EmailSMS::send($objectThatImplements_EmailSMSInterface);

License

EmailSMS is open-sourced software licensed under the MIT license, (*8)

The Versions

13/05 2015

dev-master

9999999-dev

Send free sms messages from an email account

  Sources   Download

MIT

The Requires

 

The Development Requires

by John Fowler

email sms text free emailsms

13/05 2015

5.0.1

5.0.1.0

Send free sms messages from an email account

  Sources   Download

MIT

The Requires

 

The Development Requires

by John Fowler

email sms text free emailsms

13/05 2015

5.0.0

5.0.0.0

Send free sms messages from an email account

  Sources   Download

MIT

The Requires

 

The Development Requires

by John Fowler

email sms text free emailsms

11/05 2015

0.1

0.1.0.0

Send free sms messages from an email account

  Sources   Download

MIT

The Development Requires

by John Fowler