PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Carlos Artur Curvelo da Matos   PHP Configurable Interface   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Configurable Interface
Set and get configuration values from one object
Author: By
Last change:
Date: 2 years ago
Size: 440 bytes
 

Contents

Class file image Download
{ "name": "carloswph/configurable", "description": "Configurable interface, its abstract class implementation and a trait.", "type": "library", "license": "MIT", "authors": [ { "name": "carlos", "email": "geral@meuppt.pt" } ], "minimum-stability": "dev", "require": {}, "autoload": { "psr-4": { "Ruse\\Configurable\\": "src/" } } }