PHPackages                             beyondcode/laravel-tinker-server - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. beyondcode/laravel-tinker-server

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

beyondcode/laravel-tinker-server
================================

Tinker with your variables while working on your application.

1.0.0(7y ago)20459.0k10[1 PRs](https://github.com/beyondcode/laravel-tinker-server/pulls)MITPHPPHP ^7.1

Since Feb 14Pushed 6y ago3 watchersCompare

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

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

Laravel Tinker Server
=====================

[](#laravel-tinker-server)

[![Latest Version on Packagist](https://camo.githubusercontent.com/956f45b16052dc59a88299536cc57e9e4835ae3381722c849056681ef8cc8c52/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6265796f6e64636f64652f6c61726176656c2d74696e6b65722d7365727665722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/beyondcode/laravel-tinker-server)[![Build Status](https://camo.githubusercontent.com/212e4fa9ae4b87729cbee52df8e73467eb539799ae3e74ddb2b12e84dfd77b0c/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6265796f6e64636f64652f6c61726176656c2d74696e6b65722d7365727665722f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/beyondcode/laravel-tinker-server)[![Quality Score](https://camo.githubusercontent.com/d559098c26c74e2d2e0e783a9f3d67c24dc8af90a3e48acc319babcdd4a80af7/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6265796f6e64636f64652f6c61726176656c2d74696e6b65722d7365727665722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/beyondcode/laravel-tinker-server)[![Total Downloads](https://camo.githubusercontent.com/badaf8a19ed34c637fcb5eebaddf7423a21e37b69ae524e3d46eb87a5b51f57e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6265796f6e64636f64652f6c61726176656c2d74696e6b65722d7365727665722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/beyondcode/laravel-tinker-server)

This package will give you a tinker server, that collects all your `tinker` call outputs **and** allows you to interact with the variables on the fly.

[![](https://camo.githubusercontent.com/b34ec844168308bac11ed95927f39a24ca6336cb2471142e1392e688be61500d/68747470733a2f2f6265796f6e64636f2e64652f6769746875622f74696e6b65722d7365727665722f74696e6b65722d7365727665722d64656d6f2e676966)](https://camo.githubusercontent.com/b34ec844168308bac11ed95927f39a24ca6336cb2471142e1392e688be61500d/68747470733a2f2f6265796f6e64636f2e64652f6769746875622f74696e6b65722d7365727665722f74696e6b65722d7365727665722d64656d6f2e676966)

About this package
------------------

[](#about-this-package)

This package was built as part of my [PHP Package Development](https://phppackagedevelopment.com) video course. Register for the course to learn how this package was built.

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

[](#installation)

You can install the package via composer:

```
composer require beyondcode/laravel-tinker-server
```

The package will register itself automatically.

Optionally you can publish the package configuration using:

```
php artisan vendor:publish --provider=BeyondCode\\LaravelTinkerServer\\LaravelTinkerServerServiceProvider
```

This will publish a file called `laravel-tinker-server.php` in your `config` folder.

In the config file, you can specify the dump server host that you want to listen on, in case you want to change the default value.

Usage
-----

[](#usage)

Start the tinker server by calling the artisan command:

```
php artisan tinker-server
```

And then you can put `tinker` calls in your methods to dump variable content as well as instantly making them available in an interactive REPL shell.

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

tinker($user);
```

In addition to the `tinker` method, there is also a `td` method, that behaves similar to `dd`. It tinkers the variable and dies the current request.

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information 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.

Laravel Package Boilerplate
---------------------------

[](#laravel-package-boilerplate)

This package was generated using the [Laravel Package Boilerplate](https://laravelpackageboilerplate.com).

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity42

Moderate usage in the ecosystem

Community15

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 84.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

Unknown

Total

1

Last Release

2650d ago

### 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 (11 commits)")[![erlangparasu](https://avatars.githubusercontent.com/u/20636828?v=4)](https://github.com/erlangparasu "erlangparasu (1 commits)")[![tassianoalencar](https://avatars.githubusercontent.com/u/57629772?v=4)](https://github.com/tassianoalencar "tassianoalencar (1 commits)")

---

Tags

dumplaraveltinkerbeyondcodelaravel-tinker-server

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/beyondcode-laravel-tinker-server/health.svg)

```
[![Health](https://phpackages.com/badges/beyondcode-laravel-tinker-server/health.svg)](https://phpackages.com/packages/beyondcode-laravel-tinker-server)
```

###  Alternatives

[beyondcode/laravel-comments

Add comments to your Laravel application

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

Create dynamic favicons based on your environment settings.

37345.5k](/packages/beyondcode-laravel-favicon)[beyondcode/laravel-vouchers

Allow users to redeem vouchers that are bound to models..

70763.4k2](/packages/beyondcode-laravel-vouchers)[beyondcode/tinkerwell

Drivers, panels and tools for customizing Tinkerwell to your application.

4313.7k2](/packages/beyondcode-tinkerwell)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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