codeinc/collection-interface
This package is abandoned and no longer maintained.
No replacement package was suggested.
A simple PHP interface for iterable collections
Maintainers
1.1.2
2018-10-15 09:52 UTC
Requires
- php: >=7.1
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT fc1686ad40b51446d76ca2bc46943c09e55be7e8
- Joan Fabrégat <joan.woop@codeinc.fr>
This package is auto-updated.
Last update: 2020-01-15 17:07:15 UTC
README
The repository provides two PHP interfaces for iterable collections:
CollectionInterfacefor simple collectionsCountableCollectionInterfacefor countable collections
Installation
This library is available through Packagist and can be installed using Composer:
composer require codeinc/collection-interface
License
This library is published under the MIT license (see the LICENSE file).
