PHPackages                             mane-olawale/termii - 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. [API Development](/categories/api)
4. /
5. mane-olawale/termii

ActiveLibrary[API Development](/categories/api)

mane-olawale/termii
===================

A simple Object Oriented PHP Client for Termii SMS API.

v1.2.3(4y ago)316.8k↓50%3[1 issues](https://github.com/Mane-Olawale/termii/issues)1MITPHPPHP &gt;=7.2

Since May 2Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Mane-Olawale/termii)[ Packagist](https://packagist.org/packages/mane-olawale/termii)[ Docs](https://github.com/mane-olawale/termii)[ RSS](/packages/mane-olawale-termii/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (6)Dependencies (4)Versions (8)Used By (1)

 [![](https://camo.githubusercontent.com/baf8f1f70e5787cbccc775e0a45c9d1fdf3ae575a42e7d73f2a42376842352dc/68747470733a2f2f7465726d69692e636f6d2f6173736574732f696d616765732f6c6f676f2e706e67 "Termii")](https://camo.githubusercontent.com/baf8f1f70e5787cbccc775e0a45c9d1fdf3ae575a42e7d73f2a42376842352dc/68747470733a2f2f7465726d69692e636f6d2f6173736574732f696d616765732f6c6f676f2e706e67)

[![Github](https://github.com/Mane-Olawale/termii/actions/workflows/tests.yml/badge.svg)](https://github.com/Mane-Olawale/laravel-termii)[![Total Downloads](https://camo.githubusercontent.com/ea722d28311673f0aa2de97dfada3ac0fe26c65f4d5b70fd5e8153e64b57d839/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d616e652d6f6c6177616c652f7465726d6969)](https://packagist.org/packages/mane-olawale/termii)[![Latest Stable Version](https://camo.githubusercontent.com/e25c00e8197498e684fa105672ddb49181d0700b12cce456e8c4e0e32e7ab87c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d616e652d6f6c6177616c652f7465726d6969)](https://packagist.org/packages/mane-olawale/termii)[![License](https://camo.githubusercontent.com/527dacc6c275f66a3e256d71cf30077308280ae82d0972990c0e2f908d803e10/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6d616e652d6f6c6177616c652f7465726d6969)](https://packagist.org/packages/mane-olawale/termii)

Termii Client
=============

[](#termii-client)

A simple Object Oriented PHP Client for Termii SMS API.

Uses [Termii API](http://developer.termii.com/).

Requirements
------------

[](#requirements)

- PHP &gt;= 7.2
- Guzzlehttp ~6|~7

Installation
------------

[](#installation)

Via [Composer](https://getcomposer.org).

### PHP 7.2+:

[](#php-72)

```
composer require mane-olawale/termii
```

You now have Termii Client installed in *vendor/mane-olawale/termii*

And an handy autoload file to include in your project in *vendor/autoload.php*

Basic usage of `Termii client`
------------------------------

[](#basic-usage-of-termii-client)

```
