• PHP Manual
  • Function Reference
  • Database Extensions
  • Vendor Specific Database Extensions
  • Mongo
  • Installing/Configuring
  • Manual
  • Core Classes
  • Types
  • GridFS Classes
  • Miscellaneous
  • Mongo Functions
  • Exceptions
  • Changelog
Runtime Configuration
Tutorial
Mongo
PHP Manual

Manual

Table of Contents
  • Tutorial
    • Making a Connection
    • Getting a Database
    • Getting A Collection
    • Inserting a Document
    • Finding Documents using MongoCollection::findOne
    • Adding Multiple Documents
    • Counting Documents in A Collection
    • Using a Cursor to Get All of the Documents
    • Setting Criteria for a Query
    • Getting A Set of Documents With a Query
    • Creating An Index
  • Read Preferences
  • Write Concerns
  • SQL to Mongo Mapping Chart
  • Connecting
    • Authentication
    • Replica Sets
    • Sharding
    • Domain Socket Support
    • Connection Pooling (version 1.2.0-1.2.12 *only*)
    • Persistent Connections (version up to 1.1.4 *only*)
  • Writes
  • Querying
  • Updates
  • Security
  • Troubleshooting
  • Running the Driver's Tests

This manual goes into some detail about how to use MongoDB, but it mostly covers using the PHP driver. For information about how to design a schema, what terms means, and setting up the database server, check out the » MongoDB documentation.