Download the PHP package dhii/container-helper-base without Composer
On this page you can find all versions of the php package dhii/container-helper-base. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download dhii/container-helper-base
More information about dhii/container-helper-base
Files in dhii/container-helper-base
Download dhii/container-helper-base
More information about dhii/container-helper-base
Files in dhii/container-helper-base
Vendor dhii
Package container-helper-base
Short Description Helper functionality for working with container.
License MIT
Package container-helper-base
Short Description Helper functionality for working with container.
License MIT
Please rate this library. Is it a good library?
Informations about the package container-helper-base
Dhii - Container Helper Base
Helper functionality for working with container.
Traits
ContainerGetCapableTrait
- Allows retrieving values by key from anything that is a known container representation. Types includeContainerInterface
,array
,ArrayAccess
, andstdClass
. Accessing a non-existing key throws aNotFoundExceptionInterface
.ContainerGetPathCapableTrait
- Allows getting data from nested container using passed path (list of segments).ContainerHasCapableTrait
- Allows checking for values by key from anything that is a known container implementation.ContainerListHasCapableTrait
- Allows checking for a key on a list of containers.ContainerListGetCapableTrait
- Allows retrieving a value from a list of containers.ContainerSetCapableTrait
- Allows setting a value on a writable container.ContainerSetPathCapableTrait
- Allows setting a value on a nested container using path.ContainerSetManyCapableTrait
- Allows setting multiple values on a writable container.ContainerUnsetCapableTrait
- Allows unsetting a value on a writable container.ContainerUnsetManyCapableTrait
- Allows unsetting multiple values on a writable container.NormalizeContainerCapableTrait
- Functionality for container normalization.NormalizeWritableContainerCapableTrait
- Functionality for normalizing writable containers.NormalizeKeyCapableTrait
- Allows normalizing container keys.
All versions of container-helper-base with dependencies
PHP Build Version
Package Version
Requires
php Version
^5.4 | ^7.0
The package dhii/container-helper-base contains the following files
Loading the files please wait ....