Software:XHP

From HandWiki
XHP
Original author(s)Marcel Laverdet
Developer(s)Meta Platforms
Initial releaseFebruary 2010 (2010-02)
Stable release
4.1.0 / November 18, 2021; 4 years ago (2021-11-18)[1]
Written inPHP, Hack
PlatformCross-platform
TypePHP Library
Licensebefore version 2.6: BSD License, Starting from version 2.6: MIT License
Websitehhvm.com/blog

XHP is an augmentation of PHP and Hack developed at Meta (formerly known as Facebook) to allow XML syntax for the purpose of creating custom and reusable HTML elements. It is available as an open-source software GitHub project and as a Homebrew module for PHP 5.3, 5.4, and 5.5. Meta also developed a similar augmentation for JavaScript, named JSX.