Laravel package for sending SMS via multiple services
islamabdurahman/laravel-sms-service is a Laravel package for laravel package for sending sms via multiple services.
It currently has 1 GitHub stars and 4 downloads on Packagist (latest version v1.0.0).
Install it with composer require islamabdurahman/laravel-sms-service.
Discover more Laravel packages by islamabdurahman
or browse all Laravel packages to compare alternatives.
Last updated
Multi-channel SMS & Telegram bot messaging service for Laravel, with support for:
Developed by @islamabdurahman
composer require islamabdurahman/laravel-sms-service:dev-main
php artisan vendor:publish --tag=sms-config
# PlayMobile SMS
SMS_PLAYMOBILE_KEY=your_key
SMS_PLAYMOBILE_SECRET=your_secret
SMS_PLAYMOBILE_NICKNAME=your_nickname
# PlayMobile Voice Call
SMS_PLAYMOBILE_CALL_FILE=audio.mp3
# Eskiz SMS
SMS_ESKIZ_EMAIL=test@eskiz.uz
SMS_ESKIZ_PASSWORD=your_password
SMS_ESKIZ_SENDER=4546
SMS_ESKIZ_TOKEN_DURATION=2592000
SMS_ESKIZ_URL=https://notify.eskiz.uz/api/
# Sysdc
SMS_SYSDS_TOKEN=your_token
# Telegram Bot
TELEGRAM_BOT_TOKEN=your_bot_token