An open API service indexing awesome lists of open source software.

https://github.com/ytake/psr-http-handlers-hhi

for hack HHI Definitions
https://github.com/ytake/psr-http-handlers-hhi

hack hhi hhvm

Last synced: 6 months ago
JSON representation

for hack HHI Definitions

Awesome Lists containing this project

README

          

# HHI Definitions For PSR15, HTTP Handlers

[![Packagist](https://img.shields.io/badge/HHVM-%3E=3.19-orange.svg?style=flat-square)](https://packagist.org/packages/ytake/psr-http-handlers-hhi)
[![Packagist](https://img.shields.io/packagist/l/ytake/psr-http-handlers-hhi.svg?style=flat-square)](https://packagist.org/packages/ytake/psr-http-handlers-hhi)
[![Packagist](https://img.shields.io/packagist/dt/ytake/psr-http-handlers-hhi.svg?style=flat-square)](https://packagist.org/packages/ytake/psr-http-handlers-hhi)
[![Packagist](https://img.shields.io/packagist/v/ytake/psr-http-handlers-hhi.svg?style=flat-square)](https://packagist.org/packages/ytake/psr-http-handlers-hhi)

It is based on the PHP interface definitions and comments available here:

[psr/http-server-handler](https://github.com/php-fig/http-server-handler)

[psr/http-server-middleware](https://github.com/php-fig/http-server-middleware)

## install
```bash
$ hhvm -d xdebug.enable=0 -d hhvm.jit=0 -d hhvm.php7.all=1 -d hhvm.hack.lang.auto_typecheck=0 $(which composer) require ytake/psr-http-handlers-hhi
```