Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 664 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 664 Bytes

Awesome Dev_NIX

A curated list of thinks that I found remarkable or I will want to check out later

PHP

Libraries

API Clients

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.

Testing

  • php-vcr/php-vcr - "Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests."