wiremock-php
wiremock-php copied to clipboard
PHP API for WireMock JSON interface
Results
1
wiremock-php issues
Sort by
recently updated
recently updated
newest added
Enables wiremock-php to work with wiremock.io without breaking backwards compatibility. This is how it works: ```php $curl = new Curl(new TokenAuthenticator($token)); $client = new WireMock(new HttpWait($curl), $curl, SerializerFactory::default(), $host, 443,...