guzzle-jsonrpc icon indicating copy to clipboard operation
guzzle-jsonrpc copied to clipboard

JSON-RPC 2.0 client for Guzzle

Results 6 guzzle-jsonrpc issues
Sort by recently updated
recently updated
newest added

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.