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

Google Search Results PHP API via Serp Api

Results 9 google-search-results-php issues
Sort by recently updated
recently updated
newest added

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...

![image](https://user-images.githubusercontent.com/10770441/163674503-8231e327-bb14-4407-b763-5bd5d87fd76d.png) ![image](https://user-images.githubusercontent.com/10770441/163674391-acfa0b1e-4808-417e-9cfb-5ba8be88e247.png)

`google-search-results-php v2.0 `cannot be installed with composer in PHP 8.x environment: ![image](https://github.com/serpapi/google-search-results-php/assets/144151895/53faa0a5-a1b0-4119-845d-23d3000967e0) ![image](https://github.com/serpapi/google-search-results-php/assets/144151895/442ba1b8-eebc-4f93-b94a-de5768abdca1) There are no issues when using `serpapi/google-search-results-php v1.2.0` and PHP 8.0 & 8.1 and composer: ![image](https://github.com/serpapi/google-search-results-php/assets/144151895/c3ef6178-3fc6-44ed-ba22-8041a1c15394) [Intercom](https://app.intercom.com/a/inbox/yzck75jr/inbox/shared/all/conversation/102910000063693?view=List)...

bug

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)....