Registry / utility / dhii-collections-interface

dhii-collections-interface

JSON →
library0.3.0phppackagistunverified

A highly ISP-compliant collection of interfaces that represent maps and lists.

composer require dhii/collections-interface
INSTALL
IMPORT
SIG · DHII-COLLECTIONS-I
D
dhii-collections-interface
utilityphpv0.3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

MapInterface
use Dhii\Collection\MapInterface;

Implement a map interface

use Dhii\Collection\MapInterface; class MyMap implements MapInterface { public function get($key) { /* ... */ } public function has($key) { /* ... */ } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
dhii-collections-interface — pip install dhii-collections-interface · libregistry