PHPackages                             redmoon/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. redmoon/tinker-server

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

redmoon/tinker-server
=====================

Tinker with your variables while working on your application.

1.0.0(6y ago)03MITPHPPHP ^7.1

Since Aug 5Pushed 6y ago1 watchersCompare

[ Source](https://github.com/rlunar/tinker-server)[ Packagist](https://packagist.org/packages/redmoon/tinker-server)[ Docs](https://github.com/rlunar/tinker-server)[ RSS](/packages/redmoon-tinker-server/feed)WikiDiscussions master Synced 4d ago

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

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

[](#laravel-tinker-server)

[![Latest Version on Packagist](https://camo.githubusercontent.com/a760d6037e7c2fc297279f589ce984d7426f5fdbbe084e9dbf5b8051d928a094/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7265646d6f6f6e2f74696e6b65722d7365727665722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/redmoon/tinker-server)[![Codeship Status for rlunar/tinker-server](https://camo.githubusercontent.com/e66c872bc63c75a6c5bf928f85786c63fa6ad5a2d064265ad11349dd65ecfeed/68747470733a2f2f6170702e636f6465736869702e636f6d2f70726f6a656374732f33663562373264302d393965622d303133372d326530392d3432643062626235323332322f7374617475733f6272616e63683d6d6173746572)](https://app.codeship.com/projects/358124)[![StyleCI](https://camo.githubusercontent.com/76e10a73ffb9e32a33af5a784ffc7751415290bbfe6d987b6e74e7f1feecd77f/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3230303532333433362f736869656c643f6272616e63683d6d6173746572)](https://github.styleci.io/repos/200523436)[![Quality Score](https://camo.githubusercontent.com/d90f22738a3a77c1c81d0c62b58caac5989fbf01744b2f3e81fb1702f6b8e11d/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f726c756e61722f74696e6b65722d7365727665722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/rlunar/tinker-server)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/25163dcdf832314072e7e706bf41a3ffa1a77d01c9f415e505eda43014cd3587/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f726c756e61722f74696e6b65722d7365727665722f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/rlunar/tinker-server/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/f84ff379f2fe2349d7abb639734944d81089b236230737879be9af848217aba4/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f726c756e61722f74696e6b65722d7365727665722f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/rlunar/tinker-server/?branch=master)[![Build Status](https://camo.githubusercontent.com/83725c47dc115cd07781a4d9c8e08d6c9cbf778d18b7b231dcdf9014aa18dab8/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f726c756e61722f74696e6b65722d7365727665722f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/rlunar/tinker-server/build-status/master)[![Code Intelligence Status](https://camo.githubusercontent.com/0e07d5bca5874279ec46a95be410e04a240667610ead34a963c6f3a27b933441/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f726c756e61722f74696e6b65722d7365727665722f6261646765732f636f64652d696e74656c6c6967656e63652e7376673f623d6d6173746572)](https://scrutinizer-ci.com/code-intelligence)[![Total Downloads](https://camo.githubusercontent.com/ba348d9305ff02dc1d720f417c05853b5c09784f2285c37985db2c9c6b28f3c8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7265646d6f6f6e2f74696e6b65722d7365727665722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/redmoon/tinker-server)[![Build Status](https://camo.githubusercontent.com/1c73f0dc11965d256f56c3bbb8700c4b6be178fc0c683d7becbcdb0c7e666f69/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f726c756e61722f74696e6b65722d7365727665722f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/rlunar/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.

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

[](#installation)

You can install the package via composer:

```
composer require redmoon/tinker-server
```

The package will register itself automatically.

Optionally you can publish the package configuration using:

```
php artisan vendor:publish --provider=RedMoon\\TinkerServer\\TinkerServerServiceProvider
```

This will publish a file called `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)

- [Roberto Luna Rojas](https://github.com/rlunar)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 63.2% 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

2523d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4a0876a55eaaeb6666703953b4499ea05781fbeb49dc521ee1cbd137bd9a54d7?d=identicon)[rluna](/maintainers/rluna)

---

Top Contributors

[![pch-rluna](https://avatars.githubusercontent.com/u/24482572?v=4)](https://github.com/pch-rluna "pch-rluna (12 commits)")[![rlunar](https://avatars.githubusercontent.com/u/2453805?v=4)](https://github.com/rlunar "rlunar (7 commits)")

---

Tags

redmoontinker-server

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[renatomarinho/laravel-page-speed

Laravel Page Speed

2.5k1.7M11](/packages/renatomarinho-laravel-page-speed)[illuminate/pagination

The Illuminate Pagination package.

12234.1M1.0k](/packages/illuminate-pagination)[illuminate/pipeline

The Illuminate Pipeline package.

9349.2M277](/packages/illuminate-pipeline)[illuminate/redis

The Illuminate Redis package.

8314.6M369](/packages/illuminate-redis)[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3891.8k](/packages/codewithdennis-larament)

PHPackages © 2026

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