dhii / data-container-abstract
Abstract functionality for working with data containers.
Installs: 5 354
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
Requires
- php: ^5.4 | ^7.0
Requires (Dev)
- codeclimate/php-test-reporter: <=0.3.2
- dhii/data-container-interface: ^0.1 | ^0.2
- dhii/php-cs-fixer-config: ^0.1
- dhii/stringable-interface: ^0.1
- phpunit/phpunit: ^4.8
- ptrofimov/xpmock: ^1.1
Suggests
- dhii/data-container-interface: To be able to set and get containers
- dhii/stringable-interface: To be able to pass Stringable objects instead of strings
This package is auto-updated.
Last update: 2024-10-07 03:43:14 UTC
README
Details
Abstract functionality for working with data containers.
Traits
ContainerAwareTrait
- Awareness of a container.DataKeyAwareTrait
- Awareness of a data key.ResolveContainerCapableTrait
- Ability to get the inner-most container from a container chain.