Topic: php-guzzle-Guzzle how to use it ?

Hi,

I'm struggling with php-guzzle-Guzzle.
The package installs perfectly.
Now I want to include the code into a 3rd party app but it seems there is no autoload.

Do I need to have a dedicated autoload to make it works or did I miss something obvious ?

Thanks,
Manuel

Re: php-guzzle-Guzzle how to use it ?

Yes, you need a simple PSR0 autoloader in your app.

Desktop: Fedora 37 + rpmfusion + remi-test
Laptop:  Fedora 36 + rpmfusion + remi (SCL only)
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi

Re: php-guzzle-Guzzle how to use it ?

Thanks that did the trick!

Re: php-guzzle-Guzzle how to use it ?

smile

Desktop: Fedora 37 + rpmfusion + remi-test
Laptop:  Fedora 36 + rpmfusion + remi (SCL only)
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi