Fabien Potencier is announcing that Pimple with version number 3.0.1 is already available to download.
What is Pimple ?
Pimple is A PHP library for implementing dependency injection in PHP projects, helping developers automatically install and manage project requirements .
Pimple was built by the same developer that developed the hugely popular Symfony framework and it was created to help the framework manage dependencies in a more efficient way.Even if small in size, Pimple covers a lot of base, providing all the features you may need from your DIC (Dependency Injection Container).Pimple is a must-have tool for your code, especially if working on large scale projects that rely on other packages being loaded or modified at runtime.
This is changelog for Pimple version 3.0.1 :
- Removed the Pimple class alias.
You can read the complete changelog and also download this latest version on their homepage: pimple.sensiolabs.org