MongoDB with PHP
Build PHP applications with MongoDB's Atlas cloud database . Utilize PHP drivers, MongoDB integrations with Laravel and Symfony, Doctrine ODM, and other developer tools for seamless integration with your PHP applications.
Drivers
The MongoDB PHP Driver consists of the extension and library. While it is possible to use the extension alone, MongoDB recommends using the extension and the library together to build an application.
Extension
Provides a low-level API and serves to integrate the C libraries
libmongoc
and libbson
with PHP.
Library
Provides a high-level API for working with MongoDB databases consistent with other MongoDB language drivers.
Frameworks
Configure connections to different databases or clusters, store and retrieve objects, or use MongoDB as a data store.
Laravel
Symfony
Yii Framework
Integrations
Content Management Systems
More Ways to Learn
PHP Frameworks, Libraries, and Tools
PHP Reference →
View PHP developer resources
PHP Resources →
Learn about PHP and MongoDB
PHP Developer Path →
Join forums and discussions
MongoDB Community →