-
Notifications
You must be signed in to change notification settings - Fork 38
Http\Discovery\NotFoundException after upgrade to 4.3 #9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@babeuloula any thoughts on this? |
@victorbi Hi, can you tell me what kind of HTTP client you use ? |
I installed symfony/http-client and it works now, maybe you should add it in 'require', instead of 'require-dev' |
@victorbosh Nop, HTTPlug provide adapters and let the user the ability to use Guzzle, Symfony Client or any other http client. |
@victorbosh You can can read this section : https://github.com/typesense/typesense-php#usage
And read this link : http://docs.php-http.org/en/latest/clients.html |
I did. Anyway it is ok now, Thanks |
Http\Discovery\NotFoundException
No HTTPlug clients found. Make sure to install a package providing "php-http/client-implementation". Example: "php-http/guzzle6-adapter".
I see you do use Symfony\Component\HttpClient\HttplugClient; in your examples and 'client' => new HttplugClient(), but there is no such thing as Symfony\Component\HttpClient\HttplugClient
The text was updated successfully, but these errors were encountered: