LaravelPackages.net
Acme Inc.
Toggle sidebar
islamabdurahman/laravel-sms-service

Laravel package for sending SMS via multiple services

4
1
v1.0.0
About islamabdurahman/laravel-sms-service

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

Laravel SMS Service 📲

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_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

Comments