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

ActiveLibrary[API Development](/categories/api)

craftyx/slack-api
=================

Wrapper for Slack.com WEB API. Based on Vagner do Carmo one, but compatible with GuzzleHttp6

3.0.0(6y ago)511.3k↑43.3%31DBADPHPPHP &gt;=7.2.5

Since Jul 10Pushed 6y ago1 watchersCompare

[ Source](https://github.com/JulienTant/laravel-slack-api)[ Packagist](https://packagist.org/packages/craftyx/slack-api)[ RSS](/packages/craftyx-slack-api/feed)WikiDiscussions master Synced 2d ago

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

Slack API for Laravel 5
-----------------------

[](#slack-api-for-laravel-5)

This package provides a simple way to use [Slack API](https://api.slack.com). It's based on the excellent [Vluzrmos](https://github.com/vluzrmos) package, but it's compatible with Guzzle6

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

[](#instalation)

`composer require craftyx/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.

Configuration
-------------

[](#configuration)

configure your slack team token in `config/services.php`

```

```

Usage
-----

[](#usage)

```
