mugonat / sms
This is a package with different sms drivers
1.0.1
2025-02-16 21:01 UTC
Requires
- guzzlehttp/guzzle: ^7.9
- mugonat/service-container: ^1.0
Requires (Dev)
- phpunit/phpunit: ^11.5
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