google-search-results-php
google-search-results-php copied to clipboard
Google Search Results PHP API via Serp Api
Thank you for this API!! It is good to see that at last someone is working on this officially. I've tried scraping Google Scholar via some code I wrote using...
 
`google-search-results-php v2.0 `cannot be installed with composer in PHP 8.x environment:   There are no issues when using `serpapi/google-search-results-php v1.2.0` and PHP 8.0 & 8.1 and composer:  [Intercom](https://app.intercom.com/a/inbox/yzck75jr/inbox/shared/all/conversation/102910000063693?view=List)...
Hi there, is there a plan to support php 8.2 soon? `Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /home/vagrant/sb/main/vendor/serpapi/google-search-results-php/restclient.php on line 266 Deprecated: Return type of...
Add step by step guide to use this in laravel
Currently, this cannot be integrated nicely into a own project. Please use namespaces for your code and tag the final versions, otherwise everyone will have to integrate your repo into...
The [URL](https://github.com/serpapi/google-search-results-php/example_composer/) in the [Composer Example section](https://github.com/serpapi/google-search-results-php#conclusion) of the readme appears to be broken. The URL after navigating into the `example_composer` file is https://github.com/serpapi/google-search-results-php/tree/master/example_composer. The current URL listed is https://github.com/serpapi/google-search-results-php/example_composer/...
Hello, I noticed that the latest stable tag, **2.0** (dated 2020-08-15), has a strict PHP constraint of `^5.5 || ^7.0` which prevents installation on PHP 8 environments (Composer Platform Check)....