A curated list of thinks that I found remarkable or I will want to check out later
Libraries and web tools for consuming APIs
- phpro/soap-client - "A general purpose SOAP client for PHP." Based on PSR-7, PSR-17 and PSR-18, has great tooling to help you by creating value objects based on the XSD scheme, has an event subscriber, and some testing utilities.
- php-vcr/php-vcr - "Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests."