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

ActiveLibrary[API Development](/categories/api)

bluora/laravel-slack-api
========================

Laravel integration for the cleentfaar/slack package.

0.20.19(7y ago)037MITPHPPHP &gt;=7.0.0

Since Jun 21Pushed 7y agoCompare

[ Source](https://github.com/bluora/laravel-slack-api)[ Packagist](https://packagist.org/packages/bluora/laravel-slack-api)[ RSS](/packages/bluora-laravel-slack-api/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (3)Versions (14)Used By (0)

```
   _____ _            _           __             _                               _
  / ____| |          | |         / _|           | |                             | |
 | (___ | | __ _  ___| | __     | |_ ___  _ __  | |     __ _ _ __ __ ___   _____| |
  \___ \| |/ _` |/ __| |/ /     |  _/ _ \| '__| | |    / _` | '__/ _` \ \ / / _ \ |
  ____) | | (_| | (__|   <      | || (_) | |    | |___| (_| | | | (_| |\ V /  __/ |
 |_____/|_|\__,_|\___|_|\_\ API |_| \___/|_|    |______\__,_|_|  \__,_| \_/ \___|_|

```

Provides [Slack](https://github.com/hnhdigital-os/php-slack-api) for Laravel.

[![Latest Stable Version](https://camo.githubusercontent.com/dbd1dbcdaa351dfe16ee998908c6a08b08c5438d0f08cc9076a4d7484ac9fc26/68747470733a2f2f706f7365722e707567782e6f72672f686e686469676974616c2d6f732f6c61726176656c2d736c61636b2d6170692f762f737461626c652e737667)](https://packagist.org/packages/hnhdigital-os/laravel-slack-api) [![Total Downloads](https://camo.githubusercontent.com/ecdf7866f0e0cc908c3b8760e530941b54b74f29ff6525d48d0dbb92953f5487/68747470733a2f2f706f7365722e707567782e6f72672f686e686469676974616c2d6f732f6c61726176656c2d736c61636b2d6170692f646f776e6c6f6164732e737667)](https://packagist.org/packages/hnhdigital-os/laravel-slack-api) [![Latest Unstable Version](https://camo.githubusercontent.com/45e1c6715d6b00cde188ea4e7450c8d23b00bb33861c53741f589bd9dc58e2be/68747470733a2f2f706f7365722e707567782e6f72672f686e686469676974616c2d6f732f6c61726176656c2d736c61636b2d6170692f762f756e737461626c652e737667)](https://packagist.org/packages/hnhdigital-os/laravel-slack-api) [![Built for Laravel](https://camo.githubusercontent.com/ddd4a07bb769306a9338cffde2032c289e4d43d43ac346122709465a47cdff3f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4275696c745f666f722d4c61726176656c2d677265656e2e737667)](https://laravel.com/) [![License](https://camo.githubusercontent.com/32b8d560bbefe9aec07339746fdf03566811b8291a039f3adecec2ff6b250ce0/68747470733a2f2f706f7365722e707567782e6f72672f686e686469676974616c2d6f732f6c61726176656c2d736c61636b2d6170692f6c6963656e73652e737667)](https://packagist.org/packages/hnhdigital-os/laravel-slack-api)

[![StyleCI](https://camo.githubusercontent.com/04572e82cfd2819241dfa92396a7343e9ae9ae99ecfed91e9ad69babe64eebc3/68747470733a2f2f7374796c6563692e696f2f7265706f732f39343835343532302f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/94854520) [![Issue Count](https://camo.githubusercontent.com/cd8f095591438cdc76e6b7d2b68b9ba8131eab33d2fea61f63e100bcffb4d767/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f686e686469676974616c2d6f732f6c61726176656c2d736c61636b2d6170692f6261646765732f69737375655f636f756e742e737667)](https://codeclimate.com/github/hnhdigital-os/laravel-slack-api) [![Code Climate](https://camo.githubusercontent.com/925bb7a8921e6382c4621db746721f6a149d70a498b0571d76b69cf47b64db23/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f686e686469676974616c2d6f732f6c61726176656c2d736c61636b2d6170692f6261646765732f6770612e737667)](https://codeclimate.com/github/hnhdigital-os/laravel-slack-api)

This package has been developed by H&amp;H|Digital, an Australian botique developer. Visit us at [hnh.digital](http://hnh.digital).

Install
-------

[](#install)

Via composer:

`$ composer require hnhdigital-os/laravel-slack-api dev-master`

Enable the service provider by editing config/app.php:

```
    'providers' => [
        ...
        Bluora\LaravelSlackApi\ServiceProvider::class,
        ...
    ];
```

Enable the facade by editing config/app.php:

```
    'aliases' => [
        ...
        'SlackApi' => Bluora\LaravelSlackApi\Facade::class,
        ...
    ];
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](https://github.com/hnhdigital-os/laravel-slack-api/blob/master/CONTRIBUTING.md) for details.

Credits
-------

[](#credits)

- [Rocco Howard](https://github.com/therocis)
- [All Contributors](https://github.com/hnhdigital-os/laravel-slack-api/contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](https://github.com/hnhdigital-os/laravel-slack-api/blob/master/LICENSE) for more information.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~37 days

Recently: every ~110 days

Total

13

Last Release

2799d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5270e3a3d1add4e39f12dfde3ce549999a26f759d7128056083ab07f475259f2?d=identicon)[bluora](/maintainers/bluora)

---

Top Contributors

[![RoccoHoward](https://avatars.githubusercontent.com/u/227896?v=4)](https://github.com/RoccoHoward "RoccoHoward (52 commits)")

---

Tags

apilaravelslack

###  Code Quality

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/bluora-laravel-slack-api/health.svg)

```
[![Health](https://phpackages.com/badges/bluora-laravel-slack-api/health.svg)](https://phpackages.com/packages/bluora-laravel-slack-api)
```

###  Alternatives

[lisennk/laravel-slack-events-api

Slack Events API for Laravel 5, 6, 7 and 8

3911.4k](/packages/lisennk-laravel-slack-events-api)[lisennk/laravel-slack-web-api

Light Laravel wrapper for Slack Web API

2117.7k](/packages/lisennk-laravel-slack-web-api)[rakibdevs/openweather-laravel-api

Laravel package to connect https://openweathermap.org/ to get customized weather data for any location on the globe immediately

7648.2k](/packages/rakibdevs-openweather-laravel-api)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
