libreworks / ext-mongodb-hhi
Typechecker definitions for MongoDB HHVM Driver
Installs: 22 076
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Suggests
- ext-mongodb: To connect to MongoDB
This package is not auto-updated.
Last update: 2024-11-07 01:03:28 UTC
README
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.