Using MongoDB with PHP
This course guides you through everything you need to get started with MongoDB in your PHP applications. In this course, you’ll get an overview of the official MongoDB PHP driver, learn how to connect your application, perform basic CRUD operations, troubleshoot, and then build aggregations.
Milestone
-
Connecting to MongoDB in PHP
RequiredUnit
| Vick Mena, Julie Gauthier1 Hour
Learn about the PHP driver for MongoDB and how to use it to connect your PHP applications to your MongoDB database.MongoDB CRUD Operations in PHP
RequiredUnit
| Julie Gauthier, Vick Mena2 Hours
Learn how to perform basic create, read, update, and delete (CRUD) operations with the MongoDB PHP driver.MongoDB Aggregation in PHP
RequiredUnit
| Vick Mena, Julie Gauthier1 Hour
Learn how to create aggregation pipelines with PHP by using MongoDB's aggregation framework.