PHPackages                             chronostep/chronoslack - 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. chronostep/chronoslack

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

chronostep/chronoslack
======================

This is slack Logging notification.

v2.0.0(9mo ago)01191MITPHPPHP ^8.0

Since Jan 11Pushed 9mo ago1 watchersCompare

[ Source](https://github.com/chronostep-inc/chronoslack)[ Packagist](https://packagist.org/packages/chronostep/chronoslack)[ RSS](/packages/chronostep-chronoslack/feed)WikiDiscussions master Synced 4w ago

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

Slack Logging Notification
==========================

[](#slack-logging-notification)

This package will be sent logging notification on slack.

Source
------

[](#source)

URLPackagistGithubInstallation Procedure
----------------------

[](#installation-procedure)

### Install Composer Package

[](#install-composer-package)

```
composer require chronostep/chronoslack

```

### Configuration

[](#configuration)

You'll need to register the configuration in the environment. The file will be `.env`. In this file you will need to provide the webhook url. I recommend reading [Slack Incoming Webhooks](https://my.slack.com/services/new/incoming-webhook/) for more information on how to setup the webhook.

```
LOG_SLACK_WEBHOOK_URL=
LOG_SLACK_NAME=
LOG_SLACK_LOG=
LOG_SLACK_CHANNEL=

```

Example Usage
=============

[](#example-usage)

```
$error = ['status' => 404, 'message' => 'Not found!'];

SlackLog::error($error);

// Use logging guard if not specify `LOG_SLACK_LOG` in the environment.
if (SlackLog::isErrorEnabled()) {
    SlackLog::error($error);
}
```

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance58

Moderate activity, may be stable

Popularity11

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 75% 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 ~109 days

Recently: every ~300 days

Total

13

Last Release

275d ago

Major Versions

v1.0.11 → v2.0.02025-08-08

PHP version history (2 changes)v1.0.0PHP ^7.3|^8.0

v2.0.0PHP ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/0159e3c3659c38a80d9157373b0e3c9ae7306965402574955c583390df09aa4e?d=identicon)[ChronoDevs](/maintainers/ChronoDevs)

---

Top Contributors

[![joejohnferrolino](https://avatars.githubusercontent.com/u/29591369?v=4)](https://github.com/joejohnferrolino "joejohnferrolino (9 commits)")[![f-joe](https://avatars.githubusercontent.com/u/146413762?v=4)](https://github.com/f-joe "f-joe (3 commits)")

### Embed Badge

![Health badge](/badges/chronostep-chronoslack/health.svg)

```
[![Health](https://phpackages.com/badges/chronostep-chronoslack/health.svg)](https://phpackages.com/packages/chronostep-chronoslack)
```

###  Alternatives

[psr/log

Common interface for logging libraries

10.4k1.2B9.1k](/packages/psr-log)[itsgoingd/clockwork

php dev tools in your browser

5.9k27.6M94](/packages/itsgoingd-clockwork)[graylog2/gelf-php

A php implementation to send log-messages to a GELF compatible backend like Graylog2.

41838.2M137](/packages/graylog2-gelf-php)[bugsnag/bugsnag-psr-logger

Official Bugsnag PHP PSR Logger.

32132.5M2](/packages/bugsnag-bugsnag-psr-logger)[spatie/laravel-uptime-monitor

A powerful, easy to configure uptime monitor

1.1k234.4k8](/packages/spatie-laravel-uptime-monitor)[consolidation/log

Improved Psr-3 / Psr\\Log logger based on Symfony Console components.

15462.2M7](/packages/consolidation-log)

PHPackages © 2026

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