https://github.com/mongodb-developer/php-quickstart
MongoDB PHP Quick-start Guide
https://github.com/mongodb-developer/php-quickstart
Last synced: 2 months ago
JSON representation
MongoDB PHP Quick-start Guide
- Host: GitHub
- URL: https://github.com/mongodb-developer/php-quickstart
- Owner: mongodb-developer
- License: apache-2.0
- Created: 2021-02-10T21:06:30.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-29T14:07:16.000Z (almost 2 years ago)
- Last Synced: 2025-03-28T00:06:44.424Z (3 months ago)
- Language: PHP
- Size: 1.11 MB
- Stars: 4
- Watchers: 6
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Getting Started with MongoDB and PHP
This is MongoDB PHP quick start. It was written in conjunction with this [article](https://developer.mongodb.com/quickstart/php-quickstart).
## Status as of February 24, 2021
Under development... incomplete. Stay tuned.
## Prerequisites
You'll need the following installed on your computer to follow along with this tutorial:
- MacOS Catalina or Later - You can run PHP on earlier versions but I'll be keeping to MacOS for this tutorial.
- [Homebrew Package Manager](https://brew.sh/) - The missing package manager for MacOS.
- [PECL](https://pecl.php.net/) - The repository for PHP Extensions.
- A code editor of your choice. I recommend [Visual Studio Code](https://code.visualstudio.com/).This `repo `__ and the associated article are decidedly macOS focused. PHP is definitely supported across a number of platforms however, I am only currently focusing on macOS. Should there be great interest in expanding the platform coverage, I'll consider cover those.