https://github.com/libreworks/ext-mongodb-hhi
Hack type checker definitions for the MongoDB extension
https://github.com/libreworks/ext-mongodb-hhi
Last synced: 5 months ago
JSON representation
Hack type checker definitions for the MongoDB extension
- Host: GitHub
- URL: https://github.com/libreworks/ext-mongodb-hhi
- Owner: libreworks
- License: apache-2.0
- Created: 2016-06-01T17:16:54.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-29T19:16:06.000Z (over 9 years ago)
- Last Synced: 2025-03-03T22:54:42.164Z (over 1 year ago)
- Size: 9.77 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 MongoDB HHVM Driver
=======================================
This repository contains .hhi files for the classes and interfaces provided by
the MongoDB HHVM Driver, available here:
https://github.com/mongodb/mongo-hhvm-driver
HHI files are ignored by HHVM, however they give the typechecker information
about the classes and interfaces. This allows usage of the canonical PHP API at
runtime, while also giving the benefits of static type checking.