PHPackages                             chocofamilyme/laravel-pinba - 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. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. chocofamilyme/laravel-pinba

ActiveLibrary[Debugging &amp; Profiling](/categories/debugging)

chocofamilyme/laravel-pinba
===========================

Integrates pinba with Laravel

4.0.0(3y ago)020.6k↓33.3%1BSD-3-ClausePHPPHP ^8.0.2

Since Nov 12Pushed 2y ago4 watchersCompare

[ Source](https://github.com/chocofamilyme/laravel-pinba)[ Packagist](https://packagist.org/packages/chocofamilyme/laravel-pinba)[ RSS](/packages/chocofamilyme-laravel-pinba/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (10)Dependencies (6)Versions (21)Used By (0)

laravel-pinba
=============

[](#laravel-pinba)

Laravel pinba middleware and timers integraion

Description
-----------

[](#description)

Integrates [pinba](http://pinba.org/ "Pinba site") with [Laravel](https://laravel.com "Laravel site")

Installation
------------

[](#installation)

```
composer require chocofamilyme/laravel-pinba
```

Publishing the configuration (optional)
---------------------------------------

[](#publishing-the-configuration-optional)

```
php artisan vendor:publish --provider="Chocofamilyme\LaravelPinba\Providers\PinbaServiceProvider"
```

Configuration
-------------

[](#configuration)

### Pinba

[](#pinba)

Pinba configuration file is located under config/pinba.php

Usage
-----

[](#usage)

There is a Facade for the libary called "Pinba"

### Start the timer

[](#start-the-timer)

```
$timerId = Pinba::startTimer(string $group, string $type, string $method, string $category);
```

### Stop the timer

[](#stop-the-timer)

```
Pinba::stopTimer($timerId)
```

### Stop all timers

[](#stop-all-timers)

```
Pinba::stopAllTimers();
```

### More methods

[](#more-methods)

Just see the class "Chocofamilyme\\LaravelPinba\\Profiler\\PinbaDestination"

Destinations
------------

[](#destinations)

### Pinba

[](#pinba-1)

This library sends the data to the pinba server

### File

[](#file)

This library sends the data to log file

### Null

[](#null)

The data is not beeing sent

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~294 days

Total

13

Last Release

823d ago

Major Versions

0.1.2 → 1.0.02020-03-13

1.0.1 → 2.0.02020-10-28

2.2.1 → 3.0.02022-04-21

3.1.0 → 4.0.02023-03-07

PHP version history (3 changes)0.1PHP &gt;= 7.0.0

2.0.0PHP &gt;= 7.4.0

3.0.0PHP ^8.0.2

### Community

Maintainers

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

---

Top Contributors

[![Vadim89](https://avatars.githubusercontent.com/u/3715929?v=4)](https://github.com/Vadim89 "Vadim89 (5 commits)")[![igor875126](https://avatars.githubusercontent.com/u/11134711?v=4)](https://github.com/igor875126 "igor875126 (4 commits)")[![0x3337](https://avatars.githubusercontent.com/u/6462138?v=4)](https://github.com/0x3337 "0x3337 (1 commits)")[![AidynMakhataev](https://avatars.githubusercontent.com/u/19181566?v=4)](https://github.com/AidynMakhataev "AidynMakhataev (1 commits)")[![aziza-kamet](https://avatars.githubusercontent.com/u/19660649?v=4)](https://github.com/aziza-kamet "aziza-kamet (1 commits)")[![dias-zhanabayev](https://avatars.githubusercontent.com/u/46632797?v=4)](https://github.com/dias-zhanabayev "dias-zhanabayev (1 commits)")

---

Tags

laraveldebugprofilerpinba

###  Code Quality

Static AnalysisPsalm

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/chocofamilyme-laravel-pinba/health.svg)

```
[![Health](https://phpackages.com/badges/chocofamilyme-laravel-pinba/health.svg)](https://phpackages.com/packages/chocofamilyme-laravel-pinba)
```

###  Alternatives

[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M131](/packages/roots-acorn)[barryvdh/laravel-debugbar

PHP Debugbar integration for Laravel

19.3k133.0M760](/packages/barryvdh-laravel-debugbar)[laravel/cashier

Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.

2.6k29.9M146](/packages/laravel-cashier)[fruitcake/laravel-debugbar

PHP Debugbar integration for Laravel

19.3k2.3M65](/packages/fruitcake-laravel-debugbar)[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k15.1M132](/packages/laravel-pulse)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)

PHPackages © 2026

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