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.
- 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 )