Software:XHP
From HandWiki
| Original author(s) | Marcel Laverdet |
|---|---|
| Developer(s) | Meta Platforms |
| Initial release | February 2010 |
| Stable release | 4.1.0
/ November 18, 2021[1] |
| Written in | PHP, Hack |
| Platform | Cross-platform |
| Type | PHP Library |
| License | before version 2.6: BSD License, Starting from version 2.6: MIT License |
| Website | hhvm |
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.