v1.0.0
SMSAPI Notification Channel for Laravel.
This package adds SMSAPI support to Laravel Notifications, making it easy to send SMS and MMS messages through the standard notification system.
Features:
- Laravel 11, 12, and 13 support
- SMS notifications via SMSAPI
- MMS support
- Simple
toSmsApi()notification integration - Configurable sender, service, URI, and timeout
- Based on the official
smsapi/php-clientv3 adapter