PHPackages                             bbhlondon/log-utilities - 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. bbhlondon/log-utilities

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

bbhlondon/log-utilities
=======================

0.0.1(10y ago)023MITPHP

Since Feb 12Pushed 10y ago3 watchersCompare

[ Source](https://github.com/bbhlondon/log-utilities)[ Packagist](https://packagist.org/packages/bbhlondon/log-utilities)[ RSS](/packages/bbhlondon-log-utilities/feed)WikiDiscussions master Synced 4w ago

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

WIP - Log Utilities
===================

[](#wip---log-utilities)

Install
-------

[](#install)

Using composer:

```
php composer.phar require bbhlondon/log-utilities

```

Usage
-----

[](#usage)

```
require __DIR__.'/vendor/autoload.php';

use BBHLondon\LogUtilities\LogUtilities;

$logger = new BBHLondon\LogUtilities\LogUtilities;
$logger->scanDir('/var/log/apache/site1-access.log');
$logger->scanDir('/var/log/apache/site2-access.log');
$logger->find('/password-reset-request');
$logger->scan();
$logger->sortByDate();
$logger->dateFrom('2016-01-01 00:00:00');
$logger->dateTo('2016-02-01 23:59:59');
$logger->output('dir/export.log');
```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

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

3791d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1276187?v=4)[Jesse James](/maintainers/jworksuk)[@jworksuk](https://github.com/jworksuk)

---

Tags

BBH

### Embed Badge

![Health badge](/badges/bbhlondon-log-utilities/health.svg)

```
[![Health](https://phpackages.com/badges/bbhlondon-log-utilities/health.svg)](https://phpackages.com/packages/bbhlondon-log-utilities)
```

###  Alternatives

[psr/log

Common interface for logging libraries

10.4k1.2B10.9k](/packages/psr-log)[open-telemetry/api

API for OpenTelemetry PHP.

1938.5M262](/packages/open-telemetry-api)[open-telemetry/sdk

SDK for OpenTelemetry PHP.

2326.5M315](/packages/open-telemetry-sdk)[illuminated/console-logger

Logging and Notifications for Laravel Console Commands.

8676.7k](/packages/illuminated-console-logger)

PHPackages © 2026

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