PHPackages                             vivifyideas/slack-api - 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. vivifyideas/slack-api

ActiveLibrary[API Development](/categories/api)

vivifyideas/slack-api
=====================

Wrapper for Slack.com WEB API.

v0.5.4(6y ago)07.0k3MITPHPPHP &gt;=5.5.9

Since Feb 23Pushed 3y agoCompare

[ Source](https://github.com/Vivify-Ideas/laravel-slack-api)[ Packagist](https://packagist.org/packages/vivifyideas/slack-api)[ RSS](/packages/vivifyideas-slack-api/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (3)Versions (34)Used By (0)

Laravel 6 and Lumen - Slack API
-------------------------------

[](#laravel-6-and-lumen---slack-api)

This package provides a simple way to use [Slack API](https://api.slack.com).

[![Latest Stable Version](https://camo.githubusercontent.com/33a57df94812355ca6d0a142f696222676c50c6ee72cddba101ab0a0363bfddd/68747470733a2f2f706f7365722e707567782e6f72672f76697669667969646561732f736c61636b2d6170692f762f737461626c652e737667)](https://packagist.org/packages/vivifyideas/slack-api) [![Total Downloads](https://camo.githubusercontent.com/8a165b057665871f717106c13770664c162ff767f77d901a98ab5044150e8d5e/68747470733a2f2f706f7365722e707567782e6f72672f76697669667969646561732f736c61636b2d6170692f646f776e6c6f6164732e737667)](https://packagist.org/packages/vivifyideas/slack-api) [![Latest Unstable Version](https://camo.githubusercontent.com/a2715b416e8823c2c3cd2d37f1eaae70a908ca200c1da703563e8eb308ca9888/68747470733a2f2f706f7365722e707567782e6f72672f76697669667969646561732f736c61636b2d6170692f762f756e737461626c652e737667)](https://packagist.org/packages/vivifyideas/slack-api) [![License](https://camo.githubusercontent.com/3ab972df4c15500217b3fe14ac3f40ef5dcb0e7ba5bba62bc9d08e2bc1d7c523/68747470733a2f2f706f7365722e707567782e6f72672f76697669667969646561732f736c61636b2d6170692f6c6963656e73652e737667)](https://packagist.org/packages/vivifyideas/slack-api)

Instalation
-----------

[](#instalation)

`composer require vivifyideas/slack-api`

Instalation on Laravel 5
------------------------

[](#instalation-on-laravel-5)

Add to `config/app.php`:

```

```

> The ::class notation is optional.

and add the Facades to your aliases, if you need it

```

```

> The ::class notation is optional.

Instalation on Lumen
--------------------

[](#instalation-on-lumen)

Add that line on `bootstrap/app.php`:

```
