mugonat/sms

This is a package with different sms drivers

1.0.1 2025-02-16 21:01 UTC

This package is auto-updated.

Last update: 2025-06-18 10:18:02 UTC


README

Send SMSes with breeze

\Mugonat\Sms\sms('+263XXX', 'Message is awesome');

You can find the full example here

Installation

Inside composer.json add this:

{
  // other composer things
  "minimum-stability": "dev",
  "prefer-stable": true,
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/mugonat-systems/php-sms"
    }
  ]
}

Then run

composer require mugonat/sms

Available drivers

You can find all available drivers here