Download the PHP package lucite/container without Composer
On this page you can find all versions of the php package lucite/container. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download lucite/container
More information about lucite/container
Files in lucite/container
Download lucite/container
More information about lucite/container
Files in lucite/container
Vendor lucite
Package container
Short Description A simple psr-11 container with a few extras bolted on and minimal magic
License MIT
Package container
Short Description A simple psr-11 container with a few extras bolted on and minimal magic
License MIT
Please rate this library. Is it a good library?
Informations about the package container
Lucite\Container, a simple psr-11 DI container with a few extras bolted on and minimal magic
Adding new keys
There are 3 methods for adding new keys:
function add(string $key, mixed $value)
function addConstructor(string $key, callable $constructor)
function addSingleton(string $key, callable $constructor)
All versions of container with dependencies
PHP Build Version
Package Version
The package lucite/container contains the following files
Loading the files please wait ....