Gaetano Giunta

Results 254 comments of Gaetano Giunta

You are right that atm it is not always easy or even possible to swap out bits of the library, such as the logger, with alternative implementations. The reason is...

ps. DOH! I just realized that the code which makes it possible to swap out the logger is only in the master branch. Would you be willing to test if...

> ... i can make it PSR-3 compliant, but unfortunately, it won't be without breaking BC. for example the `setLogger`, `getLogger`, `$logger` are static. this should be replaced with proper...

Quoting my initial response: > Last words of feedback: this library prizes stability and backwards compatibility over anything else. So, while I am willing to make it easy or at...

You are certainly not wrong with that suggestion. However there a few other things worth pointing out: - I am maintaining an increasingly large number of open source projects. The...

Btw, version 4.6.0 has been released, with the changes which were implemented in Feb. So definitely still relying on a lot of static methods, but it should now be possible...

Hello. Two things: a) the Client class has a `setCurlOptions` method already available. You can use that if you want to inject any custom curl option into your current code,...

PS: adding "easy" support for allowing the client to follow redirects is in fact a worthwhile enhancement, and it has been in my todo list for a long time (see...

Hello again. Did you manage to overcome your problem?