Class 'RestClient' not found
asosadeq opened this issue · 2 comments
asosadeq commented
hartator commented
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.
jvmvik commented
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