2017 © Pedro Peláez
 

library laravel-globelabs-sms

Laravel 5 wrapper for Globelabs SMS API

image

jreyt/laravel-globelabs-sms

Laravel 5 wrapper for Globelabs SMS API

  • Friday, March 31, 2017
  • by jreyt
  • Repository
  • 1 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 25 % Grown

The README.md

Laravel Globelabs SMS API

This package provides integration with the Globe Labs API. It supports sending sms that suits for ZALORA., (*1)

The package simply provides a Globe facade that acts as a wrapper to the globelabs/globe-connect-php package., (*2)

NB: Currently only supports passphrase authentication. Globe Labs API originally using an Oauth2.0 authentication process that requires a token., (*3)

You can install this package via Composer using:, (*4)

composer require jreyt/laravel-globelabs-sms

You must also install the service provider., (*5)

// config/app.php
'providers' => [
    ...
    Jreyt\Globelabs\GlobeServiceProvider::class,
    ...
];

If you want to make use of the facade you must install it as well., (*6)

// config/app.php
'aliases' => [
    ..
    'Globe' => Jreyt\Globelabs\Facades\Globe::class,
];

This package is available under the MIT license., (*7)

The Versions

31/03 2017

dev-master

9999999-dev

Laravel 5 wrapper for Globelabs SMS API

  Sources   Download

MIT

The Requires

 

laravel sms globelabs