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 today

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

1199d 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

[telnyx/telnyx-php

Official Telnyx PHP SDK — APIs for Voice, SMS, MMS, WhatsApp, Fax, SIP Trunking, Wireless IoT, Call Control, and more. Build global communications on Telnyx's private carrier-grade network.

35789.4k2](/packages/telnyx-telnyx-php)[openai-php/client

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

5.8k28.0M312](/packages/openai-php-client)[sylius/sylius

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

8.5k5.9M733](/packages/sylius-sylius)[deeplcom/deepl-php

Official DeepL API Client Library

2607.3M111](/packages/deeplcom-deepl-php)[flow-php/flow

PHP ETL - Extract Transform Load - Data processing framework

85036.3k](/packages/flow-php-flow)[gotenberg/gotenberg-php

A PHP client for interacting with Gotenberg, a developer-friendly API for converting numerous document formats into PDF files, and more!

3856.2M31](/packages/gotenberg-gotenberg-php)

PHPackages © 2026

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