2.0: PHP 7.4, DTOs, PSR-18 refactor
- Fully (mostly) type hinted, requires PHP 7.4
- Utilizes DTOs rather than dynamic value objects
- PSR-18 compliant rather than hardcoding to Guzzle
- Removed any static classes
- Prefixing option keys is no longer necessary.
- Added tests