Download the PHP package jumplead/mongoqb without Composer
On this page you can find all versions of the php package jumplead/mongoqb. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package mongoqb
A PHP MongoDB query builder library
Install via Packagist and Composer
Add the following into your composer.json file:
Then run
Install via Git
Download a zip/tarball
Download the latest version:
(Note the zip/tarball won't include any unit tests or composer files)
Unit tests
Master branch [
The library currently has 100% unit test coverage. To run the unit test suite make sure you have MongoDB installed locally and running with no authentication and on the default port - 27017.
Then run:
Example usage
Connect to the database
Insert a document
Update a single document
Delete a single document
Search for matching documents
If you find any bugs please file a report in the Issue tracker
All versions of mongoqb with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package jumplead/mongoqb contains the following files
Loading the files please wait ....