Codebase for youtube video tutorials from sulochanatutorials. You can subscribe our channel https://www.youtube.com/sulochanatutorials for more video tutorials.
- MongoDB PHP Drivers installed
- MongoDB PHP client library (Use composer update to install library)
- Create Database Connection
- Fetch All collections and data
- Store collection names and data into JSON file.
- Download JSON File
- Create Database Connection
- Choose Database to Import
- Parse JSON to BSON
- Parse BSON to PHP Std Class object
- create document by providing Std Class Object.