PHPackages                             corpsoft/logging - 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. corpsoft/logging

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

corpsoft/logging
================

Global Slack logging in system

v1.0.0(2y ago)0138↓50%PHPPHP ^8.0

Since Jun 29Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Yurii-Ivakhnov/logging-problems)[ Packagist](https://packagist.org/packages/corpsoft/logging)[ RSS](/packages/corpsoft-logging/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (8)Versions (3)Used By (0)

 [![](https://avatars1.githubusercontent.com/u/33844443)](https://avatars1.githubusercontent.com/u/33844443)

Logging Problems
================

[](#logging-problems)

---

This package has:

- Logging All Exceptions
- Logging when Failed Job
- Logging When Querying long

---

Setting
-------

[](#setting)

### Check Provider

[](#check-provider)

Check if `config/app.php` in `"providers"` exists below provider:

```
Corpsoft\Logging\LoggingServiceProvider::class,
```

### Publish config file

[](#publish-config-file)

Publish config file

```
php artisan vendor:publish --tag=logging
```

### Setting Slack webhook

[](#setting-slack-webhook)

Open link , get webhook url, and put in *.env*

Add in *.env* file

> LOG\_CS\_SLACK\_WEBHOOK\_URL=

---

Config File and .env variables (FOR INFORMATION)
------------------------------------------------

[](#config-file-and-env-variables-for-information)

Possible *.env* variables

```
 LOG_CS_ENABLE_JOB_FAILED_TRACKING=
 LOG_CS_ENABLE_QUERYING_LONG_TRACKING=
 LOG_CS_ENABLE_GLOBAL_EXCEPTION_TRACKING=
 LOG_CS_MAX_QUERYING_TIME_TRACKING=
```

Here is a description of the *config\\logging-problems.php*

```
'enable_in_environment'  // Which environment enabled. Default enabled 'production'

'enable_job_failed_tracking' // Includes Tracking of Failing Job. Default true
'enable_querying_for_longer_time_tracking' // Includes Tracking of long query. Default true
'enable_global_exception_tracking' // Includes global tracking of 500 errors Default true

'max_querying_time_tracking' // The maximum query threshold at which this will be logged (in milliseconds), the default is 1000
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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

Unknown

Total

1

Last Release

1054d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/cf81d0593bafa32a636e7c8cae54b662aaaa547fe88e9c74786ff58ddc2bf411?d=identicon)[Yurii Ivahnov](/maintainers/Yurii%20Ivahnov)

---

Top Contributors

[![Yurii-Ivakhnov](https://avatars.githubusercontent.com/u/89988809?v=4)](https://github.com/Yurii-Ivakhnov "Yurii-Ivakhnov (5 commits)")

---

Tags

laravelloggingslackcorpsoft

### Embed Badge

![Health badge](/badges/corpsoft-logging/health.svg)

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

###  Alternatives

[spatie/laravel-health

Monitor the health of a Laravel application

86910.0M83](/packages/spatie-laravel-health)[yadahan/laravel-authentication-log

Laravel Authentication Log provides authentication logger and notification for Laravel.

416632.8k5](/packages/yadahan-laravel-authentication-log)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)[shaffe/laravel-mail-log-channel

A package to support logging via email in Laravel

1286.2k](/packages/shaffe-laravel-mail-log-channel)

PHPackages © 2026

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