ubermanu/xhp-lib

XHP XHTML PHP library for xhp

1.0.0 2022-11-16 16:53 UTC

This package is auto-updated.

Last update: 2024-05-16 19:57:21 UTC


README

Implementation of the XHP syntax for PHP.
Provides support for many of the core HTML elements.

Forked from phplang/xhp-lib.

Requirements

Installation

composer require ubermanu/xhp-lib

Usage

echo <div>Hello World</div>;