8p / EightPointsGuzzleBundle

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

Why dependency on `eightpoints/guzzle-wsse-middleware` #126

Closed ruudk closed 7 years ago

ruudk commented 7 years ago

Why does this bundle has a dependency on eightpoints/guzzle-wsse-middleware?

florianpreusner commented 7 years ago

Well that dependency is very old and the reason why this bundle exists. Cause a couple of years ago I was looking for a nice solution to integrate WSSE. But you are right. This dependency should be optional. That's why following issue was created: https://github.com/8p/GuzzleBundle/issues/73

If you have a great idea how to integrate plugins nicely in a bundle let me know. I appreciate any recommendations. 👍

Going to close this issue because of already existing one.