ubermanu / xhp-lib
XHP XHTML PHP library for xhp
1.0.0
2022-11-16 16:53 UTC
Requires
- php: >=7.0
- ext-json: *
- ext-xhp: *
Requires (Dev)
This package is auto-updated.
Last update: 2025-03-16 21:49:12 UTC
README
Implementation of the XHP syntax for PHP.
Provides support for many of the core HTML elements.
Forked from phplang/xhp-lib.
Requirements
- PHP ~ 7.0
- ext-xhp
Installation
composer require ubermanu/xhp-lib
Usage
echo <div>Hello World</div>;