pantagruel964 / e-pochta
A Laravel 5 package for epochta.ru API
1.0
2018-04-01 21:05 UTC
Requires
- php: >=7.0
- guzzlehttp/guzzle: ^6.0
This package is not auto-updated.
Last update: 2024-11-19 18:22:27 UTC
README
Installation
composer require pantagruel964/e-pochta
Publish config
php artisan vendor:publish --tag=config
Using
With Facade
\Epochta::sendSms('Sender', 'Message', '7926584');
or
use Pantagruel964\Epochta\Epochta;
...
$epochta = new Epochta();
$epochta->sendSms('Sender', 'Message', '7926584');
$epochta->getUserBalance();
License
This package for Laravel is open-sourced software licensed under the MIT license