PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Joshua McKenzie   Dynamic HTML   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Dynamic HTML
Generate HTML documents programmatically
Author: By
Last change: Update composer.json
Date: 8 years ago
Size: 511 bytes
 

Contents

Class file image Download
{ "name": "iautomation/dynamic-html", "description": "", "keywords": ["php", "dynamic", "html", "tags", "generation", "abstract", "extensible"], "type": "library", "require": { }, "license": "MIT", "authors": [ { "name": "Joshua McKenzie", "email": "whereyoucanemailme@gmail.com" } ], "minimum-stability": "stable", "autoload": { "psr-0": { "DynamicHtml\\": "src/" } }, "version": "1.0.0" }