This is a php library to help developers include sms service, with IntouchSms gateway from RWANDA
# yvesniyo/intouch-sms
[![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 yvesniyo/intouch-sms
```
## Usage
This is the documantion
```php
use Yvesniyo\IntouchSms\SmsSimple;
/** @var \Yvesniyo\IntouchSms\SmsSimple */
$sms = new SmsSimple();
$sms->recipients(["250780588642","0720710379"])
->message("Hello world")
->sender("intouchSenderId")
->username("intouchUsername")
->password("intouchPassword")
->apiUrl("www.intouchsms.co.rw/ …