PHPackages                             productdevbook/nitroping - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. productdevbook/nitroping

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

productdevbook/nitroping
========================

Zero-dependency PHP SDK for nitroping push notifications. Send pushes, register devices, verify webhooks.

v0.2.13(1mo ago)110MITKotlinPHP &gt;=8.2CI failing

Since May 23Pushed 1mo agoCompare

[ Source](https://github.com/productdevbook/nitroping-sdk)[ Packagist](https://packagist.org/packages/productdevbook/nitroping)[ Docs](https://nitroping.dev)[ RSS](/packages/productdevbook-nitroping/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (3)Dependencies (6)Versions (19)Used By (0)

nitroping SDKs
==============

[](#nitroping-sdks)

Official client libraries for **[nitroping.dev](https://nitroping.dev)** — push notifications for iOS, Android, and the web.

LanguageStatusFolderPackageDocsTypeScript / JavaScriptReleased[`js/`](./js/)[`nitroping`](https://npmjs.com/package/nitroping) on npm[README](./js/README.md)SwiftReleased[`swift/`](./swift/)Swift Package Manager[README](./swift/README.md)PythonIn progress[`python/`](./python/)`nitroping` on PyPI[README](./python/README.md)GoIn progress[`go/`](./go/)`github.com/productdevbook/nitroping-sdk/go`[README](./go/README.md)KotlinIn progress[`kotlin/`](./kotlin/)Maven Central[README](./kotlin/README.md)PHPIn progress[`php/`](./php/)Packagist[README](./php/README.md)Wire-format reference
---------------------

[](#wire-format-reference)

All SDKs share the same HTTP API + signature format. The canonical reference lives in the server repo:

- API:
- Webhook signature: `X-Nitroping-Signature: t=, v1=` over `.`
- Idempotency: `Idempotency-Key` header on `POST /api/v1/notifications`

Why monorepo
------------

[](#why-monorepo)

Every SDK speaks the same wire format. Keeping them in one repo lets us update the protocol surface in one PR + one commit instead of N coordinated PRs across N repos. Each SDK still ships independently to its own package registry (npm, PyPI, Swift Package Index, Maven Central, etc.) with per-language tags (`js/v0.1.0`, `swift/v0.1.0`, `go/v0.1.0`, …).

Release process
---------------

[](#release-process)

All SDKs ship in lockstep — same version across `js`, `swift`, `python`, `go`, `kotlin`, `php`.

```
./bump.sh 0.2.0
git push origin main --follow-tags
```

The push fires `.github/workflows/release.yml`:

JobStatusTrigger when to enablenpmactive`NPM_TOKEN` already configuredPyPIdisabled (`if: false`)add `PYPI_TOKEN` secretMavendisabled (`if: false`)add 5 Sonatype OSSRH secretsPackagistn/a (webhook auto-index)one-time submit at packagist.orgGon/a (`pkg.go.dev` fetches on demand)one-time `go get` to warm cacheSwiftn/a (Swift Package Index re-indexes nightly)one-time submit at swiftpackageindex.comThe `bump.sh` script also tags `go/v` (Go modules subdir convention) so `go get github.com/productdevbook/nitroping-sdk/go@v` resolves.

### Packagist (PHP)

[](#packagist-php)

Submit `https://github.com/productdevbook/nitroping-sdk` directly at . Packagist reads the root `composer.json`; `.gitattributes` strips the other-language directories from the dist archive, so PHP users only download the PHP package.

Versioning policy
-----------------

[](#versioning-policy)

Lockstep — one source-of-truth `VERSION` file at the repo root drives every SDK manifest. Even when only one SDK has functional changes, all SDKs get the same bump. Trade-off accepted: keeps the cross-language story simple ("are you on 0.2? then features X, Y, Z are available everywhere") at the cost of occasional no-op republishes.

License
-------

[](#license)

MIT — see [LICENSE](./LICENSE).

###  Health Score

39

—

LowBetter than 84% of packages

Maintenance90

Actively maintained with recent releases

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity45

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 ~2 days

Total

13

Last Release

39d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2e41662543c838064b544ee6ef7606ecf9a14828e958ea9fb1efd64ade9e8b1f?d=identicon)[productdevbook](/maintainers/productdevbook)

---

Top Contributors

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

---

Tags

sdkpushnotificationsFCMapnsWeb Pushnitroping

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/productdevbook-nitroping/health.svg)

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

###  Alternatives

[bentools/webpush-bundle

Send push notifications through Web Push Protocol to your Symfony users.

72290.6k](/packages/bentools-webpush-bundle)[mcfedr/awspushbundle

A set of services to simplify using Aws to send push notifications

40384.6k1](/packages/mcfedr-awspushbundle)

PHPackages © 2026

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