dhii/collections-abstract-base

This package is abandoned and no longer maintained. The author suggests using the dhii/collections package instead.

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

v0.1.0 2016-11-10 15:09 UTC

This package is auto-updated.

Last update: 2020-04-18 11:47:49 UTC


README

Build Status Code Climate Test Coverage

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.