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.3.4(1mo ago)049MITPHPPHP ^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 1mo ago

READMEChangelog (10)Dependencies (12)Versions (17)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 92% of packages

Maintenance89

Actively maintained with recent releases

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 90% 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

Recently: every ~13 days

Total

16

Last Release

56d 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://www.gravatar.com/avatar/bedf1c273c2956d26fdec71f7fe111ca2d2453a986b7bf5e6d2bd91dcf422ba4?d=identicon)[overfirmament](/maintainers/overfirmament)

---

Top Contributors

[![overfirmament](https://avatars.githubusercontent.com/u/130896133?v=4)](https://github.com/overfirmament "overfirmament (18 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)
```

###  Alternatives

[crescat-io/saloon-sdk-generator

Simplified SDK Scaffolding for Saloon

13130.9k7](/packages/crescat-io-saloon-sdk-generator)

PHPackages © 2026

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