PHPackages                             deadpool2k/quicklogphp - 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. deadpool2k/quicklogphp

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

deadpool2k/quicklogphp
======================

A simple, fast PHP logging library that logs datetime, IP, user-agent, and message details.

v0.1.0(8mo ago)21MITPHPPHP &gt;=7.4CI passing

Since Nov 1Pushed 8mo agoCompare

[ Source](https://github.com/Deadpool2000/quicklogphp)[ Packagist](https://packagist.org/packages/deadpool2k/quicklogphp)[ RSS](/packages/deadpool2k-quicklogphp/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

QuickLogPHP
===========

[](#quicklogphp)

A lightweight PHP logger that records datetime, IP address, user agent, and message details — all in a single line.

```
[datetime]:[ip]:[useragent]:[level]:message

```

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

[](#installation)

```
composer require deadpool2k/quicklogphp
```

Usage
-----

[](#usage)

```
use QuickLogPHP\QuickLog;

$log = new QuickLog();

$log->info("User logged in", ["username" => "john_doe"]);
$log->error("Database connection failed", ["db_host" => "localhost"]);
```

### Example Output

[](#example-output)

```
[2025-10-31 18:10:45]:[192.168.1.10]:[Mozilla/5.0]:[INFO]:User logged in | {"username":"john_doe"}
[2025-10-31 18:11:15]:[192.168.1.10]:[Mozilla/5.0]:[ERROR]:Database connection failed | {"db_host":"localhost"}

```

🧾 License
---------

[](#-license)

MIT

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance61

Regular maintenance activity

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity25

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

245d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/32305505?v=4)[Salil M](/maintainers/Deadpool2000)[@Deadpool2000](https://github.com/Deadpool2000)

---

Top Contributors

[![Deadpool2000](https://avatars.githubusercontent.com/u/32305505?v=4)](https://github.com/Deadpool2000 "Deadpool2000 (5 commits)")

### Embed Badge

![Health badge](/badges/deadpool2k-quicklogphp/health.svg)

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

###  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)
