jclaveau / php-chainable-array
0.4.6
2019-05-10 08:59 UTC
Requires
- php: >=5.6.0
Requires (Dev)
- dusank/knapsack: ^10.0
- jclaveau/php-visibility-violator: ^1.0
- jclaveau/phpunit-profile-asserts: ^1.0
- jclaveau/phpunit-testlistener-xhprof: dev-master
- jclaveau/xhprof: dev-master
- phpunit/phpunit: 5.*
README
这绝对不是PHP数组最流畅的实现,但这是我多年来所做的一个。
我在这里开放它,以保留所有讨论和与其他库的比较,这些库是我希望替代使用的。
它还开放以集成CI工具。
质量
相关
- https://github.com/DusanKasan/Knapsack(具有填充功能的管道关联数组 / 扩展大问题)
- https://github.com/jkoudys/immutable.php(高性能非关联数组 / 扩展问题)
- https://github.com/radmen/ArrayChain(有趣的自动绑定到原生函数)
- https://github.com/aaronds/php-collections
- https://github.com/cocur/chain(有趣的API和 traits)