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
This is definitely not the best fluent implementation uppon PHP arrays but it's the one I did along the time.
I open it here to keep a trace of all the discussions and comparisons with other libs i'd love to use instead.
It's also opened to integrate it with CI tools.
Quality
Related
- https://github.com/DusanKasan/Knapsack (fillfeatured piped associative array / extending big issues)
- https://github.com/jkoudys/immutable.php (high perf non associative array / extending issues)
- https://github.com/radmen/ArrayChain (interesting automatic binding to native functions)
- https://github.com/aaronds/php-collections
- https://github.com/cocur/chain (interesting api && traits )