Skip to content

TIPOFF/laravel-serpapi

Folders and files

NameName
Last commit message
Last commit date
Feb 23, 2021
Feb 24, 2021
Mar 12, 2021
Mar 24, 2021
Feb 23, 2021
Feb 23, 2021
Feb 23, 2021
Feb 23, 2021
Apr 9, 2021
Feb 23, 2021
Mar 12, 2021
Apr 25, 2021
Feb 23, 2021
Feb 23, 2021

Repository files navigation

Laravel Package for tracking Google laravel-serpapi

Latest Version on Packagist Tests Total Downloads

This is where your description should go.

Installation

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')
];

Testing

composer test

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

Resources

License

Security policy

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Languages