amirmehvari/sms-gateway

Framework agnostic PHP SMS package with multiple provider support.

Maintainers

Package info

github.com/amirmahvari/sms-gateway

pkg:composer/amirmehvari/sms-gateway

Transparency log

Statistics

Installs: 7

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.2 2026-08-21 21:16 UTC

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.

Latest Version Total Downloads License

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