Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ytake/psr-container-hhi
for hack HHI Definitions
https://github.com/ytake/psr-container-hhi
container hack hhi hhi-definitions psr-11
Last synced: about 1 month ago
JSON representation
for hack HHI Definitions
- Host: GitHub
- URL: https://github.com/ytake/psr-container-hhi
- Owner: ytake
- License: mit
- Created: 2017-02-13T17:01:48.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-02T11:51:57.000Z (about 7 years ago)
- Last Synced: 2024-10-05T22:03:04.213Z (4 months ago)
- Topics: container, hack, hhi, hhi-definitions, psr-11
- Homepage:
- Size: 5.86 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 Container Interop (PSR11), Container Interface
This repository contains .hhi files for the interfaces defined in Container Interop(PSR-11).
It is based on the PHP interface definitions and comments available here:
https://github.com/php-fig/container
## install
```bash
$ hhvm --php $(which composer) require ytake/psr-container-hhi
```or
```json
"require": {
"hhvm": ">=3.9.0",
"ytake/psr-container-hhi": "~1.0"
},
``````bash
$ hhvm --php $(which composer) update;
# or
$ hhvm --php $(which composer) install;
```