PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Juan Camacho   Hypertool   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Hypertool
Compose and generate HTML pages from objects
Author: By
Last change:
Date: 18 days ago
Size: 528 bytes
 

Contents

Class file image Download
{ "name": "hypertool/html", "description": "A comprehensive PHP library for generating HTML elements with HTMX and Hyperscript support.", "type": "library", "license": "MIT", "authors": [ { "name": "Juan Camacho", "homepage": "https://github.com/kuasarx" } ], "require": { "php": ">=7.4" }, "autoload": { "psr-4": { "Hypertool\\Html\\": "src/" } }, "minimum-stability": "stable", "prefer-stable": true }