| Recommend this page to a friend! | 
| Info | Example | Reputation | Support forum | Blog | Links | 
| Ratings | Unique User Downloads | Download Rankings | ||||
| Not enough user ratings | Total: 156 | All time:  9,017 This week: 455 | ||||
| Version | License | PHP version | Categories | |||
| xmongodb 1.14 | MIT/X Consortium ... | 5.4 | PHP 5, Databases | 
| Description | Author  | |
This package can build and execute queries to a MongoDB database.  | 
What is the best PHP mongodb class?
Need a simple framework that wraps the low level mongodb 
What is the best PHP mongodb class?
Perform all kinds of actions with MongoDB
<?php | 
A PHP ORM library to handle opperations with MongoDB
* Select, Distinct, Where, OrderBy, Limit, Offset, Insert, Update, Delete, Create, Pop, Pull, Push, Aggregate, Indexes, Commands, AddtoSet, Inc, Dec
* All commands like ORM, example:
    $result = $XMongodDB->->where(array('email' => '[email protected]))->get('customers');
* Where:
* Between
* Greater than
* Lower than
* Greater or equal than
* Lower or equal than
* Not equal
* Equal
* Near
* Like
* Not Like
* All can be mixed with AND/OR
* OrderBy ASC / DESC
* Limit and Offset
* Chapter 2 - Basic select operations
* Chapter 3 - Advanced select operations
* Chapter 4 - Insert / Update / Delete
| / | doc | 
| File | Role | Description | 
|---|---|---|
|    | 
Doc. | Documentation | 
|    | 
Doc. | Documentation | 
|    | 
Doc. | Documentation | 
|    | 
Doc. | Documentation | 
|    | 
Data | Auxiliary data | 
|    | 
Doc. | Manual | 
| / | examples | 
| File | Role | Description | 
|---|---|---|
|    | 
Data | Data | 
|    | 
Doc. | Readme | 
|    | 
Example | Example script | 
| / | lib | 
| File | Role | Description | 
|---|---|---|
|    | 
Class | Class source | 
|    | 
Class | Class source | 
|    | 
Class | Class source | 
|    | 
Class | Class source | 
|    | 
Class | Class source | 
| The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page. | 
| Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
| 100% | 
  | 
  | 
| Applications that use this package | 
 If you know an application of this package, send a message to the author to add a link here.