pantagruel964/e-pochta

Laravel 5 的 epochta.ru API 包

1.0 2018-04-01 21:05 UTC

This package is not auto-updated.

Last update: 2024-09-24 17:37:33 UTC


README

安装

composer require pantagruel964/e-pochta

发布配置

php artisan vendor:publish --tag=config

使用

使用 Facade

\Epochta::sendSms('Sender', 'Message', '7926584');

use Pantagruel964\Epochta\Epochta;
...
$epochta = new Epochta();
$epochta->sendSms('Sender', 'Message', '7926584');
$epochta->getUserBalance();

许可证

此 Laravel 包是开源软件,受 MIT 许可证 授权