PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Temuri Takalandze   PHP HTML Generator Library   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP HTML Generator Library
Compose and generate HTML programatically
Author: By
Last change:
Date: 3 years ago
Size: 626 bytes
 

Contents

Class file image Download
{ "name": "abgeo/gen-html", "description": "Library for generating HTML document", "type": "library", "keywords": [ "HTML", "Generator", "PHP" ], "homepage": "https://github.com/ABGEO07/gen-html", "license": "MIT", "authors": [ { "name": "ABGEO", "email": "takalandzet@gmail.com", "homepage": "https://www.abgeo.dev", "role": "Developer" } ], "minimum-stability": "dev", "require": {}, "require-dev": {}, "autoload": { "psr-4": { "ABGEO\\": "src/" } } }