PHPackages                             dllpl/google-fast-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. dllpl/google-fast-indexing

ActiveLibrary[API Development](/categories/api)

dllpl/google-fast-indexing
==========================

Пакет PHP предназначенный для быстрой индексации страниц вашего сайта в поиске Google.

1.0.1(2y ago)4282MITPHPPHP ^7.4|| ^8.0

Since Jan 11Pushed 1y ago1 watchersCompare

[ Source](https://github.com/dllpl/google-fast-indexing)[ Packagist](https://packagist.org/packages/dllpl/google-fast-indexing)[ RSS](/packages/dllpl-google-fast-indexing/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

Google Fast Indexing PHP library
================================

[](#google-fast-indexing-php-library)

*(en) Library for quick indexing of a site (site pages) in Google search results. Based on the library [google/apiclient](https://github.com/googleapis/google-api-php-client)*. *A detailed guide from obtaining a Google API key to submitting URLs for indexing is available at [link](https://support.google.com/googleapi/answer/6158862?hl=en)*

*(ru) Библиотека для быстрой индексации сайта (страниц сайта) в поисковой выдаче Google. Создано на основе библиотеки [google/apiclient](https://github.com/googleapis/google-api-php-client)*. *Подробное руководство от получения API-ключа Google до отправки url-адресов на индексацию доступно по [ссылке](https://support.google.com/googleapi/answer/6158862?hl=en)*

Requirements (Требования)
-------------------------

[](#requirements-требования)

- php: ^7.4 || ^8.0

Installation (Установка)
------------------------

[](#installation-установка)

```
composer require dllpl/google-fast-indexing
```

Usage example (Вызов)
---------------------

[](#usage-example-вызов)

```
use Dllpl\Google\FastIndexing;

// (en) path to the .json file of the private key received in the Google account
// (ru) путь до .json файла приватного ключа, полученного в ЛК Google
$fastIndexing = new FastIndexing('service_account.json');

// (en) path to the .txt file containing URLs to be sent for indexing
// (ru) путь до .txt файла, содержащего url-адреса для отправки на индексацию
$result = $fastIndexing->send('urls.txt');

var_dump($result);
```

Example file urls.txt (Пример файла)
------------------------------------

[](#example-file-urlstxt-пример-файла)

***Each URL is on a new line. It's important.***

```
https://mydomain.com
https://mydomain.com/all
https://mydomain.com/pages
...

```

P.S.
----

[](#ps)

*Recently, Google has been very poorly and very slowly indexing website pages on its own, Based on this, there was a desire to implement this package for our own needs and for the needs of the entire GitHub community. Thank you for your stars! I invite you to take part in the development of this package.*

*(ru) В последнее время Google очень плохо и совсем неспешно самостоятельно индексирует страницы сайта, исходя из этого возникло желание реализовать данный пакет для собственных нужд и для нужд всего GitHub-комьюнити. Спасибо за ваши звезды! Приглашаю принять участие в развитие данного пакета.*

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance27

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~0 days

Total

2

Last Release

852d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7d9fdc0b16247aabf9ca96df8ce4774bc97c3fecd154309a65566b5b36264cc0?d=identicon)[dllpl](/maintainers/dllpl)

---

Top Contributors

[![dllpl](https://avatars.githubusercontent.com/u/58739981?v=4)](https://github.com/dllpl "dllpl (23 commits)")

---

Tags

googlegoogle-indexinggoogle-indexing-apigoogle-seogoogleapisindexingphpphp-googlephp-libraryphp74php8seo

### Embed Badge

![Health badge](/badges/dllpl-google-fast-indexing/health.svg)

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

###  Alternatives

[revolution/laravel-google-sheets

Google Sheets API v4

4483.1M6](/packages/revolution-laravel-google-sheets)[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)[spotonlive/php-google-my-business

Google MyBusiness

31677.1k](/packages/spotonlive-php-google-my-business)[happyr/google-api-bundle

A Symfony2 Wrapper for the Google APIs Client Library for PHP

48196.1k](/packages/happyr-google-api-bundle)[mediafigaro/google-analytics-api-symfony

Google Analytics API v4 Symfony

46177.7k](/packages/mediafigaro-google-analytics-api-symfony)

PHPackages © 2026

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