Releases: PhpGt/ServiceContainer
Releases · PhpGt/ServiceContainer
Initial release
Now this repository has been used within a few PHP.Gt repositories, and an edge case for handling non-objects has been added, a stable release is being made.
This library is intentionally simple, striving to only have functionality required to be compatible with PSR-11 .
Have fun!
Initial pre-release
This repository's functionality is intentionally simple, so even though this is the first minor release, the planned functionality is already fully tested after just a few commits.
Right now you can create a new Container, add services to the container and invoke objects with automatically wired-up typed parameters.
A major release will be made once this repository has been integrated within the various parts of PHP.Gt and used in a real world project or two.