PHPackages                             massimo-filippi/slack-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. [API Development](/categories/api)
4. /
5. massimo-filippi/slack-module

ActiveLibrary[API Development](/categories/api)

massimo-filippi/slack-module
============================

ZF3 module for Slack communication

v1.0(8y ago)22311MITPHPPHP ^5.6 || ^7.0

Since Mar 21Pushed 8y ago4 watchersCompare

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

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

slack-module
============

[](#slack-module)

ZF3 module for Slack communication

[![Packagist](https://camo.githubusercontent.com/6d741c9963ccb226884f9ede20141ad180b96303c8384d7399e16af5a1a00156/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d617373696d6f2d66696c697070692f736c61636b2d6d6f64756c652e737667)](https://packagist.org/packages/massimo-filippi/slack-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/slack-module

```

Install the latest develop version via Composer:

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

```

### 2. Enable module in your application

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

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

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

```
