PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Chun-Sheng, Li   PHP Dot Notation to Array   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Dot Notation to Array
Access arrays using the dot notation text keys
Author: By
Last change:
Date: 1 year ago
Size: 647 bytes
 

Contents

Class file image Download
{ "name": "xobotyi/dotarray", "description": "Handle your arrays easily with dot notation access style", "type": "library", "keywords": [ "php", "array", "dot-notation", "array-methods", "array-access" ], "license": "New BSD", "authors": [ { "name": "Anton Zinovyev", "email": "xog3@yandex.ru", "role": "Founder" } ], "require": { "php": ">=7.1" }, "require-dev": { "phpunit/phpunit": "^6.5.3", "codacy/coverage": "^1.4.0", "voku/arrayy": "^4.0.0", "adbario/php-dot-notation": "^2.0.0" }, "autoload": { "psr-4": { "xobotyi\\": "src" } } }