Skip to main content

๐ŸŽฏ Summary

Congratulations! Following this tutorial, you have successfully:

  • Installed php, composer and symfony tools
  • Hosted a MongoDB Atlas database in the cloud
  • Built a symfony web project
  • Coded the backend and frontend of a Rental booking application
  • Managed the data with MongoDB
  • Tested and deployed the application

Useful resourcesโ€‹

  • MongoDB PHP Library The MongoDB PHP Library provides a library for interacting with MongoDB in PHP.
  • Doctrine MongoDB ODM Doctrine MongoDB ODM is a library for storing documents in MongoDB.
  • MongoDB Atlas MongoDB Atlas is a fully-managed cloud data platform developed by the same people that build MongoDB.
  • Symfony Symfony is a set of reusable PHP components and a PHP framework for web projects.
  • PHP PHP is a popular general-purpose scripting language that is especially suited to web development.
  • Composer Composer is a dependency manager for PHP.
  • MongoDB Developer Center The MongoDB Developer Center is a great place to find resources for PHP developers using MongoDB.