pantagruel964/e-pochta

A Laravel 5 package for epochta.ru API

1.0 2018-04-01 21:05 UTC

This package is not auto-updated.

Last update: 2024-04-09 15:34:08 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