PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Kjell-Inge Gustafsson   PHP Key Value Pair Object   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Key Value Pair Object
Manage collections of key-value pairs
Author: By
Last change: 1.3.1
Date: 3 years ago
Size: 867 bytes
 

Contents

Class file image Download
{ "name": "kigkonsult/keyvaluemgr", "description": "PHP class manage collection of key/value pair data like system config etc", "keywords": [ "aggregation", "assembly", "collection", "configuration", "group", "key-valueData", "key", "value", "pair" ], "minimum-stability": "stable", "license": "LGPL-3.0-or-later", "support": { "issues": "https://github.com/iCalcreator/keyvalueMgr/issues" }, "authors": [ { "name": "Kjell-Inge Gustafsson", "email": "ical@kigkonsult.se" } ], "autoload": { "files": ["autoload.php"], "psr-4": { "Kigkonsult\\keyValueMgr\\": ["src/"] } }, "require": { "php": ">=5.6" }, "require-dev": { "phpunit/phpunit": "6.5.14" } }