PHPackages                             overfirmament/over-util - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. overfirmament/over-util

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

overfirmament/over-util
=======================

A Laravel Util Package

v5.4.1(1mo ago)051MITPHPPHP ^8.2

Since Mar 7Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/overfirmament/over-util)[ Packagist](https://packagist.org/packages/overfirmament/over-util)[ RSS](/packages/overfirmament-over-util/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (10)Dependencies (18)Versions (19)Used By (0)

over-util
=========

[](#over-util)

个人使用的工具包

安装本包后，请在 `config/logging.php` 文件中加入两项日志 channels:

```
    'http_out' => [
            'driver' => 'daily',
            'path' => storage_path('logs/http/out_info.log'),
            'level' => env('LOG_LEVEL', 'debug'),
            'days' => 14,
            'formatter' => Overfirmament\OverUtils\Logger\LogFormatter::class
        ],

    "http_in" => [
        'driver' => 'daily',
        'path' => storage_path('logs/http/in_info.log'),
        'level' => env('LOG_LEVEL', 'debug'),
        'days' => 14,
        'formatter' => Overfirmament\OverUtils\Logger\LogFormatter::class
    ],
```

###  Health Score

44

—

FairBetter than 90% of packages

Maintenance89

Actively maintained with recent releases

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 90.9% 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 ~25 days

Total

18

Last Release

58d ago

Major Versions

v3.9 → v4.02025-08-28

v4.0 → 5.0.12025-11-21

PHP version history (2 changes)v3.9PHP ^8.1

v4.0PHP ^8.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/130896133?v=4)[overfirmament](/maintainers/overfirmament)[@overfirmament](https://github.com/overfirmament)

---

Top Contributors

[![overfirmament](https://avatars.githubusercontent.com/u/130896133?v=4)](https://github.com/overfirmament "overfirmament (20 commits)")[![lllllxz](https://avatars.githubusercontent.com/u/35622338?v=4)](https://github.com/lllllxz "lllllxz (2 commits)")

### Embed Badge

![Health badge](/badges/overfirmament-over-util/health.svg)

```
[![Health](https://phpackages.com/badges/overfirmament-over-util/health.svg)](https://phpackages.com/packages/overfirmament-over-util)
```

PHPackages © 2026

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