Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jclaveau/php-chainable-array
Just a collection of chained methods to manipulate arrays in fluent syntax
https://github.com/jclaveau/php-chainable-array
Last synced: 20 days ago
JSON representation
Just a collection of chained methods to manipulate arrays in fluent syntax
- Host: GitHub
- URL: https://github.com/jclaveau/php-chainable-array
- Owner: jclaveau
- License: mit
- Created: 2018-11-07T10:56:10.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-10T08:59:54.000Z (over 5 years ago)
- Last Synced: 2024-12-20T08:03:43.089Z (21 days ago)
- Language: PHP
- Size: 62.5 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WIP: php-chainable-array
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
[![Build Status](https://travis-ci.org/jclaveau/php-chainable-array.png?branch=master)](https://travis-ci.org/jclaveau/php-chainable-array)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/jclaveau/php-chainable-array/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/jclaveau/php-chainable-array/?branch=master)
[![codecov](https://codecov.io/gh/jclaveau/php-chainable-array/branch/master/graph/badge.svg)](https://codecov.io/gh/jclaveau/php-chainable-array)
[![Maintainability](https://api.codeclimate.com/v1/badges/eb85279bcfb224b7af1c/maintainability)](https://codeclimate.com/github/jclaveau/php-chainable-array/maintainability)
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/jclaveau/php-chainable-array/issues)
[![Viewed](http://hits.dwyl.com/jclaveau/php-chainable-array.svg)](http://hits.dwyl.com/jclaveau/php-chainable-array)## 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 )