All Projects → mongodb → Mongo Php Driver

mongodb / Mongo Php Driver

Licence: apache-2.0
MongoDB PHP driver

Projects that are alternatives of or similar to Mongo Php Driver

Lua Mongo
MongoDB Driver for Lua
Stars: ✭ 81 (-89.01%)
Mutual labels:  mongodb-driver, mongodb
Mongojs
Node.js module that implements the offical mongo api
Stars: ✭ 1,782 (+141.79%)
Mutual labels:  mongodb-driver, mongodb
Erlmongo
Erlang driver for MongoDB with gridfs that works with maps and proplists
Stars: ✭ 90 (-87.79%)
Mutual labels:  mongodb-driver, mongodb
Mongoc.jl
MongoDB driver for the Julia Language
Stars: ✭ 46 (-93.76%)
Mutual labels:  mongodb-driver, mongodb
Mongo Swift Driver
The official MongoDB driver for Swift
Stars: ✭ 242 (-67.16%)
Mutual labels:  mongodb-driver, mongodb
Egg Mongo Native
MongoDB egg.js plugin using native driver.
Stars: ✭ 69 (-90.64%)
Mutual labels:  mongodb-driver, mongodb
Mongo Php Library
MongoDB PHP library
Stars: ✭ 1,391 (+88.74%)
Mutual labels:  mongodb-driver, mongodb
Mongo.migration
On-the-fly migrations with MongoDB C# Driver
Stars: ✭ 99 (-86.57%)
Mutual labels:  mongodb-driver, mongodb
Mongodb Plugin
MongoDB Plugin for Java
Stars: ✭ 236 (-67.98%)
Mutual labels:  mongodb-driver, mongodb
Mongodb.entities
A data access library for MongoDB with an elegant api, LINQ support and built-in entity relationship management
Stars: ✭ 204 (-72.32%)
Mutual labels:  mongodb-driver, mongodb
Phalcon Mongodb Odm
MongoDB ODM for Phalcon framework for new mongodb php extension with query builder and rich functionality
Stars: ✭ 42 (-94.3%)
Mutual labels:  mongodb-driver, mongodb
Mongokitten
Native MongoDB driver for Swift, written in Swift
Stars: ✭ 605 (-17.91%)
Mutual labels:  mongodb-driver, mongodb
Mongo Cxx Driver
C++ Driver for MongoDB
Stars: ✭ 792 (+7.46%)
Mutual labels:  mongodb-driver, mongodb
Avocado
Strongly-typed MongoDB driver for Rust
Stars: ✭ 70 (-90.5%)
Mutual labels:  mongodb-driver, mongodb
Mongo Perl Driver
Perl driver for the MongoDB
Stars: ✭ 203 (-72.46%)
Mutual labels:  mongodb-driver, mongodb
Qmgo
Qmgo - The Go driver for MongoDB. It‘s based on official mongo-go-driver but easier to use like Mgo.
Stars: ✭ 444 (-39.76%)
Mutual labels:  mongodb-driver, mongodb
Mongo Rust Driver
The official MongoDB Rust Driver
Stars: ✭ 633 (-14.11%)
Mutual labels:  mongodb-driver, mongodb
Rest Api Nodejs Mongodb
A boilerplate for REST API Development with Node.js, Express, and MongoDB
Stars: ✭ 672 (-8.82%)
Mutual labels:  mongodb
Generator Ng Fullstack
Client, server or fullstack - it's up to you. ng-fullstack gives you the best of the latest.
Stars: ✭ 701 (-4.88%)
Mutual labels:  mongodb
Restheart
RESTHeart - The REST API for MongoDB
Stars: ✭ 659 (-10.58%)
Mutual labels:  mongodb

MongoDB PHP Driver

Travis Build Status AppVeyor Build Status Coverage Status

This extension is developed atop the libmongoc and libbson libraries. It provides a minimal API for core driver functionality: commands, queries, writes, connection management, and BSON serialization.

Userland PHP libraries that depend on this extension may provide higher level APIs, such as query builders, individual command helper methods, and GridFS. Application developers should consider using this extension in conjunction with the MongoDB PHP library, which implements the same higher level APIs found in MongoDB drivers for other languages (as well as the legacy PHP driver).

Documentation

Installation

To build and install the driver:

$ pecl install mongodb
$ echo "extension=mongodb.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`

Additional installation instructions may be found in the PHP.net documentation.

This extension is intended to be used alongside the MongoDB PHP Library, which is distributed as the mongodb/mongodb package for for Composer.

Reporting Issues

Issues pertaining to the extension should be reported in the PHPC project in MongoDB's JIRA. Library-related issues should be reported in the PHPLIB project.

For general questions and support requests, please use one of MongoDB's Technical Support channels.

Security Vulnerabilities

If you've identified a security vulnerability in a driver or any other MongoDB project, please report it according to the instructions in Create a Vulnerability Report.

Development

Development is tracked in the PHPC project in MongoDB's JIRA. Documentation for contributing to this project may be found in CONTRIBUTING.md.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].