PHPackages                             bellissimopizza/bellissimo-log - 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. bellissimopizza/bellissimo-log

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

bellissimopizza/bellissimo-log
==============================

Logging for Bellissimo pizza

1.1(1y ago)02MITPHPPHP ^8.1

Since Apr 24Pushed 1y ago1 watchersCompare

[ Source](https://github.com/Lanser0614/bellissimo-log)[ Packagist](https://packagist.org/packages/bellissimopizza/bellissimo-log)[ RSS](/packages/bellissimopizza-bellissimo-log/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (4)Versions (3)Used By (0)

bellissimo-log
==============

[](#bellissimo-log)

### install

[](#install)

```
composer require bellissimopizza/bellissimo-log

```

### usage

[](#usage)

Add flowing code on your AppServiceProvider on boot method

```
 public function boot(): void
    {
        // Generate unique identifier for this request-response cycle
        $request = request();
        $requestId = Str::uuid()->toString();

        $request->attributes->add(['X-Request-ID' => $requestId]);
    }
```

### For route log

[](#for-route-log)

```
    use App\Utils\Log\RouteLogMiddleware;

    Route::post('orders', [OrderController::class, 'store'])->middleware(RouteLogMiddleware::class);
```

### For guzzle log

[](#for-guzzle-log)

```
  use App\Utils\Log\GuzzleLogMiddleware;

  Http::baseUrl('https://dummyjson.com')
    ->withHeaders([
        'Accept' => 'application/json',
        'Content-Type' => 'application/json',
    ])
    ->withMiddleware(new GuzzleLogMiddleware())
      ->get("/products/1")->json();
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance48

Moderate activity, may be stable

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

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

Total

2

Last Release

384d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/bellissimopizza-bellissimo-log/health.svg)

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

###  Alternatives

[spatie/laravel-health

Monitor the health of a Laravel application

85810.0M83](/packages/spatie-laravel-health)[spatie/laravel-slack-alerts

Send a message to Slack

3212.6M4](/packages/spatie-laravel-slack-alerts)[larabug/larabug

Laravel 6.x/7.x/8.x/9.x/10.x/11.x/12.x/13.x bug notifier

299549.3k1](/packages/larabug-larabug)[sunchayn/nimbus

A Laravel package providing an in-browser API client with automatic schema generation, live validation, and built-in authentication with a touch of Laravel-tailored magic for effortless API testing.

29428.0k](/packages/sunchayn-nimbus)[spatie/laravel-error-share

Share your Laravel errors to Flare

43965.6k3](/packages/spatie-laravel-error-share)[yoeriboven/laravel-log-db

A database driver for logging with Laravel

58156.5k](/packages/yoeriboven-laravel-log-db)

PHPackages © 2026

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