Recommend this page to a friend! |
Download .zip |
Info | Example | View files (15) | Download .zip | Reputation | Support forum | Blog | Links |
Ratings | Unique User Downloads | Download Rankings | ||||
Not yet rated by the users | Total: 155 | All time: 9,007 This week: 110 |
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@myemail.com))->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
Files | / | doc |
File | Role | Description |
---|---|---|
1-installation.md | Doc. | Documentation |
10-exceptions.md | Doc. | Documentation |
2-basic-select-operations.md | Doc. | Documentation |
3-advanced-select-operations.md | Doc. | Documentation |
4-basic-iud-operations.md | Data | Auxiliary data |
5-other-operations.md | Doc. | Manual |
Files | / | examples |
File | Role | Description |
---|---|---|
exportExample.csv | Data | Data |
README.txt | Doc. | Readme |
test.php | Example | Example script |
Files | / | lib |
File | Role | Description |
---|---|---|
XMongoDB.php | Class | Class source |
XMongoDBComm.php | Class | Class source |
XMongoDBConfig.php | Class | Class source |
XMongoDBCursor.php | Class | Class source |
XMongoDBDriver.php | Class | Class source |
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.