2017 © Pedro Peláez
 

library micropay

Laravel micropay sms gateway

image

compie/micropay

Laravel micropay sms gateway

  • Sunday, March 25, 2018
  • by ybaruchel
  • Repository
  • 0 Watchers
  • 1 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 9 Versions
  • 0 % Grown

The README.md

Laravel Micropay - SMS Gateway

NPM NPM NPM NPM , (*1)

Install

To get the latest version of Laravel-Micropay on your project, require it from "composer":, (*2)

composer require compie/micropay, (*3)

Then publish config file (micropay.php):, (*4)

php artisan vendor:publish --tag=micropay, (*5)

Service Provider & Facade:

If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php, (*6)

Compie\Micropay\MicropayServiceProvider::class,, (*7)

If you want to use the facade to log messages, add this to your facades in app.php:, (*8)

'Micropay' => \Compie\Micropay\Facade\Micropay::class,, (*9)

Basic Usage

use Compie\Micropay\Facade\Micropay;

// Prepare send
$send = new \Compie\Micropay\Options\Send();
$send->from = '050000000';
$send->list = '054000000';
$send->msg = 'Hello world';

// Exception will be thrown when micropay returns error
try {
    Micropay::send($send);
} catch (SendException $e) {
    // Micropay error message
    $e->getMessage();
}

Credits

Security Vulnerabilities

If you discover a security vulnerability within this package, please send an e-mail to Compie Technologies at info@compie.co.il.
All security vulnerabilities will be promptly addressed., (*10)

License

The Micropay package is open-sourced software licensed under the MIT license., (*11)

The Versions

25/03 2018

dev-master

9999999-dev

Laravel micropay sms gateway

  Sources   Download

MIT

The Requires

 

The Development Requires

by Yohanan Baruchel
by Gabi Glazberg

laravel sms micropay compie

19/03 2018

2.0.6

2.0.6.0

Laravel micropay sms gateway

  Sources   Download

MIT

The Requires

 

The Development Requires

by Yohanan Baruchel
by Gabi Glazberg

laravel sms micropay compie

19/03 2018

2.0.5

2.0.5.0

Laravel micropay sms gateway

  Sources   Download

MIT

The Requires

 

The Development Requires

by Yohanan Baruchel
by Gabi Glazberg

laravel sms micropay compie

19/03 2018

2.0.4

2.0.4.0

Laravel micropay sms gateway

  Sources   Download

MIT

The Requires

 

The Development Requires

by Yohanan Baruchel
by Gabi Glazberg

laravel sms micropay compie

19/03 2018

2.0.3

2.0.3.0

Laravel micropay sms gateway

  Sources   Download

MIT

The Requires

 

The Development Requires

by Yohanan Baruchel
by Gabi Glazberg

laravel sms micropay compie

19/03 2018

2.0.2

2.0.2.0

Laravel micropay sms gateway

  Sources   Download

MIT

The Requires

 

The Development Requires

by Yohanan Baruchel
by Gabi Glazberg

laravel sms micropay compie

17/03 2018

2.0.1

2.0.1.0

Laravel micropay sms gateway

  Sources   Download

MIT

The Requires

 

The Development Requires

by Yohanan Baruchel
by Gabi Glazberg

laravel sms micropay compie

15/03 2018

2

2.0.0.0

Laravel micropay sms gateway

  Sources   Download

MIT

The Requires

 

The Development Requires

by Yohanan Baruchel
by Gabi Glazberg

laravel sms micropay compie

15/03 2018

1.0

1.0.0.0

Laravel micropay sms gateway

  Sources   Download

MIT

The Requires

 

The Development Requires

by Yohanan Baruchel
by Gabi Glazberg

laravel sms micropay compie