Download the PHP package weebel/container without Composer
On this page you can find all versions of the php package weebel/container. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download weebel/container
More information about weebel/container
Files in weebel/container
Download weebel/container
More information about weebel/container
Files in weebel/container
Vendor weebel
Package container
Short Description A simple and minimal but yet powerful container
License MIT
Package container
Short Description A simple and minimal but yet powerful container
License MIT
Please rate this library. Is it a good library?
Informations about the package container
container
A simple and minimal but yet powerful container
Installing
Using composer:
Usage
You must make a container instance using the following command:
Suppose that we have a service called App\UserBuilder:
Now setting instances:
For getting a service from the container by id:
Setting aliases:
- Remember when defining an alias, the result of the both of the keys are exactly the same which means
Defining multiple instances or tags for service
Setting arguments for an instance or tag
If you want to use a tag as an argument you must use '@' before the name of it. Otherwise, it would be considered as a string
All versions of container with dependencies
PHP Build Version
Package Version
The package weebel/container contains the following files
Loading the files please wait ....