amirmehvari / sms-gateway
Framework agnostic PHP SMS package with multiple provider support.
v1.0.2
2026-08-21 21:16 UTC
Requires
- php: ^8.1
- guzzlehttp/guzzle: ^7.0
Requires (Dev)
- phpunit/phpunit: ^10.0
This package is auto-updated.
Last update: 2026-08-21 21:18:00 UTC
README
Framework-agnostic PHP SMS Gateway with support for Laravel, WordPress, and custom SMS providers.
Features
- Framework agnostic core
- Laravel integration
- WordPress integration
- Multiple SMS providers
- Pluggable driver architecture
- Custom driver support
- Text SMS
- Pattern / Template SMS
- Batch sending
- Unified
SmsMessage - Unified
SmsResponse - Guzzle HTTP client
- Configuration-driven driver registration
- No hard-coded provider selection in the manager
- PSR-4 autoloading
- PHP 8.1+ compatible
Requirements
- PHP
>= 8.1 - Guzzle HTTP
^7.0
For Laravel:
- Laravel 8+
For WordPress:
- WordPress 5.8+
Installation
Install via Composer:
composer require amirmahvari/sms-gateway