PHPackages                             djgadd/themosis-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. djgadd/themosis-logger

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

djgadd/themosis-logger
======================

Monolog for Themosis

1.0.6(8y ago)21244GPL-3.0-or-laterPHPPHP &gt;=7.0

Since Mar 7Pushed 8y ago1 watchersCompare

[ Source](https://github.com/djgadd/themosis-logger)[ Packagist](https://packagist.org/packages/djgadd/themosis-logger)[ RSS](/packages/djgadd-themosis-logger/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (4)Versions (13)Used By (4)

Themosis Logger
===============

[](#themosis-logger)

A package for the Themosis framework that provides access to Monolog. Similar to the Laravel setup, provides support for log files, Loogly, and Slack. Also loads in some Laravel helper functions associated with logging. This plugin requires `keltiecochrane/themosis-illuminate`'s ConfigServiceProvider to be setup.

Install
-------

[](#install)

Install through composer: - `composer require keltiecochrane/themosis-logger`

Copy the `logger.config.php` file to your `theme/resources/config` folder, and configure as appropriate.

Register the service provider in your `theme/resources/config/providers.php` file: - `KeltieCochrane\Logger\LogServiceProvider::class,`

Optionally register the alias in your `theme/resources/config/theme.php` file: - `'Log' => KeltieCochrane\Logger\LogFacade::class,`

Examples
--------

[](#examples)

```
  Log::error('An error occurred', ['code' => 1, 'message' => 'Oops.']);

```

See the [Monolog docs](https://github.com/Seldaek/monolog/blob/master/doc/01-usage.md) for more info.

Helpers
-------

[](#helpers)

The following (additional) helpers are available: -

- info
- logger

See the [Laravel docs](https://laravel.com/docs/5.4/helpers) for more info.

Support
-------

[](#support)

This package is provided as is, though we'll endeavour to help where we can. By using this plugin you forfeit your right to any warranty or costs associated with it's use.

Contributing
------------

[](#contributing)

Any contributions would be encouraged and much appreciated, you can contribute by: -

- Reporting bugs
- Suggesting features
- Sending pull requests

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity65

Established project with proven stability

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 ~41 days

Recently: every ~72 days

Total

9

Last Release

3022d ago

Major Versions

0.1.0 → 1.0.02017-04-13

### Community

Maintainers

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

---

Tags

themosis

### Embed Badge

![Health badge](/badges/djgadd-themosis-logger/health.svg)

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

###  Alternatives

[camspiers/silverstripe-loggerbridge

Provides a bridge between PSR-3 loggers (like monolog) and SilverStripe

1366.8k](/packages/camspiers-silverstripe-loggerbridge)

PHPackages © 2026

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