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

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

starring-jane/logging
=====================

Logging made for use inside laravel apps

v1.2.0(1y ago)03.3k↓33.3%MITPHPPHP ^7.4|^8.1

Since Aug 25Pushed 1y ago4 watchersCompare

[ Source](https://github.com/starringjane/logging)[ Packagist](https://packagist.org/packages/starring-jane/logging)[ RSS](/packages/starring-jane-logging/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (4)Versions (8)Used By (0)

\#Starring Jane logging tool for Laravel

Available channels
------------------

[](#available-channels)

- Teams
- Loggly

Installation
------------

[](#installation)

Run the composer install command to install the package

```
composer require starring-jane/logging
```

Configuration
-------------

[](#configuration)

Optionally you can publish the config file with:

```
php artisan vendor:publish --provider="StarringJane\Logging\LoggingServiceProvider" --tag="config"
```

Set up the following environment variables in your .env file:

```
TEAMS_WEBHOOK_URL=
LOGGLY_TOKEN=
LOGGLY_TAG=
```

When one or multiple of these variables are not set, the corresponding logging channel will not be used.

Finally, all you need to do is add the following line to your config/logging.php file and enable the channel in stack channels or as a single channel:

```
'channels' => [
    ...
    'starringjane' => [
        'driver' => 'custom',
        'via' => \StarringJane\Logging\Logging\LoggerChannel::class,
        'level' => 'notice',
    ],
    ...
],
```

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance47

Moderate activity, may be stable

Popularity21

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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 ~99 days

Total

7

Last Release

399d ago

Major Versions

v0.0.1 → v1.0.32024-03-08

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/24898080?v=4)[Starring Jane](/maintainers/starringjane)[@starringjane](https://github.com/starringjane)

---

Top Contributors

[![briavers](https://avatars.githubusercontent.com/u/26483622?v=4)](https://github.com/briavers "briavers (5 commits)")[![joachimVT](https://avatars.githubusercontent.com/u/1216688?v=4)](https://github.com/joachimVT "joachimVT (5 commits)")

###  Code Quality

TestsPest

### Embed Badge

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

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

###  Alternatives

[illuminate/log

The Illuminate Log package.

6224.3M518](/packages/illuminate-log)[freshbitsweb/laravel-log-enhancer

Make debugging easier by adding more data to your laravel logs

346569.0k](/packages/freshbitsweb-laravel-log-enhancer)[honeybadger-io/honeybadger-laravel

Honeybadger Laravel integration

431.2M](/packages/honeybadger-io-honeybadger-laravel)[ytake/laravel-fluent-logger

fluent logger for laravel and lumen

63541.6k1](/packages/ytake-laravel-fluent-logger)[kitloong/laravel-app-logger

Laravel log for your application

101.2M8](/packages/kitloong-laravel-app-logger)[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)
