2017 © Pedro Peláez
 

library emay-for-laravel

emay SMS for laravel5.*

image

kubill/emay-for-laravel

emay SMS for laravel5.*

  • Tuesday, February 27, 2018
  • by kubill
  • Repository
  • 1 Watchers
  • 1 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

EmaySMS

亿美短信接口轮子, (*1)

Installation

Install using composer:, (*2)

composer require kubill/emay-for-laravel

Laravel version < 5.5 (optional)

Add the service provider in config/app.php:, (*3)

Kubill\Emay\EmayServiceProvider::class,

And add the Agent alias to config/app.php:, (*4)

'Emay' => Kubill\Emay\Facades\Emay::class,

Basic Usage

Start by creating an Emay instance (or use the Emay Facade if you are using Laravel):, (*5)

use Kubill\Emay\Emay;

$emay = new Emay();
$emay->send(138xxxxxxxx,'hello world');

OR, (*6)

use Kubill\Emay\Emay;
Emay::send(138xxxxxxxx,'hello world');

License

Laravel User Agent is licensed under The MIT License (MIT)., (*7)

The Versions

27/02 2018

dev-master

9999999-dev https://github.com/kubill/emay-for-laravel

emay SMS for laravel5.*

  Sources   Download

MIT

by Avatar kubill

11/01 2018

1.0.1

1.0.1.0 https://github.com/kubill/emay-for-laravel

emay SMS for laravel5.*

  Sources   Download

MIT

by Avatar kubill

11/01 2018

1.0.0

1.0.0.0 https://github.com/kubill/emay-for-laravel

emay SMS for laravel5.*

  Sources   Download

MIT

by Avatar kubill