Download the PHP package earc/container without Composer
On this page you can find all versions of the php package earc/container. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download earc/container
More information about earc/container
Files in earc/container
Download earc/container
More information about earc/container
Files in earc/container
Vendor earc
Package container
Short Description eArc - the explicit architecture framework - basic psr-11 compatible container blueprint
License MIT
Package container
Short Description eArc - the explicit architecture framework - basic psr-11 compatible container blueprint
License MIT
Please rate this library. Is it a good library?
Informations about the package container
eArc-container
Basic PSR-11 compatible php container blueprint.
installation
basic usage
Please refer to the ItemsInterface for details.
exceptions
-
An
ItemNotCallableException
is thrown if an item is called that is no callable. -
An
ItemNotFoundException
is thrown if an item is get or called that does not exist. -
An
ItemOverwriteException
is thrown if an item is set but its name exists already.overwrite()
does not trigger this exception. - All three exceptions inherit from the
ItemException
.
All versions of container with dependencies
PHP Build Version
Package Version
The package earc/container contains the following files
Loading the files please wait ....