dhii / set
A set implementation
Installs: 1 167
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/dhii/set
Requires
- php: ^5.4 | ^7.0
 - dhii/collections-interface: ^0.2-alpha4
 - dhii/exception: ^0.1-alpha4
 - dhii/i18n-helper-base: ^0.1
 - dhii/normalization-helper-base: ^0.1-alpha2
 - dhii/stringable-interface: ^0.1
 
Requires (Dev)
- codeclimate/php-test-reporter: <=0.3.2
 - dhii/php-cs-fixer-config: ^0.1
 - phpunit/phpunit: ^4.8
 - ptrofimov/xpmock: ^1.1
 
This package is auto-updated.
Last update: 2025-10-07 06:17:48 UTC
README
Details
A set implementation.
Classes
AddCapableOrderedList- A list that can have items added after creation. Will iterate over the items in the order they were added.