PHPackages                             alt-three/logger - 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. alt-three/logger

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

alt-three/logger
================

A Logger Wrapper For Laravel 5

v2.0.1(8y ago)1272.0k12MITPHPPHP ^7.0

Since Jul 6Pushed 8y ago2 watchersCompare

[ Source](https://github.com/AltThree/Logger)[ Packagist](https://packagist.org/packages/alt-three/logger)[ RSS](/packages/alt-three-logger/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (6)Versions (13)Used By (2)

Alt Three Logger
================

[](#alt-three-logger)

A logger wrapper for Laravel 5.

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

[](#installation)

This version requires [PHP](https://php.net) 7, and supports Laravel 5.1, 5.2, 5.3, 5.4, or 5.5.

To get the latest version, simply require the project using [Composer](https://getcomposer.org):

```
$ composer require alt-three/logger
```

Once installed, you need to register the `AltThree\Logger\LoggerServiceProvider` service provider in your `config/app.php`, or if you're using Laravel 5.5, this can be done via the automatic package discovery.

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

[](#configuration)

Alt Three Logger requires configuration.

To get started, you'll need to publish all vendor assets:

```
$ php artisan vendor:publish
```

This will create a `config/logger.php` file in your app that you can modify to set your configuration. Also, make sure you check for changes to the original config file in this package between releases.

Usage
-----

[](#usage)

Alt Three Logger provides a clean way to log to multiple destinations at once. Simply fill out the config with the psr loggers you want to use, and we'll do the rest. We even allow you to configure which level of messages to send to each logger.

Due to limitations with the way Laravel's setup, we cannot override the `log` instance that's bound to the IoC, so you'll find that still gives you an instance of Laravel's bog standard logger, and Laravel's Log facade will be using that instance too, however we do provide our own facade to use if you'd like.

The main advantage to this package is that we are still able to override the IoC bindings to the psr logger interface and to Laravel's logger contract, so if you're dependency injecting those, you'll get our fancy logger to work with. Brilliant!

An example of where this package can really help you out is in the exception handler. Without you having to make any changes there, you immediately have the ability to log to multiple places as Laravel's injecting our logger into your exception handler because of the binding we have to the psr logger interface.

Security
--------

[](#security)

If you discover a security vulnerability within this package, please e-mail us at . All security vulnerabilities will be promptly addressed.

License
-------

[](#license)

Alt Three Logger is licensed under [The MIT License (MIT)](LICENSE).

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity35

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 92.6% 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 ~83 days

Recently: every ~125 days

Total

12

Last Release

3105d ago

Major Versions

v1.3.0 → v2.0.02017-08-06

PHP version history (2 changes)v1.0.0PHP &gt;=5.5.9

v2.0.0PHP ^7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/d95eb26cb8f3919bb5ca3b6d823daeabbf259663778a970349b245c580713c8e?d=identicon)[graham-campbell](/maintainers/graham-campbell)

![](https://www.gravatar.com/avatar/cdc9e2de1632032ee831da93db1060f4b3b6aedf1753bdba10740fa39afe7227?d=identicon)[joecohens](/maintainers/joecohens)

![](https://www.gravatar.com/avatar/9e4934b15ff7d8cffabece955994bed29b31429f4c2e8f13fa0868c753bb1c30?d=identicon)[jbrooksuk](/maintainers/jbrooksuk)

---

Top Contributors

[![GrahamCampbell](https://avatars.githubusercontent.com/u/2829600?v=4)](https://github.com/GrahamCampbell "GrahamCampbell (50 commits)")[![jbrooksuk](https://avatars.githubusercontent.com/u/246103?v=4)](https://github.com/jbrooksuk "jbrooksuk (4 commits)")

---

Tags

loggingloggerAlt Three

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/alt-three-logger/health.svg)

```
[![Health](https://phpackages.com/badges/alt-three-logger/health.svg)](https://phpackages.com/packages/alt-three-logger)
```

###  Alternatives

[illuminate/log

The Illuminate Log package.

6225.3M623](/packages/illuminate-log)[illuminate/broadcasting

The Illuminate Broadcasting package.

7127.2M208](/packages/illuminate-broadcasting)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[illuminate/mail

The Illuminate Mail package.

5910.6M501](/packages/illuminate-mail)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M194](/packages/laravel-ai)[moonshine/moonshine

Laravel administration panel

1.3k253.1k81](/packages/moonshine-moonshine)

PHPackages © 2026

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