Download the PHP package chubbyphp/chubbyphp-container without Composer
On this page you can find all versions of the php package chubbyphp/chubbyphp-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 chubbyphp-container
chubbyphp-container
Description
A minimal Dependency Injection Container (DIC) which implements PSR-11. DI Container Benchmark.
There is a laminas service manager adapter at chubbyphp/chubbyphp-laminas-config.
Requirements
- php: ^8.1
Installation
Through Composer as chubbyphp/chubbyphp-container.
Usage
There are two PSR-11 implementations:
Chubbyphp\Container\Container
prototype (each get will return a new instance) and shared servicesChubbyphp\Container\MinimalContainer
shared services
MinimalContainer / Container
Factories
Factory
Factory with Parameter
Get
Has
Container
All methods of the MinimalContainer
and the following:
Prototype Factories
each get will return a new instance
Prototype Factory
each get will return a new instance
Migration
- From Pimple
Copyright
2024 Dominik Zogg
All versions of chubbyphp-container with dependencies
PHP Build Version
Package Version
The package chubbyphp/chubbyphp-container contains the following files
Loading the files please wait ....