MACscr / laravel-serpapi

Laravel Package for wrapper of SerpApi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel Package for tracking Google laravel-serpapi

Broken at the moment. Fork attempt to remove nova and other uneeded dependencies. I have no idea what I am doing, so bear with me.

Installation

You can install the package via composer:

composer require macscr/laravel-serpapi

You can publish the config file with:

php artisan vendor:publish --provider="Macscr\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')
];

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

Laravel Package for wrapper of SerpApi

License:MIT License


Languages

Language:PHP 100.0%