wiremock-php
wiremock-php copied to clipboard
PHP API for WireMock JSON interface
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,...
have to think about how to continue and if this makes sense and how maybe you can look at my comments questions. Of course I will split this PR in...
Hey, thanks for porting this: Its really helpful having this, when using wiremock. I noticed that a lot classes (e.g. WireMock::create()) are missing docblocks/typehints. Would you be willing to type...
This adds a change to allow RequestPattern to be used instead of RequestPatternBuilder. Use case for it is quite obvious for example: We first use `Wiremock::sutbFor` which returns `StubMapping` instance,...