v1.2.0
LatestVerified Safe- to use class constants for configuration and endpoint lists
- Made class final to prevent unintended extension
- Replaced regex subdomain check with native `str_ends_with()`
- Simplified conditional logic with early returns and null coalescing
- Minimum PHP version bumped to 8.1
- strict type comparisons throughout
- PHP type declarations for method parameters and return types
- all inline comments for cleaner codebase