PHPackages                             pkboom/laravel-pick - 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. pkboom/laravel-pick

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

pkboom/laravel-pick
===================

0.0.18(9mo ago)098↓100%MITPHPPHP ^8.1CI failing

Since Sep 27Pushed 9mo ago1 watchersCompare

[ Source](https://github.com/pkboom/laravel-pick)[ Packagist](https://packagist.org/packages/pkboom/laravel-pick)[ Docs](https://github.com/pkboom/laravel-pick)[ RSS](/packages/pkboom-laravel-pick/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (5)Versions (18)Used By (0)

Improves your debugging experience. Sort of `Ray` alternative
=============================================================

[](#improves-your-debugging-experience-sort-of-ray-alternative)

Drop `pick()` in you code. `Pick` will pick up anything you pass along and show on `pick server`.

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

[](#installation)

You can install the package via composer:

```
composer require pkboom/laravel-pick --dev
```

You can publish the config file with

```
php artisan vendor:publish --provider="Pkboom\Pick\PickServiceProvider"
```

Usage
-----

[](#usage)

Download and install `pick server`.

```
git clone https://github.com/pkboom/pick-server.git
cd pick-server
composer install
composer setup
```

Spin up `pick server`. Actually we use `valet`. So server is already up and running.

Open `pick-server.test` and whatever `laravel-pick` sends will appear there.

After installing `laravel-pick`, use `pick()` in your app.

```
Route::get('/', function () {
    pick(time());
    pick(User::first());
    pick(time());

    return 'calm down';
});
```

Result at

[![](image2.png)](image2.png)

Testing
-------

[](#testing)

```
composer test
```

###  Health Score

35

—

LowBetter than 79% of packages

Maintenance57

Moderate activity, may be stable

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

Recently: every ~106 days

Total

17

Last Release

282d ago

PHP version history (2 changes)0.0.2PHP ^8.0

0.0.16PHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/a5c267544335ffc241b0287e8fe001a7c2cc8e466be886226fce5c744f2e1abe?d=identicon)[pkboom](/maintainers/pkboom)

---

Top Contributors

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

---

Tags

laraveldebugdumppkboompick

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/pkboom-laravel-pick/health.svg)

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

###  Alternatives

[barryvdh/laravel-debugbar

PHP Debugbar integration for Laravel

19.1k124.3M624](/packages/barryvdh-laravel-debugbar)[leeoniya/dump-r

a cleaner, leaner mix of print\_r() and var\_dump()

12368.1k5](/packages/leeoniya-dump-r)[adobrovolsky97/illuminar

Debug tool for Laravel Framework

2397.1k](/packages/adobrovolsky97-illuminar)[awesomite/var-dumper

The alternative for var\_dump function

1015.4k2](/packages/awesomite-var-dumper)

PHPackages © 2026

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