Download the PHP package wilkques/container without Composer
On this page you can find all versions of the php package wilkques/container. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package container
Container
How to use
composer require wilkques/container
Method
-
register
-
bind
-
singleton
The singleton method binds a class or interface into the container that should only be resolved one time. Once a singleton binding is resolved, the same object instance will be returned on subsequent calls into the container: -
scoped
-
get
-
make
-
call
-
forgetScopedInstances
Clear all of the scoped instances from the container. -
forgetInstance
-
forgetInstances
Clear all of the instances from the container. flush
Flush the container of all bindings and resolved instances.
All versions of container with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3
The package wilkques/container contains the following files
Loading the files please wait ....