PHPackages                             mugonat/sms - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. mugonat/sms

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

mugonat/sms
===========

This is a package with different sms drivers

1.3.0(8mo ago)0619proprietaryPHP

Since Feb 16Pushed 8mo agoCompare

[ Source](https://github.com/mugonat-systems/php-sms)[ Packagist](https://packagist.org/packages/mugonat/sms)[ RSS](/packages/mugonat-sms/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (6)Dependencies (5)Versions (5)Used By (0)

Basic Sms Service
=================

[](#basic-sms-service)

### Send SMS with breeze

[](#send-sms-with-breeze)

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

You can find the full example [here](./example/index.php)

### Installation

[](#installation)

```
composer require mugonat/sms
```

### Available drivers

[](#available-drivers)

You can find all available drivers [here](./src/Services)

### Laravel Integration

[](#laravel-integration)

Add a config inside `config/sms.php` with contents:

```
