PHP
Sign in to follow topics
Featured
Article
Building REST APIs With API Platform and MongoDB
Learn how to build modern, scalable REST APIs using API Platform with Symfony and MongoDB. This step-by-step guide covers everything from setting up a Symfony project and integrating MongoDB Atlas to performing CRUD operations and implementing custom validation. Discover how API Platform streamlines API development with robust features like OpenAPI documentation, advanced search, and data integrity enforcement. Perfect for developers looking to efficiently manage real-time database interactions and create high-performance web applications.Jan 14, 2025 | 9 min read
All PHP Content
- Latest
- Highest Rated
Article
Building REST APIs With API Platform and MongoDB
Learn how to build modern, scalable REST APIs using API Platform with Symfony and MongoDB. This step-by-step guide covers everything from setting up a Symfony project and integrating MongoDB Atlas to performing CRUD operations and implementing custom validation. Discover how API Platform streamlines API development with robust features like OpenAPI documentation, advanced search, and data integrity enforcement. Perfect for developers looking to efficiently manage real-time database interactions and create high-performance web applications.Jan 14, 2025
Tutorial
Building a Task Reminder With Laravel and MongoDB
Freshly created Laravel applications are configured to use relational databases. The purpose of this tutorial is to show how to use MongoDB in a Laravel application. We will build a simple task reminder system to achieve this.Jan 08, 2025
News & Announcements
Laravel Herd Adds Native MongoDB Support
Laravel Herd has added native MongoDB support, making it easier for PHP developers to integrate MongoDB with their Laravel applications.Oct 07, 2024
Tutorial
How To Build a Laravel + MongoDB Back End Service
Learn how to use MongoDB with Laravel Eloquent and the native MongoDB Query API and Aggregation Pipeline to access the new MongoDB features.Oct 01, 2024
Code Example
FULL APPLICATION
Introducing the Tour Planner With MongoDB Vector Search
Discover the Tour Planner: AI-powered travel planning using PHP, Laravel, MongoDB Vector Search & OpenAI. Personalized itineraries made easy!Sep 24, 2024
News & Announcements
Laravel MongoDB 5.0: Major Release With Exciting New Features!
The PHP team is happy to announce that version 5.0 of the Laravel MongoDB integration is now available! Get all the details.Sep 13, 2024
Quickstart
Creating, Reading, Updating, and Deleting MongoDB Documents With PHP
Welcome to Part 2 of this guide for MongoDB and PHP. Let's cover connecting to a database instance, creating/inserting a document with PHP, and more!Sep 11, 2024
Quickstart
Complex Aggregation Pipelines with Vanilla PHP and MongoDB
Learn how to leverage MongoDB's powerful aggregation framework with PHP to process and analyze large datasets efficiently. This comprehensive guide covers advanced techniques for user engagement analysis, content preference tracking, and real-time data processing using MongoDB's aggregation pipelines and change streams.Sep 05, 2024