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(6mo ago)21MITPHPPHP &gt;=7.4CI passing

Since Nov 1Pushed 6mo agoCompare

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

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

26

—

LowBetter than 43% of packages

Maintenance66

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

198d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/902464199bc3b5c689abef6a65a8e979493d9d68da36dc4a757d3ea8135f08c2?d=identicon)[Deadpool2000](/maintainers/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.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)[ekino/newrelic-bundle

Integrate New Relic into Symfony2

28111.2M8](/packages/ekino-newrelic-bundle)

PHPackages © 2026

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