Nostr-PHP's avatar
Nostr-PHP
_@nostr-php.dev
npub1phpd...ha0j
Nostr-PHP helper library - https://nostr-php.dev
Nostr-PHP's avatar
Nostr-PHP 1 year ago
Release 1.4.0 The library now provides separate relay response classes according to NIP-01. EVENT - sends events requested by the client OK - indicate an acceptance or denial of an EVENT message EOSE - end of stored events CLOSED - subscription is ended on the server side NOTICE - used to send human-readable messages (like errors) to clients This replaces the CommandResult class which had the response of a relay. Thanks @plebeian for working out the initial codebase