PHPackages                             nostriphant/nip-44 - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. nostriphant/nip-44

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

nostriphant/nip-44
==================

Nostr NIP-44 implementation in PHP

3.0.0(1mo ago)01.9k2MITPHPPHP ^8.4CI passing

Since Nov 19Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/nostriphant/nip-44)[ Packagist](https://packagist.org/packages/nostriphant/nip-44)[ RSS](/packages/nostriphant-nip-44/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (12)Versions (15)Used By (2)

nip44
=====

[](#nip44)

Nostr NIP-44 implementation in PHP

Usage
=====

[](#usage)

```
use nostriphant\NIP01\Key;
use nostriphant\NIP44\Encrypt;
use nostriphant\NIP44\Decrypt;

$recipient_key = Key::fromHex('4b22aa260e4acb7021e32f38a6cdf4b673c6a277755bfce287e370c924dc936d');
$recipient_pubkey = $recipient_key(Key::public());

$sender_key = Key::fromHex('5c0c523f52a5b6fad39ed2403092df8cebc36318b39383bca6c00808626fab3a');
$sender_pubkey = $sender_key(Key::public());

$payload = Encrypt::make($sender_key, $recipient_pubkey)('Hello World!');

assert('Hello World!' === Decrypt::make($recipient_key, $sender_pubkey)($payload));

```

###  Health Score

48

—

FairBetter than 94% of packages

Maintenance89

Actively maintained with recent releases

Popularity16

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity64

Established project with proven stability

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

Recently: every ~11 days

Total

14

Last Release

53d ago

Major Versions

1.4 → 2.02025-10-15

2.3.0 → 3.0.02026-06-17

PHP version history (2 changes)1.0PHP ^8.3

3.0.0PHP ^8.4

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/448159?v=4)[Rik Meijer](/maintainers/rikmeijer)[@rikmeijer](https://github.com/rikmeijer)

---

Top Contributors

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

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/nostriphant-nip-44/health.svg)

```
[![Health](https://phpackages.com/badges/nostriphant-nip-44/health.svg)](https://phpackages.com/packages/nostriphant-nip-44)
```

###  Alternatives

[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

762297.9k51](/packages/civicrm-civicrm-core)[azuracast/azuracast

The AzuraCast self-hosted web radio station management suite.

4.0k27.9k](/packages/azuracast-azuracast)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.8M662](/packages/shopware-core)[phpseclib/phpseclib2_compat

phpseclib 2.0 polyfill built with phpseclib 3.0

122.2M18](/packages/phpseclib-phpseclib2-compat)[shopware/app-php-sdk

Shopware App SDK for PHP

15120.5k3](/packages/shopware-app-php-sdk)[n1ebieski/ksef-php-client

PHP API client that allows you to interact with the API Krajowego Systemu e-Faktur

9082.3k](/packages/n1ebieski-ksef-php-client)

PHPackages © 2026

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