Download the PHP package slvler/serpapi-search-api without Composer
On this page you can find all versions of the php package slvler/serpapi-search-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package serpapi-search-api
Serpapi Web Search API
Introduction
API endpoint allows you to scrape the results from Google search engine via our SerpApi service. Head to the playground for a live and interactive demo. You can query https://serpapi.com/search using a GET request.
Requirements
- PHP 8.0+
- Laravel 10.x
Installation
To install this package tou can use composer:
Usage
-
First, you should extract the config/serpapi.php file to the config folder.
- First of all we'll add the API key and API Url of the service we're using to our .env file of our project. If you don't have an account yet on serpapi.com, you should create one. Once you have an account you can copy your API key from the dashboard page and put it into you .env file.
Web text search
- You can use it to search on serpapi api:
Testing
Credits
License
The MIT License (MIT). Please see License File for more information.
Contributing
You're very welcome to contribute. Please see CONTRIBUTING for details.
All versions of serpapi-search-api with dependencies
PHP Build Version
Package Version
Requires
illuminate/support Version
^10.0
The package slvler/serpapi-search-api contains the following files
Loading the files please wait ....