PHPackages                             aminembarki/smsadapter - 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. [Image &amp; Media](/categories/media)
4. /
5. aminembarki/smsadapter

ActiveLibrary[Image &amp; Media](/categories/media)

aminembarki/smsadapter
======================

PHP5 library that provides a sms abstraction layer

0.1.1(11y ago)117MITPHPPHP &gt;=5.3.2

Since Feb 12Pushed 11y agoCompare

[ Source](https://github.com/aminembarki/smsadapter)[ Packagist](https://packagist.org/packages/aminembarki/smsadapter)[ Docs](http://ambnetwork.net)[ RSS](/packages/aminembarki-smsadapter/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (4)Versions (4)Used By (0)

SmsAdapter
==========

[](#smsadapter)

SmsAdapter is a PHP5 library that provides a Sms providers abstraction layer.

Why use SmsAdapter?
-------------------

[](#why-use-smsadapter)

Imagine you have to send a lot of sms to multiple destination in a PHP project. Lets see how to take this situation in your advantage using SmsAdapter.

The sms abstraction layer permits you to develop your application without the need to adapt your code for every sms destination &amp; provide.

Another advantage of this is the possibility to update the provider api without any impact on the code . In example, if your project grows up very fast and if your sms provider reaches its limits, you can easily move to any other provider.

Try it!
-------

[](#try-it)

### Installation

[](#installation)

Development version:

```
php composer.phar require aminembarki/smsadapter:dev-master
```

### Setup your Smsadapter

[](#setup-your-smsadapter)

Following an example with the sms adapter. To setup other adapters, look up the Adapters folder

```
