google-search-results-php icon indicating copy to clipboard operation
google-search-results-php copied to clipboard

Class 'RestClient' not found

Open asosadeq opened this issue 3 years ago • 2 comments

image

image

asosadeq avatar Apr 16 '22 12:04 asosadeq

Maybe try to add the line require 'path/to/restclient';?

If it works, we probably want to require it via require 'path/to/google-search-results'; instead of manually. What do you think @jvmvik? Thanks.

hartator avatar Apr 16 '22 12:04 hartator

rest client is transitive dependency which is handled by composer. for example: https://github.com/serpapi/google-search-results-php/tree/master/example_composer

but you can also directly install and require the dependency as described by @hartator

jvmvik avatar Apr 19 '22 21:04 jvmvik