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

v2.0.0(2mo ago)03.7k↓72.9%MITPHPPHP ^8.3

Since Aug 25Pushed 2mo 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 yesterday

READMEChangelog (4)Dependencies (8)Versions (9)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

48

—

FairBetter than 93% of packages

Maintenance83

Actively maintained with recent releases

Popularity21

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 54.5% 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 ~136 days

Recently: every ~190 days

Total

8

Last Release

87d ago

Major Versions

v0.0.1 → v1.0.32024-03-08

v1.2.0 → v2.0.02026-04-07

PHP version history (2 changes)v1.0.0PHP ^7.4|^8.1

v2.0.0PHP ^8.3

### 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 (6 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

[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[illuminate/log

The Illuminate Log package.

6225.3M621](/packages/illuminate-log)[mateusjunges/laravel-kafka

A kafka driver for laravel

7253.6M21](/packages/mateusjunges-laravel-kafka)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45444.2k1](/packages/pressbooks-pressbooks)[grkamil/laravel-telegram-logging

Send logs to Telegram chat via Telegram bot

163509.2k](/packages/grkamil-laravel-telegram-logging)[honeybadger-io/honeybadger-laravel

Honeybadger Laravel integration

431.3M](/packages/honeybadger-io-honeybadger-laravel)

PHPackages © 2026

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