ubermanu / xhp-lib
XHP XHTML PHP library for xhp
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 3
pkg:composer/ubermanu/xhp-lib
Requires
- php: >=7.0
- ext-json: *
- ext-xhp: *
Requires (Dev)
This package is auto-updated.
Last update: 2025-09-16 22:52:32 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>;