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 
GitHub
Release 1.4.0 · nostrver-se/nostr-php
What's Changed
@kriptonix relay responses handling by @Sebastix in #60
The library now provides separate relay response classes according to NIP-...
GitHub
Implemented handling of all possible relay responses by kriptonix · Pull Request #59 · nostrver-se/nostr-php
Implemented relay responses. Each response has it's own class (RelayResponseOk, RelayResponseEvent, RelayResponseClosed, RelayResponseEose, Rel...