An interactive shell for the Lumen framework, enabling REPL-style interaction with applications.
Lumen Artisan Tinker is an interactive shell (REPL) for the Lumen PHP micro-framework. It allows developers to execute PHP code, test application components, and debug Lumen applications directly from the command line through an Artisan command. The tool provides a convenient way to explore application state and experiment with code without starting a web server.
PHP developers building applications with the Lumen micro-framework who need interactive debugging and code testing capabilities. It's particularly useful for developers familiar with Laravel's Tinker who are working in Lumen environments.
Developers choose Lumen Artisan Tinker because it brings Laravel's popular Tinker functionality to the lightweight Lumen framework, offering a familiar interactive development experience. It provides a straightforward way to debug and test Lumen applications without performance overhead when not in use.
[ABANDONED] An Interactive Shell to Lumen Framework.
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Seamlessly adds a 'tinker' command to Lumen's Artisan CLI, making it easy to access the interactive shell without additional configuration, as shown in the installation steps.
Supports Lumen 5.0 through 5.4+ with specific package releases, ensuring stability for older projects that rely on these versions.
Service provider registration does not impact application performance when tinker is not active, minimizing overhead for production environments.
Provides a REPL for real-time code execution and exploration of Lumen application components, facilitating quick testing and debugging without a web server.
No longer maintained, with the README explicitly stating it's abandoned and recommending migration to Laravel Tinker, leaving users without updates or support.
Requires editing the artisan file to register the service provider, which is error-prone and less convenient than automatic registration methods in modern tools.
As an unofficial package, it lacks the extensive community, documentation, and integration features of Laravel's official Tinker, making it less reliable for long-term use.