guzzle-jsonrpc
guzzle-jsonrpc copied to clipboard
JSON-RPC 2.0 client for Guzzle
Hi, are there plans to update this package to be compatibel with Guzzle 7? Thanks!
hacky implementation of guzzle7... looking at #41 if anyone wants to productise this better, feel free!
extend travis php versions
hi! i used phpstan analyze for this project and fix type-error, also add phpstan config, I thought it might be useful
src/Message/MessageFactory.php contains 2 methods: fromResponse() and createRequest() that can throws undeclared InvalidArgumentException. Fix it, please.