https://github.com/scriptfusion/arraywalker
:runner: Walks nested array structures to retrieve values.
https://github.com/scriptfusion/arraywalker
array php-development traversal
Last synced: 5 months ago
JSON representation
:runner: Walks nested array structures to retrieve values.
- Host: GitHub
- URL: https://github.com/scriptfusion/arraywalker
- Owner: ScriptFUSION
- Created: 2016-05-26T09:27:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-07-25T19:04:13.000Z (over 6 years ago)
- Last Synced: 2024-11-16T17:08:20.556Z (about 1 year ago)
- Topics: array, php-development, traversal
- Language: PHP
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ArrayWalker
===========
[![Latest version][Version image]][Releases]
[![Build status][Build image]][Build]
[![Test coverage][Coverage image]][Coverage]
Walks nested array structures to retrieve values.
Requirements
------------
- PHP 5.5 and Composer.
[Releases]: https://github.com/ScriptFUSION/ArrayWalker/releases
[Version image]: https://poser.pugx.org/scriptfusion/array-walker/v/stable "Latest version"
[Build]: http://travis-ci.org/ScriptFUSION/ArrayWalker
[Build image]: https://travis-ci.org/ScriptFUSION/ArrayWalker.svg "Build status"
[Coverage]: https://coveralls.io/github/ScriptFUSION/ArrayWalker
[Coverage image]: https://coveralls.io/repos/ScriptFUSION/ArrayWalker/badge.svg "Test coverage"