ubermanu / xhp-lib
适用于 xhp 的 XHP XHTML PHP 库
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: 2024-09-16 20:36:51 UTC
README
PHP 中的 XHP 语法实现。
支持许多核心 HTML 元素。
从 phplang/xhp-lib 分支而来。
需求
- PHP ~ 7.0
- ext-xhp
安装
composer require ubermanu/xhp-lib
用法
echo <div>Hello World</div>;