ddeboer / GuzzleBundle

A Symfony2 bundle for integrating Guzzle, a PHP framework for building RESTful web service clients
63 stars 29 forks source link

Class 'Guzzle\Plugin\PluginCollectionPlugin' not found #18

Open pschirch opened 11 years ago

pschirch commented 11 years ago

Hi,

using your bundle with guzzle 3.2.0 results an error:

Fatal error: Class 'Guzzle\Plugin\PluginCollectionPlugin' not found

You use that class in the Symfony2 DIC configuration:

<parameters>
    <parameter key="guzzle.plugin.service_builder.class">Guzzle\Plugin\PluginCollectionPlugin</parameter>
</parameters>

But the guzzle bundle does not contain a class named Guzzle\Plugin\PluginCollectionPlugin