Download the PHP package minphp/container without Composer
On this page you can find all versions of the php package minphp/container. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download minphp/container
More information about minphp/container
Files in minphp/container
Download minphp/container
More information about minphp/container
Files in minphp/container
Vendor minphp
Package container
Short Description A Dependency Injection Container based on Pimple
License MIT
Homepage http://github.com/phillipsdata/minphp-container
Package container
Short Description A Dependency Injection Container based on Pimple
License MIT
Homepage http://github.com/phillipsdata/minphp-container
Please rate this library. Is it a good library?
Informations about the package container
Minphp/Container
A standards compliant Pimple-based container.
Installation
Install via composer:
Basic Usage
You can also use the container as an array, as per Pimple. Though, using the ContainerInterface defined methods is preferable as it eases switching to a different container if you ever need to.
ContainerInterface
ContainerAwareInterface
Also provided is the ContainerAwareInterface, which allows your classes to declare that they support container injection. Nifty for granting objects access to your container (you weren't thinking of using a static class, were you?).
Usage
All versions of container with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
container-interop/container-interop Version ^1.0
pimple/pimple Version ^3.0
container-interop/container-interop Version ^1.0
pimple/pimple Version ^3.0
The package minphp/container contains the following files
Loading the files please wait ....