PHPackages                             massimo-filippi/sms-module - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. massimo-filippi/sms-module

ActiveLibrary[HTTP &amp; Networking](/categories/http)

massimo-filippi/sms-module
==========================

ZF3 module for SMS communication

1.0-beta.1(8y ago)273MITPHPPHP ^5.6 || ^7.0

Since Oct 27Pushed 8y ago4 watchersCompare

[ Source](https://github.com/massimo-filippi/sms-module)[ Packagist](https://packagist.org/packages/massimo-filippi/sms-module)[ Docs](https://github.com/massimo-filippi/sms-module)[ RSS](/packages/massimo-filippi-sms-module/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (3)Used By (0)

sms-module
==========

[](#sms-module)

ZF3 module for SMS communication

[![Packagist](https://camo.githubusercontent.com/2ad3e926b2d75f021f87bd9fcdc372ffad24bd6ac8e3ea178ca8d2bea6f5d462/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d617373696d6f2d66696c697070692f736d732d6d6f64756c652e737667)](https://packagist.org/packages/massimo-filippi/sms-module)[![License](https://camo.githubusercontent.com/e498eead712d82d9ee1af0a4850acd2e46ea48c48fb9ce5a3d2ab64f28f95b34/687474703a2f2f696d672e736869656c64732e696f2f3a6c6963656e73652d6d69742d626c75652e737667)](http://doge.mit-license.org)

Introduction
------------

[](#introduction)

There will be more info soon...

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

[](#installation)

### 1. Install via Composer

[](#1-install-via-composer)

Install the latest stable version via Composer:

```
composer require massimo-filippi/sms-module

```

Install the latest develop version via Composer:

```
composer require massimo-filippi/sms-module:dev-master

```

### 2. Enable module in your application

[](#2-enable-module-in-your-application)

Composer should enable `MassimoFilippi\SmsModule` in your project automatically during installation.

In case it does not, you can enable module manually by adding value `'MassimoFilippi\SmsModule'` to array in file `config/modules.config.php`. At the end, it should look like PHP array below.

```
