Skip to content

Releases: nostrver-se/nostr-php

1.3.2

02 Jul 20:39
Compare
Choose a tag to compare

Full Changelog: 1.3.1...1.3.2

1.3.1

25 Jun 18:18
Compare
Choose a tag to compare

Update phrity/websocket package to ^3.0 to support PSR-3 logger
See sirn-se/websocket-php@2.2.3...3.0.0

Full Changelog: 1.3.0...1.3.1

1.3.0

20 Jun 15:15
859ff95
Compare
Choose a tag to compare
  • Request events from relay with a RequestMessage class
  • Added Subscription class to be sent with your request to the relay
  • Added Filter class to be sent with your request to the relay
  • Added MessageTypeEnum class with the types of messages which can be sent from clients to relays (see NIP-01)
  • Added RelaySet class which can be used to read and publish event to multiple relays
  • Updated the README.md with examples how to read events from relays

What's Changed

New Contributors

Full Changelog: 1.2.4...1.3.0

1.2.4

21 May 11:09
Compare
Choose a tag to compare

What's Changed

  • add composer php version support >= 8.1 to 8.3.x
  • fix: allow php 8.3.1 etc. as well by @svemir in #52
  • add MIT license

New Contributors

Full Changelog: 1.2.3...1.2.4

1.2.3

21 Mar 09:43
Compare
Choose a tag to compare
Fixed verify event with a fork of phpecc lib by 1ma