You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 23, 2024. It is now read-only.
This project was one of my first open source project when I started as a developer. This was based on https://github.com/navitronic/psymf and filled a need of being able to inspect services in Symfony and to use them, as you do in Laravel with Tinker.
Since then a lot of things changed in Symfony:
The system around the service locator changed, inlining most services which makes this bundle work a bit funky
A debug config & container command was introduced
More details of the services are available via the Container XML dump
I also was never fully satisfied with it as I couldn't work out how to get a tab automcompletion like Tinker.