PHPackages                             hakone/indexnow - 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. hakone/indexnow

ActiveLibrary[API Development](/categories/api)

hakone/indexnow
===============

An IndexNow client implementation based on PSR-17

0.0.2(3y ago)0251Apache-2.0PHPPHP &gt;=7.3

Since Mar 21Pushed 3y ago2 watchersCompare

[ Source](https://github.com/hakonephp/indexnow)[ Packagist](https://packagist.org/packages/hakone/indexnow)[ RSS](/packages/hakone-indexnow/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (7)Versions (3)Used By (0)

IndexNow Client for PHP 🏃‍♀️
============================

[](#indexnow-client-for-php-‍️)

**hakone/indexnow** is an [IndexNow](https://www.indexnow.org/) client implementation based on [PSR-17](https://www.php-fig.org/psr/psr-17/) and [HTTPlug Discovery](https://github.com/php-http/discovery).

How to use
----------

[](#how-to-use)

```
use Hakone\IndexNow\IndexNow;
use Http\Discovery\Psr18ClientDiscovery;

$client = new IndexNow(Psr18ClientDiscovery::find());

$key = '...';

// Submitting One URL
$client->submitUrl('www.example.com', $key, 'http://www.example.com/product.html');

// Submitting set of URLs
$client->submitList('www.example.com', $key, [
    'https://www.example.com/url1',
    'https://www.example.com/folder/url2',
    'https://www.example.com/url3',
]);
```

Copyright
---------

[](#copyright)

```
Copyright 2023 USAMI Kenta

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity31

Early-stage or recently created project

 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

1154d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e1cc4bc1729b858086681a12494fda6cced8f26db3d0928ae4d81c68ddf8dc06?d=identicon)[zonuexe](/maintainers/zonuexe)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StyleECS

Type Coverage Yes

### Embed Badge

![Health badge](/badges/hakone-indexnow/health.svg)

```
[![Health](https://phpackages.com/badges/hakone-indexnow/health.svg)](https://phpackages.com/packages/hakone-indexnow)
```

###  Alternatives

[openai-php/client

OpenAI PHP is a supercharged PHP API client that allows you to interact with the Open AI API

5.8k22.6M232](/packages/openai-php-client)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[theodo-group/llphant

LLPhant is a library to help you build Generative AI applications.

1.5k311.5k5](/packages/theodo-group-llphant)[deeplcom/deepl-php

Official DeepL API Client Library

2616.2M66](/packages/deeplcom-deepl-php)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[getbrevo/brevo-php

Official Brevo provided RESTFul API V3 php library

963.1M35](/packages/getbrevo-brevo-php)

PHPackages © 2026

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