Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/00f100/array_dot
array_dot method to navigate into array
https://github.com/00f100/array_dot
array dot navigate notation php
Last synced: about 8 hours ago
JSON representation
array_dot method to navigate into array
- Host: GitHub
- URL: https://github.com/00f100/array_dot
- Owner: 00F100
- License: mit
- Created: 2018-07-03T00:12:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-04T19:36:12.000Z (over 6 years ago)
- Last Synced: 2024-05-04T14:49:05.620Z (6 months ago)
- Topics: array, dot, navigate, notation, php
- Language: PHP
- Size: 16.6 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# array_dot
array_dot method to navigate into array
[![Build Status](https://travis-ci.org/00F100/array_dot.svg?branch=master)](https://travis-ci.org/00F100/array_dot) [![codecov](https://codecov.io/gh/00F100/array_dot/branch/master/graph/badge.svg)](https://codecov.io/gh/00F100/array_dot) [![Total Downloads](https://poser.pugx.org/00F100/array_dot/downloads)](https://packagist.org/packages/00F100/array_dot)
## How to install
Composer:
```sh
$ composer require 00f100/array_dot
```or add in composer.json
```json
{
"require": {
"00f100/array_dot": "*"
}
}
```## How to use
```php