PHPackages                             risingsun/laravel-google-indexing - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. risingsun/laravel-google-indexing

ActiveLibrary[API Development](/categories/api)

risingsun/laravel-google-indexing
=================================

Index Laravel website in Google via Indexing API

v1.0.2(4y ago)0136MITPHPPHP ^7.1

Since Mar 20Pushed 4y agoCompare

[ Source](https://github.com/gaoxu529/laravel-google-indexing)[ Packagist](https://packagist.org/packages/risingsun/laravel-google-indexing)[ Docs](https://github.com/gaoxu529/laravel-google-indexing)[ RSS](/packages/risingsun-laravel-google-indexing/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (2)Versions (9)Used By (0)

Index pages in Google
=====================

[](#index-pages-in-google)

**WORK IN PROGRESS, some functionalities may be changed in the future.**

Request a page to be indexed by Google using the [Indexing API](https://developers.google.com/search/apis/indexing-api/v3/quickstart).

Please, take a note at the allowed pages that can be index using this API at .

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require risingsun/laravel-google-indexing
```

Next you have to follow the setup instructions from Google, this can be found here [Google Indexing API documentation](https://developers.google.com/search/apis/indexing-api/v3/prereqs).

You need to make a file in your storage direct, but you can override this setting in config with the key `laravel-google-indexing.google.auth_config`.

> Soon we'll publish a blog post on how to setup this package.

Usage
-----

[](#usage)

> NOTE: this package works only for verified sites in your Google Search Console account

Inform Google about a new or updated URL:

```
LaravelGoogleIndexing::create()->update('https://www.my-domain.com')
```

Delete an URL from the index:

```
LaravelGoogleIndexing::create()->delete('https://www.my-domain.com')
```

Get the status of an URL:

```
LaravelGoogleIndexing::create()->status('https://www.my-domain.com')
```

\##Or use the Facade Inform Google about a new or updated URL:

```
LaravelGoogleIndexing::update('https://www.my-domain.com')
```

Delete an URL from the index:

```
LaravelGoogleIndexing::delete('https://www.my-domain.com')
```

Get the status of an URL:

```
LaravelGoogleIndexing::status('https://www.my-domain.com')
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Robin Dirksen](https://github.com/gaoxu529) ([personal site](https://www.bjestrata.com))
- [risingsun](https://www.bjestrata.com)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 88.5% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~77 days

Recently: every ~124 days

Total

8

Last Release

1702d ago

Major Versions

v0.2 → v1.0.02020-07-20

PHP version history (2 changes)v0.1.0PHP ^7.2

v1.0.1PHP ^7.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/895e32e98a8718736e2a50aae2590f6d697a94d77f8e2b8866844e4867915959?d=identicon)[gaoxu529](/maintainers/gaoxu529)

---

Top Contributors

[![robindirksen1](https://avatars.githubusercontent.com/u/22446895?v=4)](https://github.com/robindirksen1 "robindirksen1 (23 commits)")[![gaoxu529](https://avatars.githubusercontent.com/u/5687897?v=4)](https://github.com/gaoxu529 "gaoxu529 (3 commits)")

---

Tags

laravellaravel-google-indexingrisingsun

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/risingsun-laravel-google-indexing/health.svg)

```
[![Health](https://phpackages.com/badges/risingsun-laravel-google-indexing/health.svg)](https://phpackages.com/packages/risingsun-laravel-google-indexing)
```

###  Alternatives

[pulkitjalan/google-apiclient

Google api php client wrapper with Cloud Platform and Laravel support

2582.9M5](/packages/pulkitjalan-google-apiclient)[dacastro4/laravel-gmail

Gmail API package for Laravel

312382.9k1](/packages/dacastro4-laravel-gmail)[badaso/core

The API &amp; platform builder, build your apps 10x faster even more, it's open source &amp; 100% free !

1.3k16.2k10](/packages/badaso-core)[famdirksen/laravel-google-indexing

Index Laravel website in Google via Indexing API

4175.9k](/packages/famdirksen-laravel-google-indexing)[thujohn/analytics

Google Analytics for Laravel 4

113108.7k1](/packages/thujohn-analytics)[schulzefelix/laravel-search-console

A Laravel package to retrieve data from Google Search Console

5037.8k1](/packages/schulzefelix-laravel-search-console)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
