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(10mo ago)01211MITPHPPHP ^8.0

Since Jan 11Pushed 10mo ago1 watchersCompare

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

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

37

—

LowBetter than 81% of packages

Maintenance53

Moderate activity, may be stable

Popularity11

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity63

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

328d 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

[grumpydictator/firefly-iii

Firefly III: a personal finances manager.

23.9k69.5k](/packages/grumpydictator-firefly-iii)[spatie/laravel-uptime-monitor

A powerful, easy to configure uptime monitor

1.1k265.5k8](/packages/spatie-laravel-uptime-monitor)[open-telemetry/api

API for OpenTelemetry PHP.

1941.5M273](/packages/open-telemetry-api)[mehrancodes/laravel-harbor

A CLI tool to Quickly create On-Demand preview environment for your apps.

10097.5k](/packages/mehrancodes-laravel-harbor)[exceedone/exment

Management for Product, Client, Contracts, Subscription, ...

28038.8k](/packages/exceedone-exment)[binarcode/laravel-developer

Lightweight package to log slack exceptions.

10353.7k](/packages/binarcode-laravel-developer)

PHPackages © 2026

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