Jurisdiction Data Parser

This project is a PHP-based service for parsing and aggregating company data
from multiple jurisdiction websites. It uses cURL for HTTP requests,
Regex for extracting key fields, and MySQL for structured storage.
PHP — core logic and data parsing.
cURL — handling HTTP requests to different registries.
Regex — extracting structured information from unstructured HTML.
MySQL — persistent data storage and queries.
Git & GitHub — version control and project management.
Key Features:
• Automated scraping of company data from multiple jurisdictions
• Data normalization and storage in MySQL
• Support for error handling and retry logic
• Modular architecture for easy extension to new data sources