google-search-results-php
google-search-results-php copied to clipboard
Class 'RestClient' not found


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