Skip to content

2.0: PHP 7.4, DTOs, PSR-18 refactor

Choose a tag to compare

@kylekz kylekz released this 25 Oct 10:02
· 40 commits to master since this release
3d71315
  • 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