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
- Host: GitHub
- URL: https://github.com/ytake/psr-http-handlers-hhi
- Owner: ytake
- License: mit
- Created: 2017-12-20T07:50:07.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-23T16:08:00.000Z (over 7 years ago)
- Last Synced: 2024-10-05T22:03:23.480Z (about 1 year ago)
- Topics: hack, hhi, hhvm
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HHI Definitions For PSR15, HTTP Handlers
[](https://packagist.org/packages/ytake/psr-http-handlers-hhi)
[](https://packagist.org/packages/ytake/psr-http-handlers-hhi)
[](https://packagist.org/packages/ytake/psr-http-handlers-hhi)
[](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
```