dcarbone/fixed-collection-plus

A powerful Fixed Collection class inspired by the PHP community

1.0.1 2015-07-08 17:43 UTC

This package is auto-updated.

Last update: 2024-04-17 09:05:55 UTC


README

A PHP 5.3+ Fixed Collection implementation that takes inspiration from multiple sources

Build Statuses:

  • master : Build Status

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

"require" : {
    "dcarbone/fixed-collection-plus" : "1.0.*"
}

Inspiration:

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.