I’m building a school IT project that needs to pull basic business details from the Indian GST system. The flow is simple: a user enters a GSTIN, your PHP code hits the official government API, parses the JSON it returns, and then writes those basic details into a local MySQL table. Here’s what I’m expecting from you: • A clean, well-commented PHP script that takes a GSTIN as input, calls the API, handles errors such as invalid IDs or network time-outs, and prevents duplicate inserts. • A MySQL schema (CREATE TABLE) matching the fields the API provides for basic business details—GSTIN, legal name, trade name, registration status, address, last updated date, etc. • A short README explaining how to set up any needed keys, configure database credentials, and run a quick test (I’ll be using XAMPP on Windows, so staying compatible with PHP 8.x and MySQL 8 is ideal). Right now I only need the basic business details, but I’d like the code structured so adding calls for tax information or transaction history later is straightforward. If you have previous experience working with government or other REST/JSON APIs in PHP, mention it and let me know how fast you can deliver.