This is a PHP library to help developers include SMS service, with Intouchsms gateway from Rwanda
# aimedidierm/intouchsms
[![Source Code][badge-source]][source]
[![Latest Version][badge-release]][packagist]
[![Software License][badge-license]][license]
[![PHP Version][badge-php]][php]
[![Build Status][badge-build]][build]
[![Coverage Status][badge-coverage]][coverage]
[![Total Downloads][badge-downloads]][downloads]
[badge-source]:
img.shields.io
[badge-release]:
img.shields.io
[badge-license]:
img.shields.io
[badge-php]:
img.shields.io
[badge-build]:
img.shields.io
[badge-coverage]:
img.shields.io
[badge-downloads]:
img.shields.io
[source]:
github.com
[packagist]:
packagist.org
[license]:
github.com
[php]:
php.net
[build]:
travis-ci.org
[coverage]:
coveralls.io
[downloads]:
packagist.org
This is a php library to help developers include sms service, with IntouchSms gateway from RWANDA
## Installation
Install this package as a dependency using Composer.
```bash
composer require aimedidierm/intouchsms
```
## Usage
This is the documantion
```php
use Aimedidierm\IntouchSms\SmsSimple;
/** @var \Aimedidierm\IntouchSms\SmsSimple */
$sms = new SmsSimple();
$sms->recipients(["250788750979","0738584462"])
->message("Hello world")
->sender("intouchSenderId")
->username("intouchUsername")
->password("intouchPasswo …