PHPackages                             q00n/qlogger - 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. q00n/qlogger

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

q00n/qlogger
============

Simple logger

v1.0.2(8y ago)01.2kMITPHP

Since Mar 6Pushed 7y ago1 watchersCompare

[ Source](https://github.com/q00n/qlogger)[ Packagist](https://packagist.org/packages/q00n/qlogger)[ Docs](https://github.com/q00n/qlogger)[ RSS](/packages/q00n-qlogger/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

qlogger
=======

[](#qlogger)

Simple logger

Providing data logging in file.

Install
-------

[](#install)

Via Composer

```
$ composer require q00n/qlogger
```

Thats all! Package Auto-Discovery is coming to Laravel 5.5 and you'll no longer have to manually define the Service Provider or Alias in the config app file.

Config
------

[](#config)

To change default logs path ("storage/logger") or logs expire date (7 days), just publish package config and set needed properties.

```
php artisan vendor:publish --tag="qlogger-config"
```

Usage
-----

[](#usage)

```
$data = $request->name;

QLogger::save($data, 'Input Data');
```

To read/erase/remove logs visit /qlogger page. There you will have a pleasent, intuitive interface.

Available methods
-----------------

[](#available-methods)

```
QLogger::save($data[, $mark]); // save passed data with 'NOTICE' level of importance
QLogger::info($data[, $mark]); // save passed data with 'INFO' level of importance
QLogger::danger($data[, $mark]); // save passed data with 'DANGER' level of importance
QLogger::success($data[, $mark]); // save passed data with 'SUCCESS' level of importance

QLogger::request($key); // save data from Request::all($key)
QLogger::input($key); // save data from Request::input($key)
QLogger::json($key); // save data from Request::json($key)
QLogger::post($key); // save data from $_POST[$key]
QLogger::get($key); // save data from $_GET[$key]
QLogger::php(); // save data from Request::getContent()
QLogger::server($key); // save data from $_SERVER[$key]
QLogger::cookies($key); // save data from Request::cookie($key)
QLogger::headers($key); // save data from Request::header($key)
```

Parameters
----------

[](#parameters)

```
data - required parameter (string, number, boolean value, array, object)

mark - text mark for filtering logs, optional parameter (default: null)

key - specifies a particular key from an array or object to be written, optional parameter (default: null)

```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity64

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

Total

2

Last Release

2980d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/56b5fd5107ec42bc79bcb83f14897c8250b1966e037fd02611c6857a33d7ace6?d=identicon)[q00n](/maintainers/q00n)

---

Tags

q00nqlogger

### Embed Badge

![Health badge](/badges/q00n-qlogger/health.svg)

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

###  Alternatives

[psr/log

Common interface for logging libraries

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

php dev tools in your browser

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

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

41838.2M137](/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)
