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 yesterday

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 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity24

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.2B11.5k](/packages/psr-log)[open-telemetry/api

API for OpenTelemetry PHP.

1941.5M276](/packages/open-telemetry-api)[open-telemetry/sdk

SDK for OpenTelemetry PHP.

2328.5M343](/packages/open-telemetry-sdk)

PHPackages © 2026

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