Download the PHP package php-packages/container without Composer
On this page you can find all versions of the php package php-packages/container. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download php-packages/container
More information about php-packages/container
Files in php-packages/container
Download php-packages/container
More information about php-packages/container
Files in php-packages/container
Vendor php-packages
Package container
Short Description An IoC container for PHP: simple, fast, clean.
License MIT
Package container
Short Description An IoC container for PHP: simple, fast, clean.
License MIT
Please rate this library. Is it a good library?
Informations about the package container
Container
An IoC container for PHP: simple, fast, clean.
Features
- injecting via type-hinting
- injecting via property annotations
- manual dependencies injecting via an array
Navigation
- Installation
- Usage
- Development
- Additional information
Installation
Usage
mixed make(string|mixed $class, array $dependencies = [])
object inject(object $instance)
The inject
method be always called inside of make
.
void bind(string $binding, string|object $value)
Development
Additional information
Container is released under the MIT license.
All versions of container with dependencies
PHP Build Version
Package Version
No informations.
The package php-packages/container contains the following files
Loading the files please wait ....