Download the PHP package phplang/xhp-lib without Composer
On this page you can find all versions of the php package phplang/xhp-lib. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download phplang/xhp-lib
More information about phplang/xhp-lib
Files in phplang/xhp-lib
Package xhp-lib
Short Description XHP XHTML PHP library for xhp
License BSD-3-Clause
Homepage https://github.com/phplang/xhp-lib
Informations about the package xhp-lib
XHP-LIB
Forked from https://github.com/facebook/xhp-lib/tree/1205aad1045912c4ccb747b297f0093a4196c202 by Facebook Inc.
This is a community maintained fork of xhp-lib/php-lib focused on non-hack syntax. It is meant to be used with https://github.com/phplang/xhp on PHP. Users of HHVM should install the official xhp-lib at https://github.com/facebook/xhp-lib which has full hack type checker support.
Autoloading
xhp-lib ships with an ClassLoader implementation which can be used by projects in a composer autoload "files" include as follows:
In composer.json:
And in src/xhp-autoload.php:
In the above example, tags like <view:card:foo/> will be autoloaded from view/card/foo.php
in the package root.