An open API service indexing awesome lists of open source software.

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.

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"