PHPackages                             zablose/allog - 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. zablose/allog

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

zablose/allog
=============

Log all requests to the database.

3.0.0(1y ago)1230MITPHPPHP ^8.3CI failing

Since Sep 21Pushed 1y ago1 watchersCompare

[ Source](https://github.com/zablose/allog)[ Packagist](https://packagist.org/packages/zablose/allog)[ RSS](/packages/zablose-allog/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (6)Dependencies (8)Versions (10)Used By (0)

Allog
=====

[](#allog)

Log all requests to the database, including some data from $\_SERVER array, all data from $\_GET and $\_POST.

> Protected keys from the config will be replaced with '\*' for $\_POST data only.

Server Config
-------------

[](#server-config)

NameValueDescriptionALLOG\_DEBUGfalseALLOG\_SERVER\_NAMEallogALLOG\_DB\_CONNECTIONmysqlALLOG\_DB\_HOSTlocalhostALLOG\_DB\_PORT3306ALLOG\_DB\_DATABASEallogALLOG\_DB\_USERNAMEallogALLOG\_DB\_PASSWORDALLOG\_DB\_CHARSETutf8mb4ALLOG\_DB\_PREFIXClient Config
-------------

[](#client-config)

NameValueDescriptionALLOG\_DEBUGfalseALLOG\_CLIENT\_STATEALLOG\_CLIENT\_NAMEALLOG\_CLIENT\_TOKENALLOG\_SERVER\_URLALLOG\_PROTECTED\_1\_tokenALLOG\_PROTECTED\_2passwordALLOG\_PROTECTED\_3password\_confirmationALLOG\_PROTECTED\_\*another\_fieldYou need to protect of being recorded as is.Development
-----------

[](#development)

> Check submodule's [readme](https://github.com/zablose/docker-images/blob/main/readme.md) for more details about development environment used.

### Quick start

[](#quick-start)

```
$ git clone -b 'dev' --single-branch --depth 1 https://github.com/zablose/allog.git allog
$ cd allog
$ git submodule update --init

# Copy env file, then ammend it to your needs.
$ cp .env.example.dev .env

# Copy docker compose file, then ammend it, if needed.
$ cp docker-compose.example.yml docker-compose.yml

$ docker-compose up -d

# To see post-script logs, while container is starting.
$ tail -f ./laravel/storage/logs/all.log

# To enter container, using Bash shell.
$ docker exec -it allog-php-fpm bash

(allog-php-fpm)$ php vendor/bin/phpunit

```

### Build

[](#build)

- Merge changes from your branch to `master`;
- Create a new branch from updated `master` called like `build-3.0.0`;
- Run `php vendor/bin/phing prepare` to remove all irrelevant files and folders;
- Commit changes with message like `Prepare build.`;
- Merge branch `build-3.0.0` to `build` branch;
- Delete `build-*` branch;
- Use tag `3.0.0` on `build` branch to do the release.

> Obviously, replace example `3.0.0` version with yours.

###  Health Score

42

—

FairBetter than 90% of packages

Maintenance47

Moderate activity, may be stable

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity84

Battle-tested with a long release history

 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

Every ~460 days

Recently: every ~638 days

Total

7

Last Release

398d ago

Major Versions

1.1.1 → 2.0.02020-11-11

2.2.0 → 3.0.02025-04-12

PHP version history (4 changes)1.0.0PHP ~7.1

2.0.0PHP ~7.4

2.1.0PHP ~7.4|^8.0

2.2.0PHP ^8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/f95c92b9fb84f816abf67c56a294e5878f785106a33044389f2e01a3bcd5d907?d=identicon)[zablose](/maintainers/zablose)

---

Top Contributors

[![zablose](https://avatars.githubusercontent.com/u/8734335?v=4)](https://github.com/zablose "zablose (94 commits)")

---

Tags

phploggingrequests

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/zablose-allog/health.svg)

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

###  Alternatives

[monolog/monolog

Sends your logs to files, sockets, inboxes, databases and various web services

21.4k964.9M7.0k](/packages/monolog-monolog)[symfony/monolog-bundle

Symfony MonologBundle

2.9k249.1M1.6k](/packages/symfony-monolog-bundle)[itsgoingd/clockwork

php dev tools in your browser

5.9k27.6M94](/packages/itsgoingd-clockwork)[sentry/sentry

PHP SDK for Sentry (http://sentry.io)

1.9k227.1M273](/packages/sentry-sentry)[sentry/sentry-laravel

Laravel SDK for Sentry (https://sentry.io)

1.3k114.3M154](/packages/sentry-sentry-laravel)[sentry/sentry-symfony

Symfony integration for Sentry (http://getsentry.com)

73761.4M66](/packages/sentry-sentry-symfony)

PHPackages © 2026

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