Download the PHP package dcarbone/fixed-collection-plus without Composer
On this page you can find all versions of the php package dcarbone/fixed-collection-plus. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download dcarbone/fixed-collection-plus
More information about dcarbone/fixed-collection-plus
Files in dcarbone/fixed-collection-plus
Package fixed-collection-plus
Short Description A powerful Fixed Collection class inspired by the PHP community
License MIT
Homepage https://github.com/dcarbone/fixed-collection-plus
Informations about the package fixed-collection-plus
fixed-collection-plus
A PHP 5.3+ Fixed Collection implementation that takes inspiration from multiple sources
Build Statuses:
A PHP 5.3+ Fixed 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
Inspiration:
- Doctrine ArrayCollection
- Zend ArrayObject
- Various comments in the ArrayObject doc section of php.net
Available Classes:
- AbstractFixedCollectionPlus
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.