Nostr-PHP release 1.5.1: https://github.com/nostrver-se/nostr-php/releases/tag/1.5.1
New / updated features:
* Added NIP-42 support for client to relay authentication
* Generic tags methods on a filter object for request messages to relays
Also a new guide page 'Using filters and tags on requesting events' is added: https://nostr-php.dev/guides/filters-and-tags-on-request-events
This page explains which filter attributes you can use when you request events from relays. Also a list with examples is being worked out with full code snippets.
Make sure you check the other provided examples too in the library: https://github.com/nostrver-se/nostr-php/tree/main/src/Examples
#PHP #nostrDev