tipoff/laravel-serpapi
Laravel wrapper for SerpApi that simplifies running Google and other search engine queries from your app. Provides configuration, service bindings, and a clean API to fetch SERP results for SEO tools, monitoring, and data extraction.
This is where your description should go.
You can install the package via composer:
composer require tipoff/laravel-serpapi
You can publish the config file with:
php artisan vendor:publish --provider="Tipoff\LaravelSerpapi\LaravelSerpapiServiceProvider" --tag="laravel-serpapi-config"
This is the contents of the published config file:
return [
'api_key' => env('SERPAPI_API_KEY'),
'search_engine' => env('SERPAPI_ENGINE', 'google')
];
composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.
How can I help you explore Laravel packages today?