dhii / data-hierarchy-interface
Interfaces for working with hierarchies
Installs: 8 907
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Requires
- php: ^5.3 | ^7.0
Requires (Dev)
- codeclimate/php-test-reporter: <=0.3.2
- dhii/php-cs-fixer-config: dev-php-5.3
- phpunit/phpunit: ^4.8
- ptrofimov/xpmock: ^1.1
This package is auto-updated.
Last update: 2024-10-07 02:49:46 UTC
README
Interfaces for working with hierarchies. Use this to make your classes, which are aware of children, parent, or siblings interoperable. Or, code against these interfaces to make it possible to operate on any hierarchy-aware compatible class.
This package complies with Dhii standards.