8p / EightPointsGuzzleBundle

⛽️ Integrates Guzzle 6.x, a PHP HTTP Client, into Symfony
MIT License
440 stars 71 forks source link

Print Curl command for debugging purposes #267

Closed bigfoot90 closed 5 years ago

bigfoot90 commented 5 years ago
Q A
Bug fix no
New feature yes
BC breaks no
Deprecations no
Tests pass yes
Fixed tickets #266
License MIT

Now you can run request out of Symfony's context. image

Note: It does not require namshi/cuzzle vendor, but the curl command will appear only if you have it installed, added to the suggested vendors.

gregurco commented 5 years ago

Great job @bigfoot90! Thank you!