dcarbone/fixed-collection-plus

一个由 PHP 社区启发的强大固定集合类

1.0.1 2015-07-08 17:43 UTC

This package is auto-updated.

Last update: 2024-09-17 10:04:06 UTC


README

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

构建状态:

  • master : Build Status

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

每个 PHP 框架都定义了自己的集合类,并且每个都有自己的优点。这个类的目的就是将尽可能多的这些集合合并成一个类,这样我就可以利用他人的智慧,同时加入自己的风格。

在您的 Composer 应用中包含

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

灵感来源

可用类

评论 / 建议 / 批评

如果您发现这个库有问题,或者知道我可以更好地完成某事的方法,请告诉我!在孤立的环境中进行开发几乎无法取得任何成就。