issues
search
Dhii
/
containers
A selection of PSR-11 containers for utility, simplicity, and ease
MIT License
8
stars
3
forks
source link
More container implementations
#2
Closed
mecha
closed
4 years ago
mecha
commented
5 years ago
Adds a variety of new container implementations:
A prefixing decorator that allows omitting prefixes from keys
A deprefixing decorator that requires prefixing the keys
An aliasing decorator that can alias some or all of a container's keys
A masking decorator that can selectively "hide" some container entries
A callback decorator that allows fetch-time modifications to container entries
A
path
segmenting container decorator that creates sub-segmented containers on incomplete path key access.
Adds a variety of new container implementations:
pathsegmenting container decorator that creates sub-segmented containers on incomplete path key access.