PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Matteo Hertel   MH_Widget   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: MH_Widget
Generate HTML for embedded widgets from parameters
Author: By
Last change:
Date: 8 years ago
Size: 448 bytes
 

Contents

Class file image Download
{ "name": "matteohertel/mh-widget", "version": "0.1.0", "description": "Flexible widget system with built in parser", "type": "libray", "license": "MIT", "authors": [{ "name": "Matteo Hertel", "email": "info@matteohertel.com" }], "minimum-stability": "dev", "autoload": { "classmap": [ "Example" ], "psr-4": { "MHDev\\": "MHDev/" } } }