2017 © Pedro Peláez
 

library laravel-esendex

Laravel 5 wrapper for Esendex

image

davidcb/laravel-esendex

Laravel 5 wrapper for Esendex

  • Friday, February 23, 2018
  • by davidcb
  • Repository
  • 1 Watchers
  • 1 Stars
  • 1,303 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 10 Versions
  • 74 % Grown

The README.md

Laravel-Esendex

Laravel 5 wrapper for Esendex SMS, (*1)

Installation

Install via Composer:, (*2)

composer require davidcb/laravel-esendex

If you're using Laravel >= 5.5, you can skip this as this package will be auto-discovered. Add the service provider to config/app.php, (*3)

Davidcb\Esendex\EsendexServiceProvider::class,

You can register the facade in the aliases array in the config/app.php file, (*4)

'Esendex' => Davidcb\Esendex\Facades\Esendex::class,

Publish the config file, (*5)

$ php artisan vendor:publish --provider="Davidcb\Esendex\EsendexServiceProvider"

Set your API key and Client ID on your .env file, (*6)

ESENDEX_ACCOUNT=EX000000
ESENDEX_EMAIL=user@example.com
ESENDEX_PASSWORD=secret

Usage

You can find all the methods in the original esendex/esendex-php-sdk package., (*7)

Examples:, (*8)

// Send an SMS
$result = LaravelEsendex::send('Sender', '555000000', 'This is the text of the SMS');
// Retrieve inbox messages
$messages = LaravelEsendex::latest();


```php
// Get a message's status
$status = LaravelEsendex::messageStatus('123456');
```php // Get a message's body $body = LaravelEsendex::getMessageBodyById('123456');

The Versions

23/02 2018

dev-master

9999999-dev

Laravel 5 wrapper for Esendex

  Sources   Download

MIT MIT License

The Requires

 

by David Couto

laravel sms laravel5 integration esendex

23/02 2018

0.3.7

0.3.7.0

Laravel 5 wrapper for Esendex

  Sources   Download

MIT

The Requires

 

by David Couto

laravel sms laravel5 integration esendex

19/12 2017

0.3.6

0.3.6.0

Laravel 5 wrapper for Esendex

  Sources   Download

MIT License

The Requires

 

by David Couto

laravel sms laravel5 integration esendex

19/12 2017

0.3.5

0.3.5.0

Laravel 5 wrapper for Esendex

  Sources   Download

MIT License

The Requires

 

by David Couto

laravel sms laravel5 integration esendex

15/12 2017

0.3.4

0.3.4.0

Laravel 5 wrapper for Esendex

  Sources   Download

MIT License

The Requires

 

by David Couto

laravel sms laravel5 integration esendex

04/12 2017

0.3.2

0.3.2.0

Laravel 5 wrapper for Esendex

  Sources   Download

MIT License

The Requires

 

by David Couto

laravel sms laravel5 integration esendex

04/12 2017

0.3.1

0.3.1.0

Laravel 5 wrapper for Esendex

  Sources   Download

MIT License

The Requires

 

by David Couto

laravel sms laravel5 integration esendex

04/12 2017

0.3.0

0.3.0.0

Laravel 5 wrapper for Esendex

  Sources   Download

MIT License

The Requires

 

by David Couto

laravel sms laravel5 integration esendex

04/12 2017

0.2.0

0.2.0.0

Laravel 5 wrapper for Esendex

  Sources   Download

MIT License

The Requires

 

by David Couto

laravel sms laravel5 integration esendex

01/12 2017

0.1.0

0.1.0.0

Laravel 5 wrapper for Esendex

  Sources   Download

MIT License

The Requires

 

by David Couto

laravel sms laravel5 integration esendex