serpapi/google-search-results-php

Class 'RestClient' not found

asosadeq opened this issue · 2 comments

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.

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