PHPackages                             semihsemih/logie - 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. semihsemih/logie

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

semihsemih/logie
================

PHP library for logging

10PHP

Since Jan 2Pushed 3y ago1 watchersCompare

[ Source](https://github.com/semihsemih/logie)[ Packagist](https://packagist.org/packages/semihsemih/logie)[ RSS](/packages/semihsemih-logie/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Logie - Logging for PHP
=======================

[](#logie---logging-for-php)

[![Logo](https://camo.githubusercontent.com/e986402690055592fa1b86087ca70f4e070bd3cfe8020ef5c6df245587a6153f/68747470733a2f2f692e696d6775722e636f6d2f617031774b6e436c2e706e67)](https://camo.githubusercontent.com/e986402690055592fa1b86087ca70f4e070bd3cfe8020ef5c6df245587a6153f/68747470733a2f2f692e696d6775722e636f6d2f617031774b6e436c2e706e67)

This library implements the [PSR-3](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md) interface that you can type-hint against in your own libraries to keep a maximum of interoperability.

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

[](#installation)

Install the latest version with

```
composer require semihsemih/logie
```

Usage
-----

[](#usage)

```
$handler = new Logie\Handler\FileHandler($logFileName);
$logger = new Logie\Logger($handler);
$logger->log(LogLevel::INFO, 'an info has occurred.');

```

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity23

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/6cb8ab4a00c4022c85565e7a34e521129592fe398567e32898c4fce465cec18b?d=identicon)[semihsemih](/maintainers/semihsemih)

---

Top Contributors

[![semihsemih](https://avatars.githubusercontent.com/u/40580101?v=4)](https://github.com/semihsemih "semihsemih (3 commits)")

### Embed Badge

![Health badge](/badges/semihsemih-logie/health.svg)

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

###  Alternatives

[psr/log

Common interface for logging libraries

10.4k1.2B9.2k](/packages/psr-log)[itsgoingd/clockwork

php dev tools in your browser

5.9k27.6M94](/packages/itsgoingd-clockwork)[graylog2/gelf-php

A php implementation to send log-messages to a GELF compatible backend like Graylog2.

41838.2M138](/packages/graylog2-gelf-php)[bugsnag/bugsnag-psr-logger

Official Bugsnag PHP PSR Logger.

32132.5M2](/packages/bugsnag-bugsnag-psr-logger)[consolidation/log

Improved Psr-3 / Psr\\Log logger based on Symfony Console components.

15462.2M7](/packages/consolidation-log)[datadog/php-datadogstatsd

An extremely simple PHP datadogstatsd client

19124.6M15](/packages/datadog-php-datadogstatsd)

PHPackages © 2026

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