The Tequila MongoDB PHP library provides the high-level abstraction around the new low-level PHP MongoDB driver, e.g. schema-management, abstractions around connections, databases, collections, indexes etc.
This library follows the MongoDB Driver Specifications, and it's an alternative to the official MongoDB PHP Library.
It requires PHP 5.6 or higher, PHP 7.0 or higher and requires mongodb
PHP extension
(new low-level driver) to be installed.
For usage examples see the Documentation.
At the moment, library is in an alpha stage, so it should be used with caution.
The current release is v1.0.0-alpha2
.
Public API for now is stable and working, but library needs more tests.
You can support this project by writing tests, testing the library with the MongoDB server and reporting bugs.
Contributions are appreciated.
- Tests, bugfixes, documentation.
The documentation is in progress and is updated almost every day.