PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Rick Hambrook   Nest   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Nest
Easily set and get values of nested arrays
Author: By
Last change:
Date: 8 years ago
Size: 462 bytes
 

Contents

Class file image Download
{ "name": "hambrook/nest", "description": "Power up PHP arrays and objects and access nested data (even within functions) without worrying about validation.", "license": "GPL-3.0", "keywords": ["array", "object", "php"], "authors": [ { "name": "Rick Hambrook", "email": "rick@rickhambrook.com", "homepage": "http://www.rickhambrook.com" } ], "require": {}, "require-dev": {}, "autoload": { "psr-4": { "Hambrook\\Nest\\": "src" } } }