PHPackages                             exposuresoftware/slackerlogs - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. exposuresoftware/slackerlogs

AbandonedArchivedLibrary[Logging &amp; Monitoring](/categories/logging)

exposuresoftware/slackerlogs
============================

Provides interface to Slack chat from Laravel/Lumen logging.

v1.0(9y ago)013MITPHP

Since Jul 13Pushed 5y ago1 watchersCompare

[ Source](https://github.com/ExposureSoftware/Slacker-Logs)[ Packagist](https://packagist.org/packages/exposuresoftware/slackerlogs)[ RSS](/packages/exposuresoftware-slackerlogs/feed)WikiDiscussions master Synced today

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

!!ARCHIVED!!
============

[](#archived)

Laravel has native Slack logging intergrations that are better maintained. **Use those!**

Slacker-Logs
============

[](#slacker-logs)

Provides interface to Slack chat from Laravel/Lumen logging.

Installation
============

[](#installation)

Download
--------

[](#download)

### Via Composer

[](#via-composer)

To install via Composer first make sure Composer is installed.
Then need to simply run the command to require the package.
`composer require exposuresoftware/slackerlogs`

Register with the Container
---------------------------

[](#register-with-the-container)

In order to make using this package you are only required to write a very simple class and register it with your application.

### Create a Provider

[](#create-a-provider)

You `Provider` class can be named whatever you wish but **must** extend the `ExposureSoftware\SlackLogs\Providers\LoggerProvider`class.
This can be as simple as

```
