Charles Sarrazin

Results 39 comments of Charles Sarrazin

See discussion in csarrazi/guzzle-cache-middleware#4

Hi @rvanlaak. I agree with your proposition. We could move out the Twig dependency, however it is important to note that the reason why it is here is that templates...

As mentioned in the composer.json: "^2.10 || ^3.0" are the only versions supported :)

Hi, @marijnhurkens. Could you explain a bit more about the way you use Guzzle for that? I don't think it should be the clients' responsibility to encode/decode the payload. This...

You can actually already do that. The middleware are exposed as services, which can actually be injected in other services. So you could actually get the references to the various...

You could take a look at branch 1.x, where this was implemented at the time :) That should give you some idea of the way Guzzle service definition files could...

Hi @ugurerkan. Currently, the bundle implementation does not allow you to inject a different logger per client, and uses a single logger for all clients. If you'd like to implement...

Thanks for the suggestion! I definitely agree, we should provide documentation for such use case. In any case, if you wish to provide a doc PR, feel free to fork...

Hy @micayael not yet. I'm still waiting for someone to make a PR for this, as I am a bit short on time, these days.