monero-integrations / monerophp

Monero PHP library + JsonRPC Client
MIT License
118 stars 76 forks source link

Use guzzle instead of jsonRPCClient #81

Open vv12131415 opened 5 years ago

vv12131415 commented 5 years ago

I was looking at the code and noticed that it will be cool to use guzzle instead of/ inside of jsonRPCClient since guzzle does all the dirty work that you need to do your self (doing all the stuff with curl_setopt)

serhack commented 5 years ago

We'll consider that in the next version! Thanks for the suggestion

vv12131415 commented 5 years ago

We'll consider that in the next version! Thanks for the suggestion

then let's do versions, because on packagist it's dev-master currently