Download the PHP package zoidberg-ufo/laravel-search-console without Composer
On this page you can find all versions of the php package zoidberg-ufo/laravel-search-console. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download zoidberg-ufo/laravel-search-console
More information about zoidberg-ufo/laravel-search-console
Files in zoidberg-ufo/laravel-search-console
Package laravel-search-console
Short Description A Laravel package to retrieve data from Google Search Console
License MIT
Homepage https://github.com/schulzefelix/laravel-search-console
Informations about the package laravel-search-console
Laravel Search Console
Using this package you can easily retrieve data from Google Search Console API.
Here are a few examples of the provided methods:
Install
This package can be installed through Composer.
Optionally, you can publish the config file of this package with this command:
The following config file will be published in config/search-console.php
Usage
Here are two basic example to retrieve all sites and an export for search analytics data.
List Sites
Search Analytics
Provided methos
Retrieve One Site
Retrieve All Sites
Retrieve Search Analytics Data
Check Access Token
Provided fluent configuration
Set Access Token (Required)
Set Quota User
To avoid to the API limits, you can provide a unique string for the authenticated account.
More information: https://developers.google.com/webmaster-tools/search-console-api-original/v3/limits
Get Underlying Service
You can get access to the underlying Google_Service_Webmasters
object:
Change log
Please see CHANGELOG for more information what has changed recently.
Testing
Contributing
Please see CONDUCT for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Felix Schulze
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-search-console with dependencies
google/apiclient Version ^2.0
illuminate/support Version ^9.0|^10.0
symfony/cache Version ^6.0