Ross ROSS = Recommend OSS · open-source software intelligence for agents

laravel/tinker

Powerful REPL for the Laravel framework. observed · 2026-08-28

github.com/laravel/tinker · homepage · PHP · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

88/100

  • Activity 98
  • Release rhythm 67
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 38.5
  • age_days: 3542
  • days_rel: 141
  • days_push: 12
  • n_releases_24m: 7

Full methodology

Adoption not part of the score

7440 stars · 138 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

Laravel Tinker is a powerful REPL (interactive shell) for the Laravel framework, built on top of the PsySH package. It lets developers interact with their Laravel application—models, config, services—from the command line via `php artisan tinker`.

Use cases

  • interactively test Eloquent queries against my Laravel app
  • run PHP code snippets in the context of my Laravel application
  • experiment with Laravel models and services from the terminal
  • debug application state without writing test scripts
  • quickly create or update database records from the command line

When to choose

  • you are developing a Laravel application and want an interactive shell
  • you need to test Eloquent queries or framework features quickly
  • you want to inspect or manipulate app data from the terminal

When to avoid

  • you are not using the Laravel framework
  • you need hot reloading, multiline editing, and autocompletion (consider Tinkerwell)
  • you need a general-purpose PHP REPL outside Laravel (use PsySH directly)

Facets

library · maturity active

cli developer-tools developer-tools web-development php cli repl psysh laravel interactive-shell artisan command-line

10 sources

Member repositories

RepositoryRoleHealth v2
laravel/tinkermain88

For agents

markdown · JSON · MCP: product_card(name="laravel/tinker")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem