PHPackages                             beyondcode/tinkerwell-helper - 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. beyondcode/tinkerwell-helper

ActiveLibrary

beyondcode/tinkerwell-helper
============================

Open Tinkerwell from your Laravel project.

1.5.0(2y ago)5998.1k↓14.3%9[2 issues](https://github.com/beyondcode/tinkerwell-helper/issues)[2 PRs](https://github.com/beyondcode/tinkerwell-helper/pulls)MITPHPPHP ^7.2|^8.0

Since Feb 10Pushed 2y ago3 watchersCompare

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

READMEChangelog (7)Dependencies (1)Versions (9)Used By (0)

Tinkerwell Helper
=================

[](#tinkerwell-helper)

Immediately open [Tinkerwell](https://tinkerwell.app) from within your Laravel applications. Think of it as a `dd` on steroids.

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

[](#installation)

**This package only works with Tinkerwell for macOS**

You can install the package via composer:

```
composer require --dev beyondcode/tinkerwell-helper
```

Usage
-----

[](#usage)

> Note: You need Tinkerwell version 2.2.0+ in order to use this package.

Use the `tinker` method to open Tinkerwell with the given variables available in the Tinkerwell scope.

For example:

```
$user = User::find(1);

tinker($user);
```

This will open Tinkerwell and you will have the `$user` variable available within Tinkerwell immediately.

You can also tinker with data that is not explicitly in a temporary variable:

```
tinker(User::find(1));
```

In this case, the scoped variable(s) are named `$temp0`, `$temp1`, etc.

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Marcel Pociot](https://github.com/mpociot)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity43

Moderate usage in the ecosystem

Community17

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 55.6% 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 ~222 days

Recently: every ~381 days

Total

8

Last Release

736d ago

Major Versions

0.1.1 → 1.0.02020-02-10

PHP version history (3 changes)0.1.0PHP ^7.3

0.1.1PHP ^7.2

1.3.0PHP ^7.2|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/863e91ca13b8c4031f202c0eee4f06b3a4352f92cf9cd397b03609b20247ed16?d=identicon)[beyondcode](/maintainers/beyondcode)

---

Top Contributors

[![mpociot](https://avatars.githubusercontent.com/u/804684?v=4)](https://github.com/mpociot "mpociot (10 commits)")[![sschlein](https://avatars.githubusercontent.com/u/2911113?v=4)](https://github.com/sschlein "sschlein (4 commits)")[![LTKort](https://avatars.githubusercontent.com/u/2412670?v=4)](https://github.com/LTKort "LTKort (2 commits)")[![laravel-shift](https://avatars.githubusercontent.com/u/15991828?v=4)](https://github.com/laravel-shift "laravel-shift (1 commits)")[![marispro](https://avatars.githubusercontent.com/u/5610414?v=4)](https://github.com/marispro "marispro (1 commits)")

---

Tags

beyondcodetinkerwell-helper

### Embed Badge

![Health badge](/badges/beyondcode-tinkerwell-helper/health.svg)

```
[![Health](https://phpackages.com/badges/beyondcode-tinkerwell-helper/health.svg)](https://phpackages.com/packages/beyondcode-tinkerwell-helper)
```

###  Alternatives

[beyondcode/laravel-query-detector

Laravel N+1 Query Detector

2.0k6.7M12](/packages/beyondcode-laravel-query-detector)[beyondcode/laravel-dump-server

Symfony Var-Dump Server for Laravel

1.6k42.6M165](/packages/beyondcode-laravel-dump-server)[beyondcode/laravel-self-diagnosis

Perform various self diagnosis tests on your Laravel application.

1.5k1.2M4](/packages/beyondcode-laravel-self-diagnosis)[beyondcode/laravel-mailbox

Handle incoming emails in your Laravel application.

1.1k1.0M4](/packages/beyondcode-laravel-mailbox)[beyondcode/laravel-server-timing

Add Server-Timing header information from within your Laravel apps.

5712.0M1](/packages/beyondcode-laravel-server-timing)[beyondcode/laravel-comments

Add comments to your Laravel application

605414.2k2](/packages/beyondcode-laravel-comments)

PHPackages © 2026

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