Skip to content

Releases: ENIO1910/laravel-smsapi-notification-channel

v2.0.0

20 Apr 14:14

Choose a tag to compare

v1.1.1

02 Apr 13:12

Choose a tag to compare

enhance SmsApiChannel to support on-demand notifications and improve recipient resolution

Full Changelog: v1.1.0...v1.1.1

v1.1.0

02 Apr 11:51
408f436

Choose a tag to compare

  • Add support for bulk SMS messaging

What's Changed

  • feat: add bulk SMS support and update MMS handling in SmsApi by @ENIO1910 in #2

Full Changelog: 1.0.1...v1.1.0

v1.0.1

02 Apr 10:33

Choose a tag to compare

  • Change namespace

v1.0.0

02 Apr 10:17

Choose a tag to compare

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