Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ytake/hack-http-server-request-handlers-interfaces
HTTP Server Request Handler Interfaces For Hack
https://github.com/ytake/hack-http-server-request-handlers-interfaces
hacklang hhvm psr-15 request-handler
Last synced: about 1 month ago
JSON representation
HTTP Server Request Handler Interfaces For Hack
- Host: GitHub
- URL: https://github.com/ytake/hack-http-server-request-handlers-interfaces
- Owner: ytake
- License: mit
- Created: 2018-11-14T15:45:54.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-26T15:55:23.000Z (about 6 years ago)
- Last Synced: 2024-10-05T22:03:10.480Z (4 months ago)
- Topics: hacklang, hhvm, psr-15, request-handler
- Language: Hack
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hack HTTP Server Request Handlers
PSR-15 Like HTTP Server Request Handlers Interface
## Require
HHVM 3.29 and above.
## Install
```bash
$ hhvm $(which composer) require ytake/hack-http-server-request-handlers-interfaces
```