{"id":15026498,"url":"https://github.com/dllpl/google-fast-indexing","last_synced_at":"2025-04-09T20:21:06.323Z","repository":{"id":215807620,"uuid":"739803490","full_name":"dllpl/google-fast-indexing","owner":"dllpl","description":"PHP library for fast indexing of website pages in Google search with support for mass indexing. A PHP library designed for quick indexing website pages in Google search. ","archived":false,"fork":false,"pushed_at":"2024-06-17T18:35:13.000Z","size":46,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-23T22:12:49.971Z","etag":null,"topics":["google","google-indexing","google-indexing-api","google-seo","googleapis","indexing","php","php-google","php-library","php74","php8","seo"],"latest_commit_sha":null,"homepage":"https://webseed.ru/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dllpl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-06T15:41:44.000Z","updated_at":"2024-07-15T06:46:06.000Z","dependencies_parsed_at":"2024-06-17T20:36:30.493Z","dependency_job_id":"140992b4-9520-456b-bbae-25793ad44e10","html_url":"https://github.com/dllpl/google-fast-indexing","commit_stats":null,"previous_names":["dllpl/google-fast-indexing"],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dllpl%2Fgoogle-fast-indexing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dllpl%2Fgoogle-fast-indexing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dllpl%2Fgoogle-fast-indexing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dllpl%2Fgoogle-fast-indexing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dllpl","download_url":"https://codeload.github.com/dllpl/google-fast-indexing/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248104167,"owners_count":21048293,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["google","google-indexing","google-indexing-api","google-seo","googleapis","indexing","php","php-google","php-library","php74","php8","seo"],"created_at":"2024-09-24T20:04:35.117Z","updated_at":"2025-04-09T20:21:06.295Z","avatar_url":"https://github.com/dllpl.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Google Fast Indexing PHP library\n\n*(en) Library for quick indexing of a site (site pages) in Google search results.\nBased on the library [google/apiclient](https://github.com/googleapis/google-api-php-client)*.\n*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)*\n\n*(ru) Библиотека для быстрой индексации сайта (страниц сайта) в поисковой выдаче Google. \nСоздано на основе библиотеки [google/apiclient](https://github.com/googleapis/google-api-php-client)*.\n*Подробное руководство от получения API-ключа Google до отправки url-адресов на индексацию доступно по [ссылке](https://support.google.com/googleapi/answer/6158862?hl=en)*\n\n## Requirements (Требования)\n*  php: ^7.4 || ^8.0\n## Installation (Установка)\n```shell\ncomposer require dllpl/google-fast-indexing\n```\n## Usage example (Вызов)\n```php\nuse Dllpl\\Google\\FastIndexing;\n\n// (en) path to the .json file of the private key received in the Google account\n// (ru) путь до .json файла приватного ключа, полученного в ЛК Google\n$fastIndexing = new FastIndexing('service_account.json'); \n\n// (en) path to the .txt file containing URLs to be sent for indexing\n// (ru) путь до .txt файла, содержащего url-адреса для отправки на индексацию\n$result = $fastIndexing-\u003esend('urls.txt'); \n\nvar_dump($result);\n```\n## Example file urls.txt (Пример файла)\n***Each URL is on a new line. It's important.***\n```text\nhttps://mydomain.com\nhttps://mydomain.com/all\nhttps://mydomain.com/pages\n...\n```\n## P.S.\n*Recently, Google has been very poorly and very slowly indexing website pages on its own,\nBased on this, there was a desire to implement this package for our own needs and for the needs of the entire GitHub community.\nThank you for your stars! I invite you to take part in the development of this package.*\n\n*(ru) В последнее время Google очень плохо и совсем неспешно самостоятельно индексирует страницы сайта, \nисходя из этого возникло желание реализовать данный пакет для собственных нужд и для нужд всего GitHub-комьюнити. \nСпасибо за ваши звезды! Приглашаю принять участие в развитие данного пакета.*\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdllpl%2Fgoogle-fast-indexing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdllpl%2Fgoogle-fast-indexing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdllpl%2Fgoogle-fast-indexing/lists"}