decent-newsroom / nostr-kernel-bundle
Reusable Symfony bundle for low-level Nostr event and identity concerns
Package info
github.com/decent-newsroom/nostr-kernel-bundle
Type:symfony-bundle
pkg:composer/decent-newsroom/nostr-kernel-bundle
Requires
- php: ^8.3
- innis/nostr-core: ^0.3.17
- symfony/framework-bundle: ^7.4
Requires (Dev)
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2026-08-20 18:02:27 UTC
README
Reusable Symfony integration for low-level Nostr event, identity, coordinate, validation, signature, and NIP-19 concerns.
The bundle does not provide relay transport, persistence, application authentication, projections, or UI. Those concerns remain owned by the host application.
Register DecentNewsroom\NostrKernelBundle\NostrKernelBundle in the host
application's config/bundles.php and configure the nostr_kernel section as
needed.