codeinc / collection-interface
A simple PHP interface for iterable collections
Installs: 49
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
pkg:composer/codeinc/collection-interface
Requires
- php: >=7.1
This package is auto-updated.
Last update: 2020-01-15 17:07:15 UTC
README
The repository provides two PHP interfaces for iterable collections:
CollectionInterface
for simple collectionsCountableCollectionInterface
for 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).