laravel/tinker
Powerful REPL for the Laravel framework. 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
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
- readme: https://github.com/laravel/tinker · fetched 2026-08-28 · 6cdfd3555045
- homepage: https://laravel.com/docs/artisan#tinker · fetched 2026-08-29 · 62461d9fb370
- site_page: https://laravel.com/framework/docs/releases · fetched 2026-08-29 · 2ed6dc03415b
- site_page: https://laravel.com/framework/docs/upgrade · fetched 2026-08-29 · 57ca2e8ec939
- site_page: https://laravel.com/framework/docs/contributions · fetched 2026-08-29 · 73f8d2e302ee
- site_page: https://laravel.com/framework/docs/installation · fetched 2026-08-29 · cbc479e9e73b
- site_page: https://laravel.com/framework/docs/configuration · fetched 2026-08-29 · c98b676cada7
- site_page: https://laravel.com/framework/docs/ai · fetched 2026-08-29 · 2b0ec5c7a84d
- site_page: https://laravel.com/framework/docs/structure · fetched 2026-08-29 · b82bef78079f
- site_page: https://laravel.com/framework/docs/frontend · fetched 2026-08-29 · 4fef3b786355
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| laravel/tinker | main | 88 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem