dhii / collections-abstract-base
Collection base classes that do not depend on other non-collection packages, on which there is a dependency of other collection packages that depend on this package. This is done to avoid circular reference in the collection toolchain
Installs: 1 675
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- dhii/collections-interface: ^0.1.1
Requires (Dev)
- codeclimate/php-test-reporter: dev-master
- dhii/php-cs-fixer-config: dev-php-5.3
- phpunit/phpunit: ^4.8
- ptrofimov/xpmock: ^1.1
This package is auto-updated.
Last update: 2020-04-18 11:47:49 UTC
README
The abstract base classes for collections. ** This package is deprecated, and is no longer maintained.**
This exists in order not to create a circular reference between generic and more specialized collection classes, which would otherwise be inevitable due to the unavailability of traits in the target version of PHP.