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

2.3.0(3w ago)01.7k2MITPHPPHP ^8.3CI passing

Since Nov 19Pushed 1w 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 3w ago

READMEChangelogDependencies (9)Versions (14)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

50

—

FairBetter than 95% of packages

Maintenance97

Actively maintained with recent releases

Popularity19

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity61

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

Recently: every ~56 days

Total

13

Last Release

27d ago

Major Versions

1.4 → 2.02025-10-15

### 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.

749284.3k35](/packages/civicrm-civicrm-core)[phpseclib/mcrypt_compat

PHP 5.x-8.x polyfill for mcrypt extension

28130.9M42](/packages/phpseclib-mcrypt-compat)[akeneo/pim-community-dev

Akeneo PIM, the future of catalog management is open!

1.0k620.8k86](/packages/akeneo-pim-community-dev)[phpseclib/phpseclib2_compat

phpseclib 2.0 polyfill built with phpseclib 3.0

132.0M16](/packages/phpseclib-phpseclib2-compat)[stackkit/laravel-google-cloud-scheduler

33260.2k](/packages/stackkit-laravel-google-cloud-scheduler)[shopware/app-php-sdk

Shopware App SDK for PHP

1594.9k3](/packages/shopware-app-php-sdk)

PHPackages © 2026

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