dcarbone / collection-plus
A powerful Collection class inspired by the PHP community
Installs: 934
Dependents: 1
Suggesters: 0
Security: 0
Stars: 5
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/dcarbone/collection-plus
Requires
- php: >=5.4
Requires (Dev)
- phpunit/phpunit: @stable
README
Build Statuses:
A PHP 5.3.3+ Collection implementation that takes inspiration from multiple sources
Every PHP framework out there defines it's own Collection-style class, and each has it's own set of nice features. The point of this class was to bring together as many of those collections as possible into a single class so I could take advantage of the genius of others while adding my own flair.
Inclusion in your Composer application
"require" : { "dcarbone/collection-plus" : "3.1.*" }
Inspiration:
- Doctrine ArrayCollection
- Zend ArrayObject
- Various comments in the ArrayObject doc section of php.net
Available Classes:
Comments / Suggestions / Criticisms
If you find something broken with this library, or know of a way in which I could do something better, please let me know! Little is accomplished by developing in a vacuum.