Download the PHP package fomvasss/epochta-sms without Composer
On this page you can find all versions of the php package fomvasss/epochta-sms. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download fomvasss/epochta-sms
More information about fomvasss/epochta-sms
Files in fomvasss/epochta-sms
Download fomvasss/epochta-sms
More information about fomvasss/epochta-sms
Files in fomvasss/epochta-sms
Vendor fomvasss
Package epochta-sms
Short Description Package for sending SMS in Laravel ~5.3
License MIT
Homepage https://github.com/fomvasss/epochta-sms
Package epochta-sms
Short Description Package for sending SMS in Laravel ~5.3
License MIT
Homepage https://github.com/fomvasss/epochta-sms
Please rate this library. Is it a good library?
Informations about the package epochta-sms
Epochta-sms
Package for sending SMS in Laravel ~5.3 (use service https://www.epochta.ru)
Install
register the service provider and aliases in config/app.php:
Then publish assets with
This will add the file config/epchta_sms.php
Config
Edit file config/epchta_sms.php, set:
- private_key
- public_key
- test_mode
- sms_lifetime
- currency
Using
Using facades Epochta
Now, you can use next:
Function getSmsStatus() return next statuses:
- Ошибка сервера
- В очереди отправки
- Отправлено
- Доставлено
- Не доставлено
- Неверный номер
- Отрправлено в спам
Using objects APISMS, Addressbook and Account (original API)
Example sended SMS
Other method and API see this doc:
All versions of epochta-sms with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.9
The package fomvasss/epochta-sms contains the following files
Loading the files please wait ....