Skip to content

v1.0.0

Choose a tag to compare

@ENIO1910 ENIO1910 released this 02 Apr 10:17
· 4 commits to main since this release

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-client v3 adapter