pantagruel964 / e-pochta
A Laravel 5 package for epochta.ru API
Installs: 22
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/pantagruel964/e-pochta
Requires
- php: >=7.0
- guzzlehttp/guzzle: ^6.0
This package is not auto-updated.
Last update: 2025-10-07 22:25:43 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