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 today

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

27

—

LowBetter than 47% of packages

Maintenance44

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

435d 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

87512.0M165](/packages/spatie-laravel-health)[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M47](/packages/spatie-laravel-pdf)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5021.9k](/packages/simplestats-io-laravel-client)[codebar-ag/laravel-docuware

DocuWare integration with Laravel

1123.7k](/packages/codebar-ag-laravel-docuware)[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.

32041.3k](/packages/sunchayn-nimbus)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)

PHPackages © 2026

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