islamabdurahman / laravel-sms-service
Laravel package for sending SMS via multiple services
v1.0.0
2025-07-08 18:05 UTC
Requires
- php: >=8.0
- guzzlehttp/guzzle: ^7.0
- illuminate/support: ^9.0|^10.0|^11.0
- irazasyed/telegram-bot-sdk: ^3.14
README
Multi-channel SMS & Telegram bot messaging service for Laravel, with support for:
- 📡 PlayMobile (SMS + Voice call)
- 💬 Eskiz SMS
- 📬 Sysdc
- 🤖 Telegram Bot
Developed by @islamabdurahman
📦 Installation
composer require islamabdurahman/laravel-sms-service:dev-main
php artisan vendor:publish --tag=sms-config
📦 Add to .env file
# 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_TOKEN=your_token
# Sysdc
SMS_SYSDS_TOKEN=your_token
# Telegram Bot
TELEGRAM_BOT_TOKEN=your_bot_token