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.

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
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

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi