Skip to content

Releases: PhpGt/ServiceContainer

Initial release

29 Aug 17:44
Compare
Choose a tag to compare

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

21 May 18:00
Compare
Choose a tag to compare
Initial pre-release Pre-release
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.