Pimple help re-use the same object across application, and manage dependecy.
but how to manage Pimple itself?
Should I create a global object? Or make it static class? Or use a function?
I would like to access on Pimple methods from anywhere, controllers, models, plugins, etc...
Thanks!!