diff --git a/.gitignore b/.gitignore
index 1cc7b0d..fc0854c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,9 +7,6 @@ test*.php
vendor/
/.phpdoc/cache/
-
-/website/content/.vitepress/dist/
-/website/content/.vitepress/cache/
-/website/node_modules/
+/phpdoc.nostr-php.dev
/private
/test*.*
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/classes/ConvertTest.html b/phpdoc.nostr-php.dev/classes/ConvertTest.html
deleted file mode 100644
index e4f6c95..0000000
--- a/phpdoc.nostr-php.dev/classes/ConvertTest.html
+++ /dev/null
@@ -1,381 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- ConvertTest
-
-
- extends TestCase
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Methods
-
-
-
-
-
- testKeyConversion()
-
- : mixed
-
-Tests key conversion.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- testKeyConversion()
-
-
-
-
-
- Tests key conversion.
-
-
- public
- testKeyConversion ( ) : mixed
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/classes/GenerateTest.html b/phpdoc.nostr-php.dev/classes/GenerateTest.html
deleted file mode 100644
index f2b47db..0000000
--- a/phpdoc.nostr-php.dev/classes/GenerateTest.html
+++ /dev/null
@@ -1,381 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- GenerateTest
-
-
- extends TestCase
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Methods
-
-
-
-
-
- testGetPublicKey()
-
- : mixed
-
-Tests getting public key from private key.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- testGetPublicKey()
-
-
-
-
-
- Tests getting public key from private key.
-
-
- public
- testGetPublicKey ( ) : mixed
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/classes/RelayResponseTest.html b/phpdoc.nostr-php.dev/classes/RelayResponseTest.html
deleted file mode 100644
index 01ef725..0000000
--- a/phpdoc.nostr-php.dev/classes/RelayResponseTest.html
+++ /dev/null
@@ -1,379 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- RelayResponseTest
-
-
- extends TestCase
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Methods
-
-
-
-
-
- testSendRequestToRelayAndResultAuth()
-
- : mixed
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- testSendRequestToRelayAndResultAuth()
-
-
-
-
-
-
-
- public
- testSendRequestToRelayAndResultAuth ( ) : mixed
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/classes/RelaySetTest.html b/phpdoc.nostr-php.dev/classes/RelaySetTest.html
deleted file mode 100644
index 2eccfa0..0000000
--- a/phpdoc.nostr-php.dev/classes/RelaySetTest.html
+++ /dev/null
@@ -1,381 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- RelaySetTest
-
-
- extends TestCase
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Methods
-
-
-
-
-
- testSendNoteToRelaySet()
-
- : mixed
-
-Tests sending a note to a set of relays.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- testSendNoteToRelaySet()
-
-
-
-
-
- Tests sending a note to a set of relays.
-
-
- public
- testSendNoteToRelaySet ( ) : mixed
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/classes/RelayTest.html b/phpdoc.nostr-php.dev/classes/RelayTest.html
deleted file mode 100644
index a2b9450..0000000
--- a/phpdoc.nostr-php.dev/classes/RelayTest.html
+++ /dev/null
@@ -1,381 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- RelayTest
-
-
- extends TestCase
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Methods
-
-
-
-
-
- testSendNoteToRelay()
-
- : mixed
-
-Tests sending a note to a relay.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- testSendNoteToRelay()
-
-
-
-
-
- Tests sending a note to a relay.
-
-
- public
- testSendNoteToRelay ( ) : mixed
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/classes/RequestTest.html b/phpdoc.nostr-php.dev/classes/RequestTest.html
deleted file mode 100644
index aa50ba0..0000000
--- a/phpdoc.nostr-php.dev/classes/RequestTest.html
+++ /dev/null
@@ -1,381 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- RequestTest
-
-
- extends TestCase
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Methods
-
-
-
-
-
- testSendRequestToRelay()
-
- : mixed
-
-Tests sending a request to a relay.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- testSendRequestToRelay()
-
-
-
-
-
- Tests sending a request to a relay.
-
-
- public
- testSendRequestToRelay ( ) : mixed
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/classes/SerializeTest.html b/phpdoc.nostr-php.dev/classes/SerializeTest.html
deleted file mode 100644
index a8dad21..0000000
--- a/phpdoc.nostr-php.dev/classes/SerializeTest.html
+++ /dev/null
@@ -1,383 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- SerializeTest
-
-
- extends TestCase
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Methods
-
-
-
-
-
- testSerializeEvent()
-
- : mixed
-
-Tests serializing event.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- testSerializeEvent()
-
-
-
-
-
- Tests serializing event.
-
-
- public
- testSerializeEvent ( ) : mixed
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/classes/VerifyTest.html b/phpdoc.nostr-php.dev/classes/VerifyTest.html
deleted file mode 100644
index 5d52590..0000000
--- a/phpdoc.nostr-php.dev/classes/VerifyTest.html
+++ /dev/null
@@ -1,485 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- VerifyTest
-
-
- extends TestCase
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Methods
-
-
-
-
-
- invalidEventsProvider()
-
- : array<string|int, mixed>
-
-
-
- testInvalidEventsValidation()
-
- : mixed
-
-
-
- testValidEventValidation()
-
- : mixed
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- invalidEventsProvider()
-
-
-
-
-
-
-
- public
- static invalidEventsProvider ( ) : array<string|int, mixed>
-
-
-
-
-
-
-
-
- Return values
- array<string|int, mixed>
-
-
-
-
-
- testInvalidEventsValidation()
-
-
-
-
-
-
-
- public
- testInvalidEventsValidation ( string $json ) : mixed
-
-
-
-
- Parameters
-
-
- $json
- : string
-
-
-
-
-
-
-
-
-
-
- dataProvider
-
-
-
-
-
-
-
-
-
-
-
-
- testValidEventValidation()
-
-
-
-
-
-
-
- public
- testValidEventValidation ( ) : mixed
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/classes/swentel-nostr-Application-Client.html b/phpdoc.nostr-php.dev/classes/swentel-nostr-Application-Client.html
deleted file mode 100644
index e22799b..0000000
--- a/phpdoc.nostr-php.dev/classes/swentel-nostr-Application-Client.html
+++ /dev/null
@@ -1,439 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Client
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Methods
-
-
-
-
-
- run()
-
- : void
-
-Run the Nostr Client.
-
-
- showHelp()
-
- : void
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- run()
-
-
-
-
-
- Run the Nostr Client.
-
-
- public
- run ( mixed $args ) : void
-
-
-
-
- Parameters
-
-
- $args
- : mixed
-
-
-
-
-
-
-
-
-
-
-
-
- showHelp()
-
-
-
-
-
-
-
- protected
- showHelp ( mixed $message ) : void
-
-
-
-
- Parameters
-
-
- $message
- : mixed
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/classes/swentel-nostr-CommandResultInterface.html b/phpdoc.nostr-php.dev/classes/swentel-nostr-CommandResultInterface.html
deleted file mode 100644
index 3cafe89..0000000
--- a/phpdoc.nostr-php.dev/classes/swentel-nostr-CommandResultInterface.html
+++ /dev/null
@@ -1,461 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- CommandResultInterface
-
-
-
-
-
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Methods
-
-
-
-
-
- getEventId()
-
- : string
-
-Returns the event id.
-
-
- isSuccess()
-
- : bool
-
-Returns whether the request was successful.
-
-
- message()
-
- : string
-
-Returns the message, if any.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- getEventId()
-
-
-
-
-
- Returns the event id.
-
-
- public
- getEventId ( ) : string
-
-
-
-
-
-
-
-
- Return values
- string
-
-
-
-
-
- isSuccess()
-
-
-
-
-
- Returns whether the request was successful.
-
-
- public
- isSuccess ( ) : bool
-
-
-
-
-
-
-
-
-
-
-
-
- message()
-
-
-
-
-
- Returns the message, if any.
-
-
- public
- message ( ) : string
-
-
-
-
-
-
-
-
- Return values
- string
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/classes/swentel-nostr-Event-Event.html b/phpdoc.nostr-php.dev/classes/swentel-nostr-Event-Event.html
deleted file mode 100644
index fa57a5e..0000000
--- a/phpdoc.nostr-php.dev/classes/swentel-nostr-Event-Event.html
+++ /dev/null
@@ -1,1611 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Event
-
-
-
-
-
- implements
- EventInterface
-
-
-
-
-
-
-
-
-
-
- Generic Nostr event class.
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
- Interfaces
-
-
-
-
- EventInterface Nostr Event interface.
-
-
-
-
-
-
-
- Properties
-
-
-
-
-
- $content
-
- : string
-
-The event content.
-
-
- $created_at
-
- : int
-
-The created at unix timestamp in seconds.
-
-
- $id
-
- : string
-
-The event id.
-
-
- $kind
-
- : int
-
-The event kind which is an integer between 0 and 65535.
-
-
- $pubkey
-
- : string
-
-32-bytes lowercase hex-encoded public key of the event creator.
-
-
- $sig
-
- : string
-
-The event signature.
-
-
- $tags
-
- : array<string|int, mixed>
-
-Tags of the event.
-
-
-
-
- Methods
-
-
-
-
-
- __construct()
-
- : mixed
-
-Base constructor for events.
-
-
- addTag()
-
- : $this
-
-Add a single tag to the event.
-
-
- getContent()
-
- : string
-
-Get the event content.
-
-
- getCreatedAt()
-
- : int
-
-Get the event created time.
-
-
- getId()
-
- : string
-
-Get the event id.
-
-
- getKind()
-
- : int
-
-Returns the kind.
-
-
- getPublicKey()
-
- : string
-
-Get the public key.
-
-
- getSignature()
-
- : string
-
-Get the signature.
-
-
- getTags()
-
- : array<string|int, mixed>
-
-Get the event tags.
-
-
- setContent()
-
- : $this
-
-Set the event content.
-
-
- setCreatedAt()
-
- : $this
-
-Set the event created time.
-
-
- setId()
-
- : $this
-
-Set the event id.
-
-
- setKind()
-
- : $this
-
-Set the event kind.
-
-
- setPublicKey()
-
- : $this
-
-Set the public key.
-
-
- setSignature()
-
- : $this
-
-Set the signature.
-
-
- setTags()
-
- : $this
-
-Set the event tags with values.
-
-
- toArray()
-
- : array<string|int, mixed>
-
-Convert the object to an array.
-
-
- toJson()
-
- : string
-
-Convert the event object to a JSON string.
-
-
- verify()
-
- : bool
-
-Returns true if event object encodes to a valid Nostr event JSON string.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- $content
-
-
-
-
-
-
-
- The event content.
-
-
- protected
- string
- $content
- = ''
-
-
-
-
-
-
-
-
- $created_at
-
-
-
-
-
-
-
- The created at unix timestamp in seconds.
-
-
- protected
- int
- $created_at
- = 0
-
-
-
-
-
-
-
-
- $id
-
-
-
-
-
-
-
- The event id.
-
-
- protected
- string
- $id
- = ''
-
- 32-bytes lowercase hex-encoded sha256 of the serialized event data.
-
-
-
-
-
-
-
-
- $kind
-
-
-
-
-
-
-
- The event kind which is an integer between 0 and 65535.
-
-
- protected
- int
- $kind
- = 0
-
- Override this property in your custom events to set the value
-immediately.
-
-
-
-
-
-
-
-
- $pubkey
-
-
-
-
-
-
-
- 32-bytes lowercase hex-encoded public key of the event creator.
-
-
- protected
- string
- $pubkey
-
-
-
-
-
-
-
-
-
- $sig
-
-
-
-
-
-
-
- The event signature.
-
-
- protected
- string
- $sig
- = ''
-
- 64-bytes lowercase hex of the signature of the sha256 hash of the serialized event data, which is the same as the "id" field.
-
-
-
-
-
-
-
-
-
-
- Tags of the event.
-
-
- protected
- array<string|int, mixed>
- $tags
- = []
-
-
-
-
-
-
-
-
-
-
-
-
- __construct()
-
-
-
-
-
- Base constructor for events.
-
-
- public
- __construct ( ) : mixed
-
-
-
-
-
-
-
-
-
-
-
- addTag()
-
-
-
-
-
- Add a single tag to the event.
-
-
- public
- addTag ( array<string|int, mixed> $tag ) : $this
-
-
-
-
- Parameters
-
-
- $tag
- : array<string|int, mixed>
-
-
-
-
-
-
-
-
-
- Return values
- $this
-
-
-
-
-
- getContent()
-
-
-
-
-
- Get the event content.
-
-
- public
- getContent ( ) : string
-
-
-
-
-
-
-
-
- Return values
- string
-
-
-
-
-
- getCreatedAt()
-
-
-
-
-
- Get the event created time.
-
-
- public
- getCreatedAt ( ) : int
-
-
-
-
-
-
-
-
-
-
-
-
- getId()
-
-
-
-
-
- Get the event id.
-
-
- public
- getId ( ) : string
-
-
-
-
-
-
-
-
- Return values
- string
-
-
-
-
-
- getKind()
-
-
-
-
-
- Returns the kind.
-
-
- public
- getKind ( ) : int
-
-
-
-
-
-
-
-
-
-
-
-
- getPublicKey()
-
-
-
-
-
- Get the public key.
-
-
- public
- getPublicKey ( ) : string
-
-
-
-
-
-
-
-
- Return values
- string
-
-
-
-
-
- getSignature()
-
-
-
-
-
- Get the signature.
-
-
- public
- getSignature ( ) : string
-
-
-
-
-
-
-
-
- Return values
- string
-
-
-
-
-
-
-
- Get the event tags.
-
-
- public
- getTags ( ) : array<string|int, mixed>
-
-
-
-
-
-
-
-
- Return values
- array<string|int, mixed>
-
-
-
-
-
- setContent()
-
-
-
-
-
- Set the event content.
-
-
- public
- setContent ( string $content ) : $this
-
-
-
-
- Parameters
-
-
- $content
- : string
-
-
-
-
-
-
-
-
-
- Return values
- $this
-
-
-
-
-
- setCreatedAt()
-
-
-
-
-
- Set the event created time.
-
-
- public
- setCreatedAt ( int $time ) : $this
-
-
-
-
- Parameters
-
-
- $time
- : int
-
-
-
-
-
-
-
-
-
- Return values
- $this
-
-
-
-
-
- setId()
-
-
-
-
-
- Set the event id.
-
-
- public
- setId ( string $id ) : $this
-
-
-
-
- Parameters
-
-
- $id
- : string
-
-
-
-
-
-
-
-
-
- Return values
- $this
-
-
-
-
-
- setKind()
-
-
-
-
-
- Set the event kind.
-
-
- public
- setKind ( int $kind ) : $this
-
-
-
-
- Parameters
-
-
- $kind
- : int
-
-
-
-
-
-
-
-
-
- Return values
- $this
-
-
-
-
-
- setPublicKey()
-
-
-
-
-
- Set the public key.
-
-
- public
- setPublicKey ( string $public_key ) : $this
-
-
-
-
- Parameters
-
-
- $public_key
- : string
-
-
-
-
-
-
-
-
-
- Return values
- $this
-
-
-
-
-
- setSignature()
-
-
-
-
-
- Set the signature.
-
-
- public
- setSignature ( string $sig ) : $this
-
-
-
-
- Parameters
-
-
- $sig
- : string
-
-
-
-
-
-
-
-
-
- Return values
- $this
-
-
-
-
-
-
-
- Set the event tags with values.
-
-
- public
- setTags ( array<string|int, mixed> $tags ) : $this
-
-
-
-
- Parameters
-
-
- $tags
- : array<string|int, mixed>
-
-
- []
-[
-["e", "..."],
-["p", "...", "..."],
-]
-
-
-
-
-
-
-
-
- Return values
- $this
-
-
-
-
-
- toArray()
-
-
-
-
-
- Convert the object to an array.
-
-
- public
- toArray ( [ array<string|int, mixed> $ignore_properties = [] ] ) : array<string|int, mixed>
-
-
-
-
- Parameters
-
-
- $ignore_properties
- : array<string|int, mixed>
- = []
-
-
-
-
-
-
-
-
- Return values
- array<string|int, mixed>
-
-
-
-
-
- toJson()
-
-
-
-
-
- Convert the event object to a JSON string.
-
-
- public
- toJson ( ) : string
-
-
-
-
-
-
-
-
- Return values
- string
-
-
-
-
-
- verify()
-
-
-
-
-
- Returns true if event object encodes to a valid Nostr event JSON string.
-
-
- public
- verify ( [ string $json = '' ] ) : bool
-
-
-
-
- Parameters
-
-
- $json
- : string
- = ''
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/classes/swentel-nostr-EventInterface.html b/phpdoc.nostr-php.dev/classes/swentel-nostr-EventInterface.html
deleted file mode 100644
index 22b6d1d..0000000
--- a/phpdoc.nostr-php.dev/classes/swentel-nostr-EventInterface.html
+++ /dev/null
@@ -1,1220 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- EventInterface
-
-
-
-
-
- Nostr Event interface.
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Methods
-
-
-
-
-
- addTag()
-
- : $this
-
-Add a single tag to the event.
-
-
- getContent()
-
- : string
-
-Get the event content.
-
-
- getCreatedAt()
-
- : int
-
-Get the event created time.
-
-
- getId()
-
- : string
-
-Get the event id.
-
-
- getKind()
-
- : int
-
-Returns the kind.
-
-
- getPublicKey()
-
- : string
-
-Get the public key.
-
-
- getSignature()
-
- : string
-
-Get the signature.
-
-
- getTags()
-
- : array<string|int, mixed>
-
-Get the event tags.
-
-
- setContent()
-
- : $this
-
-Set the event content.
-
-
- setCreatedAt()
-
- : $this
-
-Set the event created time.
-
-
- setId()
-
- : $this
-
-Set the event id.
-
-
- setKind()
-
- : $this
-
-Set the event kind.
-
-
- setPublicKey()
-
- : $this
-
-Set the public key.
-
-
- setSignature()
-
- : $this
-
-Set the signature.
-
-
- setTags()
-
- : $this
-
-Set the event tags with values.
-
-
- toArray()
-
- : array<string|int, mixed>
-
-Convert the object to an array.
-
-
- toJson()
-
- : string
-
-Convert the event object to a JSON string.
-
-
- verify()
-
- : bool
-
-Returns true if event object encodes to a valid Nostr event JSON string.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- addTag()
-
-
-
-
-
- Add a single tag to the event.
-
-
- public
- addTag ( array<string|int, mixed> $tag ) : $this
-
-
-
-
- Parameters
-
-
- $tag
- : array<string|int, mixed>
-
-
-
-
-
-
-
-
-
- Return values
- $this
-
-
-
-
-
- getContent()
-
-
-
-
-
- Get the event content.
-
-
- public
- getContent ( ) : string
-
-
-
-
-
-
-
-
- Return values
- string
-
-
-
-
-
- getCreatedAt()
-
-
-
-
-
- Get the event created time.
-
-
- public
- getCreatedAt ( ) : int
-
-
-
-
-
-
-
-
-
-
-
-
- getId()
-
-
-
-
-
- Get the event id.
-
-
- public
- getId ( ) : string
-
-
-
-
-
-
-
-
- Return values
- string
-
-
-
-
-
- getKind()
-
-
-
-
-
- Returns the kind.
-
-
- public
- getKind ( ) : int
-
-
-
-
-
-
-
-
-
-
-
-
- getPublicKey()
-
-
-
-
-
- Get the public key.
-
-
- public
- getPublicKey ( ) : string
-
-
-
-
-
-
-
-
- Return values
- string
-
-
-
-
-
- getSignature()
-
-
-
-
-
- Get the signature.
-
-
- public
- getSignature ( ) : string
-
-
-
-
-
-
-
-
- Return values
- string
-
-
-
-
-
-
-
- Get the event tags.
-
-
- public
- getTags ( ) : array<string|int, mixed>
-
-
-
-
-
-
-
-
- Return values
- array<string|int, mixed>
-
-
-
-
-
- setContent()
-
-
-
-
-
- Set the event content.
-
-
- public
- setContent ( string $content ) : $this
-
-
-
-
- Parameters
-
-
- $content
- : string
-
-
-
-
-
-
-
-
-
- Return values
- $this
-
-
-
-
-
- setCreatedAt()
-
-
-
-
-
- Set the event created time.
-
-
- public
- setCreatedAt ( int $time ) : $this
-
-
-
- Format is a unix timestamp in seconds.
-
-
- Parameters
-
-
- $time
- : int
-
-
-
-
-
-
-
-
-
- Return values
- $this
-
-
-
-
-
- setId()
-
-
-
-
-
- Set the event id.
-
-
- public
- setId ( string $id ) : $this
-
-
-
-
- Parameters
-
-
- $id
- : string
-
-
-
-
-
-
-
-
-
- Return values
- $this
-
-
-
-
-
- setKind()
-
-
-
-
-
- Set the event kind.
-
-
- public
- setKind ( int $kind ) : $this
-
-
-
-
- Parameters
-
-
- $kind
- : int
-
-
-
-
-
-
-
-
-
- Return values
- $this
-
-
-
-
-
- setPublicKey()
-
-
-
-
-
- Set the public key.
-
-
- public
- setPublicKey ( string $public_key ) : $this
-
-
-
-
- Parameters
-
-
- $public_key
- : string
-
-
-
-
-
-
-
-
-
- Return values
- $this
-
-
-
-
-
- setSignature()
-
-
-
-
-
- Set the signature.
-
-
- public
- setSignature ( string $sig ) : $this
-
-
-
-
- Parameters
-
-
- $sig
- : string
-
-
-
-
-
-
-
-
-
- Return values
- $this
-
-
-
-
-
-
-
- Set the event tags with values.
-
-
- public
- setTags ( array<string|int, mixed> $tags ) : $this
-
-
-
-
- Parameters
-
-
- $tags
- : array<string|int, mixed>
-
-
- []
-[
-["e", "..."],
-["p", "...", "..."],
-]
-
-
-
-
-
-
-
-
- Return values
- $this
-
-
-
-
-
- toArray()
-
-
-
-
-
- Convert the object to an array.
-
-
- public
- toArray ( [ array<string|int, mixed> $ignore_properties = [] ] ) : array<string|int, mixed>
-
-
-
-
- Parameters
-
-
- $ignore_properties
- : array<string|int, mixed>
- = []
-
-
-
-
-
-
-
-
- Return values
- array<string|int, mixed>
-
-
-
-
-
- toJson()
-
-
-
-
-
- Convert the event object to a JSON string.
-
-
- public
- toJson ( ) : string
-
-
-
-
-
-
-
-
- Return values
- string
-
-
-
-
-
- verify()
-
-
-
-
-
- Returns true if event object encodes to a valid Nostr event JSON string.
-
-
- public
- verify ( ) : bool
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/classes/swentel-nostr-Filter-Filter.html b/phpdoc.nostr-php.dev/classes/swentel-nostr-Filter-Filter.html
deleted file mode 100644
index 2eb8b64..0000000
--- a/phpdoc.nostr-php.dev/classes/swentel-nostr-Filter-Filter.html
+++ /dev/null
@@ -1,1291 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Filter
-
-
-
-
-
- implements
- FilterInterface
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
- Interfaces
-
-
-
-
- FilterInterface
-
-
-
-
-
-
-
- Properties
-
-
-
-
-
- $authors
-
- : array<string|int, mixed>
-
-A list of lowercase pubkeys, the pubkey of an event must be one of these
-
-
- $etags
-
- : array<string|int, mixed>
-
-A list of #e tag values (list of event ids)
-
-
- $ids
-
- : array<string|int, mixed>
-
-A list of event ids
-
-
- $kinds
-
- : array<string|int, mixed>
-
-A list of a kind numbers
-
-
- $limit
-
- : int
-
-Maximum number of events relays SHOULD return in the initial query
-
-
- $ptags
-
- : array<string|int, mixed>
-
-A list of #p tag values (list of pubkeys).
-
-
- $since
-
- : int
-
-An integer unix timestamp in seconds, events must be newer than this to pass
-
-
- $until
-
- : int
-
-An integer unix timestamp in seconds, events must be older than this to pass
-
-
-
-
- Methods
-
-
-
-
-
- isLowercaseHex()
-
- : bool
-
-Check if a given string is a 64-character lowercase hexadecimal value.
-
-
- isValidTimestamp()
-
- : bool
-
-Check if a given timestamp is valid.
-
-
- setAuthors()
-
- : static
-
-Set the authors for the Filter object.
-
-
- setIds()
-
- : $this
-
-Set the ids for filtering multiple events.
-
-
- setKinds()
-
- : static
-
-Set the kinds for the Filter object.
-
-
- setLimit()
-
- : static
-
-Set the limit for the Filter object.
-
-
- setLowercaseETags()
-
- : Filter
-
-Set the #e tag for the Filter object.
-
-
- setLowercasePTags()
-
- : Filter
-
-Set the #p tag for the Filter object.
-
-
- setSince()
-
- : static
-
-Set since parameter for the Filter object.
-
-
- setUntil()
-
- : static
-
-Set the until for the Filter object.
-
-
- toArray()
-
- : array<string|int, mixed>
-
-Return an array representation of the object by iterating through its properties.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- $authors
-
-
-
-
-
-
-
- A list of lowercase pubkeys, the pubkey of an event must be one of these
-
-
- public
- array<string|int, mixed>
- $authors
-
-
-
-
-
-
-
-
-
-
-
- A list of #e tag values (list of event ids)
-
-
- public
- array<string|int, mixed>
- $etags
-
-
-
-
-
-
-
-
-
- $ids
-
-
-
-
-
-
-
- A list of event ids
-
-
- public
- array<string|int, mixed>
- $ids
-
-
-
-
-
-
-
-
-
- $kinds
-
-
-
-
-
-
-
- A list of a kind numbers
-
-
- public
- array<string|int, mixed>
- $kinds
-
-
-
-
-
-
-
-
-
- $limit
-
-
-
-
-
-
-
- Maximum number of events relays SHOULD return in the initial query
-
-
- public
- int
- $limit
-
-
-
-
-
-
-
-
-
-
-
- A list of #p tag values (list of pubkeys).
-
-
- public
- array<string|int, mixed>
- $ptags
-
-
-
-
-
-
-
-
-
- $since
-
-
-
-
-
-
-
- An integer unix timestamp in seconds, events must be newer than this to pass
-
-
- public
- int
- $since
-
-
-
-
-
-
-
-
-
- $until
-
-
-
-
-
-
-
- An integer unix timestamp in seconds, events must be older than this to pass
-
-
- public
- int
- $until
-
-
-
-
-
-
-
-
-
-
-
-
-
- isLowercaseHex()
-
-
-
-
-
- Check if a given string is a 64-character lowercase hexadecimal value.
-
-
- public
- isLowercaseHex ( string $string ) : bool
-
-
-
-
- Parameters
-
-
- $string
- : string
-
-
-
-
-
-
-
-
-
-
-
-
-
- isValidTimestamp()
-
-
-
-
-
- Check if a given timestamp is valid.
-
-
- public
- isValidTimestamp ( mixed $timestamp ) : bool
-
-
-
-
- Parameters
-
-
- $timestamp
- : mixed
-
-
-
-
-
-
-
-
-
-
-
-
-
- setAuthors()
-
-
-
-
-
- Set the authors for the Filter object.
-
-
- public
- setAuthors ( array<string|int, mixed> $pubkeys ) : static
-
-
-
-
- Parameters
-
-
- $pubkeys
- : array<string|int, mixed>
-
-
-
-
-
-
-
-
-
- Return values
- static
-
-
-
-
-
- setIds()
-
-
-
-
-
- Set the ids for filtering multiple events.
-
-
- public
- setIds ( array<string|int, mixed> $ids ) : $this
-
-
-
-
- Parameters
-
-
- $ids
- : array<string|int, mixed>
-
-
-
-
-
-
-
-
-
- Return values
- $this
-
-
-
-
-
- setKinds()
-
-
-
-
-
- Set the kinds for the Filter object.
-
-
- public
- setKinds ( array<string|int, mixed> $kinds ) : static
-
-
-
-
- Parameters
-
-
- $kinds
- : array<string|int, mixed>
-
-
-
-
-
-
-
-
-
- Return values
- static
-
-
-
-
-
- setLimit()
-
-
-
-
-
- Set the limit for the Filter object.
-
-
- public
- setLimit ( int $limit ) : static
-
-
-
-
- Parameters
-
-
- $limit
- : int
-
-
-
-
-
-
-
-
-
- Return values
- static
-
-
-
-
-
-
-
- Set the #e tag for the Filter object.
-
-
- public
- setLowercaseETags ( array<string|int, mixed> $etags ) : Filter
-
-
-
-
- Parameters
-
-
- $etags
- : array<string|int, mixed>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Set the #p tag for the Filter object.
-
-
- public
- setLowercasePTags ( array<string|int, mixed> $ptags ) : Filter
-
-
-
-
- Parameters
-
-
- $ptags
- : array<string|int, mixed>
-
-
-
-
-
-
-
-
-
-
-
-
-
- setSince()
-
-
-
-
-
- Set since parameter for the Filter object.
-
-
- public
- setSince ( int $since ) : static
-
-
-
-
- Parameters
-
-
- $since
- : int
-
-
-
-
-
-
-
-
-
- Return values
- static
-
-
-
-
-
- setUntil()
-
-
-
-
-
- Set the until for the Filter object.
-
-
- public
- setUntil ( int $until ) : static
-
-
-
-
- Parameters
-
-
- $until
- : int
-
-
-
-
-
-
-
-
-
- Return values
- static
-
-
-
-
-
- toArray()
-
-
-
-
-
- Return an array representation of the object by iterating through its properties.
-
-
- public
- toArray ( ) : array<string|int, mixed>
-
-
-
-
-
-
-
-
- Return values
- array<string|int, mixed>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/classes/swentel-nostr-FilterInterface.html b/phpdoc.nostr-php.dev/classes/swentel-nostr-FilterInterface.html
deleted file mode 100644
index fa8113c..0000000
--- a/phpdoc.nostr-php.dev/classes/swentel-nostr-FilterInterface.html
+++ /dev/null
@@ -1,889 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- FilterInterface
-
-
-
-
-
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Methods
-
-
-
-
-
- isLowercaseHex()
-
- : bool
-
-Check if a given string is a 64-character lowercase hexadecimal value.
-
-
- isValidTimestamp()
-
- : bool
-
-Check if a given timestamp is valid.
-
-
- setAuthors()
-
- : static
-
-Set the authors for the Filter object.
-
-
- setKinds()
-
- : static
-
-Set the kinds for the Filter object.
-
-
- setLimit()
-
- : static
-
-Set the limit for the Filter object.
-
-
- setLowercaseETags()
-
- : static
-
-Set the tag for the Filter object.
-
-
- setLowercasePTags()
-
- : static
-
-Set the #p tag for the Filter object.
-
-
- setSince()
-
- : static
-
-Set the since for the Filter object.
-
-
- setUntil()
-
- : static
-
-Set the until for the Filter object.
-
-
- toArray()
-
- : array<string|int, mixed>
-
-Return an array representation of the object by iterating through its properties.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- isLowercaseHex()
-
-
-
-
-
- Check if a given string is a 64-character lowercase hexadecimal value.
-
-
- public
- isLowercaseHex ( string $string ) : bool
-
-
-
-
- Parameters
-
-
- $string
- : string
-
-
-
-
-
-
-
-
-
-
- Return values
- bool
- —
- True if the string is a 64-character lowercase hexadecimal value, false otherwise.
-
-
-
-
-
-
-
- isValidTimestamp()
-
-
-
-
-
- Check if a given timestamp is valid.
-
-
- public
- isValidTimestamp ( mixed $timestamp ) : bool
-
-
-
-
- Parameters
-
-
- $timestamp
- : mixed
-
-
- The timestamp to check.
-
-
-
-
-
-
-
-
- Return values
- bool
- —
- True if the timestamp is valid, false otherwise.
-
-
-
-
-
-
-
- setAuthors()
-
-
-
-
-
- Set the authors for the Filter object.
-
-
- public
- setAuthors ( array<string|int, mixed> $pubkey ) : static
-
-
-
-
- Parameters
-
-
- $pubkey
- : array<string|int, mixed>
-
-
- The array of authors to set.
-
-
-
-
-
-
-
-
- Return values
- static
-
-
-
-
-
- setKinds()
-
-
-
-
-
- Set the kinds for the Filter object.
-
-
- public
- setKinds ( array<string|int, mixed> $kinds ) : static
-
-
-
-
- Parameters
-
-
- $kinds
- : array<string|int, mixed>
-
-
- The array of kinds to set.
-
-
-
-
-
-
-
-
- Return values
- static
-
-
-
-
-
- setLimit()
-
-
-
-
-
- Set the limit for the Filter object.
-
-
- public
- setLimit ( int $limit ) : static
-
-
-
-
- Parameters
-
-
- $limit
- : int
-
-
-
-
-
-
-
-
-
-
- Return values
- static
-
-
-
-
-
-
-
- Set the tag for the Filter object.
-
-
- public
- setLowercaseETags ( array<string|int, mixed> $tag ) : static
-
-
-
-
- Parameters
-
-
- $tag
- : array<string|int, mixed>
-
-
- The array of tag to set.
-
-
-
-
-
-
-
-
- Return values
- static
-
-
-
-
-
-
-
- Set the #p tag for the Filter object.
-
-
- public
- setLowercasePTags ( array<string|int, mixed> $ptag ) : static
-
-
-
-
- Parameters
-
-
- $ptag
- : array<string|int, mixed>
-
-
- The array of tag to set.
-
-
-
-
-
-
-
-
- Return values
- static
-
-
-
-
-
- setSince()
-
-
-
-
-
- Set the since for the Filter object.
-
-
- public
- setSince ( int $since ) : static
-
-
-
-
- Parameters
-
-
- $since
- : int
-
-
-
-
-
-
-
-
-
-
- Return values
- static
-
-
-
-
-
- setUntil()
-
-
-
-
-
- Set the until for the Filter object.
-
-
- public
- setUntil ( int $until ) : static
-
-
-
-
- Parameters
-
-
- $until
- : int
-
-
-
-
-
-
-
-
-
-
- Return values
- static
-
-
-
-
-
- toArray()
-
-
-
-
-
- Return an array representation of the object by iterating through its properties.
-
-
- public
- toArray ( ) : array<string|int, mixed>
-
-
-
-
-
-
-
-
- Return values
- array<string|int, mixed>
- —
- The array representation of the object.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/classes/swentel-nostr-Key-Key.html b/phpdoc.nostr-php.dev/classes/swentel-nostr-Key-Key.html
deleted file mode 100644
index 19241d4..0000000
--- a/phpdoc.nostr-php.dev/classes/swentel-nostr-Key-Key.html
+++ /dev/null
@@ -1,662 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Key
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Methods
-
-
-
-
-
- convertPrivateKeyToBech32()
-
- : string
-
-Convert a private hex key to bech32 encoded string (nsec).
-
-
- convertPublicKeyToBech32()
-
- : string
-
-Convert a public hex key to a bech32 encoded string (npub).
-
-
- convertToHex()
-
- : string
-
-Convert a bech32 encoded key to hex key.
-
-
- generatePrivateKey()
-
- : string
-
-Generate private key as hex.
-
-
- getPublicKey()
-
- : string
-
-Generate public hex key from private hex key.
-
-
- convertToBech32()
-
- : string
-
-Convert a hex key to bech32 encoded string.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- convertPrivateKeyToBech32()
-
-
-
-
-
- Convert a private hex key to bech32 encoded string (nsec).
-
-
- public
- convertPrivateKeyToBech32 ( string $key ) : string
-
-
-
-
- Parameters
-
-
- $key
- : string
-
-
-
-
-
-
-
-
-
- Return values
- string
-
-
-
-
-
- convertPublicKeyToBech32()
-
-
-
-
-
- Convert a public hex key to a bech32 encoded string (npub).
-
-
- public
- convertPublicKeyToBech32 ( string $key ) : string
-
-
-
-
- Parameters
-
-
- $key
- : string
-
-
-
-
-
-
-
-
-
- Return values
- string
-
-
-
-
-
- convertToHex()
-
-
-
-
-
- Convert a bech32 encoded key to hex key.
-
-
- public
- convertToHex ( string $key ) : string
-
-
-
-
- Parameters
-
-
- $key
- : string
-
-
-
-
-
-
-
-
-
- Return values
- string
-
-
-
-
-
- generatePrivateKey()
-
-
-
-
-
- Generate private key as hex.
-
-
- public
- generatePrivateKey ( ) : string
-
-
-
-
-
-
-
-
- Return values
- string
-
-
-
-
-
- getPublicKey()
-
-
-
-
-
- Generate public hex key from private hex key.
-
-
- public
- getPublicKey ( string $private_hex ) : string
-
-
-
-
- Parameters
-
-
- $private_hex
- : string
-
-
-
-
-
-
-
-
-
- Return values
- string
-
-
-
-
-
- convertToBech32()
-
-
-
-
-
- Convert a hex key to bech32 encoded string.
-
-
- protected
- convertToBech32 ( string $key , string $prefix ) : string
-
-
-
-
- Parameters
-
-
- $key
- : string
-
-
-
-
-
- $prefix
- : string
-
-
-
-
-
-
-
-
-
- Return values
- string
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/classes/swentel-nostr-Message-CloseMessage.html b/phpdoc.nostr-php.dev/classes/swentel-nostr-Message-CloseMessage.html
deleted file mode 100644
index c3963ef..0000000
--- a/phpdoc.nostr-php.dev/classes/swentel-nostr-Message-CloseMessage.html
+++ /dev/null
@@ -1,595 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- CloseMessage
-
-
-
-
-
- implements
- MessageInterface
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
- Interfaces
-
-
-
-
- MessageInterface
-
-
-
-
-
-
-
- Properties
-
-
-
-
-
- $subscriptionId
-
- : string
-
-Subscription ID
-
-
- $type
-
- : string
-
-
-
-
-
- Methods
-
-
-
-
-
- __construct()
-
- : mixed
-
-
-
- generate()
-
- : string
-
-Generate the message ready to be sent to a relay.
-
-
- setType()
-
- : void
-
-Set message type.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- $subscriptionId
-
-
-
-
-
-
-
- Subscription ID
-
-
- protected
- string
- $subscriptionId
-
-
-
-
-
-
-
-
-
- $type
-
-
-
-
-
-
-
-
-
- private
- string
- $type
-
-
-
-
-
-
-
-
-
-
-
-
-
- __construct()
-
-
-
-
-
-
-
- public
- __construct ( string $subscriptionId ) : mixed
-
-
-
-
- Parameters
-
-
- $subscriptionId
- : string
-
-
-
-
-
-
-
-
-
-
-
-
- generate()
-
-
-
-
-
- Generate the message ready to be sent to a relay.
-
-
- public
- generate ( ) : string
-
-
-
-
-
-
-
-
- Return values
- string
-
-
-
-
-
- setType()
-
-
-
-
-
- Set message type.
-
-
- public
- setType ( MessageTypeEnum $type ) : void
-
-
-
-
- Parameters
-
-
- $type
- : MessageTypeEnum
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/classes/swentel-nostr-Message-EventMessage.html b/phpdoc.nostr-php.dev/classes/swentel-nostr-Message-EventMessage.html
deleted file mode 100644
index 46d698f..0000000
--- a/phpdoc.nostr-php.dev/classes/swentel-nostr-Message-EventMessage.html
+++ /dev/null
@@ -1,637 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- EventMessage
-
-
-
-
-
- implements
- MessageInterface
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
- Interfaces
-
-
-
-
- MessageInterface
-
-
-
-
-
-
-
- Properties
-
-
-
-
-
- $event
-
- : EventInterface
-
-The event.
-
-
- $type
-
- : string
-
-Message type.
-
-
-
-
- Methods
-
-
-
-
-
- __construct()
-
- : mixed
-
-
-
- generate()
-
- : string
-
-Generate the message ready to be sent to a relay.
-
-
- setType()
-
- : void
-
-
-
- getType()
-
- : string
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- $event
-
-
-
-
-
-
-
- The event.
-
-
- protected
- EventInterface
- $event
-
-
-
-
-
-
-
-
-
- $type
-
-
-
-
-
-
-
- Message type.
-
-
- private
- string
- $type
-
-
-
-
-
-
-
-
-
-
-
-
-
- __construct()
-
-
-
-
-
-
-
- public
- __construct ( EventInterface $event ) : mixed
-
-
-
-
- Parameters
-
-
- $event
- : EventInterface
-
-
-
-
-
-
-
-
-
-
-
-
- generate()
-
-
-
-
-
- Generate the message ready to be sent to a relay.
-
-
- public
- generate ( ) : string
-
-
-
-
-
-
-
-
- Return values
- string
-
-
-
-
-
- setType()
-
-
-
-
-
-
-
- public
- setType ( MessageTypeEnum $type ) : void
-
-
-
-
- Parameters
-
-
- $type
- : MessageTypeEnum
-
-
-
-
-
-
-
-
-
-
-
-
- getType()
-
-
-
-
-
-
-
- private
- getType ( ) : string
-
-
-
-
-
-
-
-
- Return values
- string
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/classes/swentel-nostr-Message-MessageTypeEnum.html b/phpdoc.nostr-php.dev/classes/swentel-nostr-Message-MessageTypeEnum.html
deleted file mode 100644
index 6320401..0000000
--- a/phpdoc.nostr-php.dev/classes/swentel-nostr-Message-MessageTypeEnum.html
+++ /dev/null
@@ -1,429 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- MessageTypeEnum
-
-
- : string
-
-
-
-
-
-
-
-
-
- Enum with message types.
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
-
-
-
-
-
- Cases
-
-
-
-
-
- CLOSE
-
- = 'CLOSE'
-
-
-
- EVENT
-
- = 'EVENT'
-
-
-
- REQUEST
-
- = 'REQ'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- EVENT
-
-
-
-
-
-
-
-
-
-
-
-
-
- REQUEST
-
-
-
-
-
-
-
-
-
-
-
-
-
- CLOSE
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/classes/swentel-nostr-Message-RequestMessage.html b/phpdoc.nostr-php.dev/classes/swentel-nostr-Message-RequestMessage.html
deleted file mode 100644
index 1a5b559..0000000
--- a/phpdoc.nostr-php.dev/classes/swentel-nostr-Message-RequestMessage.html
+++ /dev/null
@@ -1,658 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- RequestMessage
-
-
-
-
-
- implements
- MessageInterface
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
- Interfaces
-
-
-
-
- MessageInterface
-
-
-
-
-
-
-
- Properties
-
-
-
-
-
- $filters
-
- : array<string|int, mixed>
-
-Array of filters
-
-
- $subscriptionId
-
- : string
-
-An arbitrary, non-empty string of max length 64 chars
-
-
- $type
-
- : string
-
-Message type.
-
-
-
-
- Methods
-
-
-
-
-
- __construct()
-
- : mixed
-
-Constructor for the RequestMessage class.
-
-
- generate()
-
- : string
-
-Generates a JSON-encoded request array by merging the subscription ID and filters array.
-
-
- setType()
-
- : void
-
-Set message type.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- $filters
-
-
-
-
-
-
-
- Array of filters
-
-
- protected
- array<string|int, mixed>
- $filters
- = []
-
-
-
-
-
-
-
-
- $subscriptionId
-
-
-
-
-
-
-
- An arbitrary, non-empty string of max length 64 chars
-
-
- protected
- string
- $subscriptionId
-
-
-
-
-
-
-
-
-
- $type
-
-
-
-
-
-
-
- Message type.
-
-
- private
- string
- $type
-
-
-
-
-
-
-
-
-
-
-
-
-
- __construct()
-
-
-
-
-
- Constructor for the RequestMessage class.
-
-
- public
- __construct ( string $subscriptionId , array<string|int, mixed> $filters ) : mixed
-
-
-
- Initializes the subscription ID and filters array based on the provided parameters.
-
-
- Parameters
-
-
- $subscriptionId
- : string
-
-
- The ID of the subscription
-
-
-
-
- $filters
- : array<string|int, mixed>
-
-
- An array of filters to be applied
-
-
-
-
-
-
-
-
-
-
-
- generate()
-
-
-
-
-
- Generates a JSON-encoded request array by merging the subscription ID and filters array.
-
-
- public
- generate ( ) : string
-
-
-
-
-
-
-
-
- Return values
- string
- —
- The JSON-encoded request array
-
-
-
-
-
-
-
- setType()
-
-
-
-
-
- Set message type.
-
-
- public
- setType ( MessageTypeEnum $type ) : void
-
-
-
-
- Parameters
-
-
- $type
- : MessageTypeEnum
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/classes/swentel-nostr-MessageInterface.html b/phpdoc.nostr-php.dev/classes/swentel-nostr-MessageInterface.html
deleted file mode 100644
index 4de1f18..0000000
--- a/phpdoc.nostr-php.dev/classes/swentel-nostr-MessageInterface.html
+++ /dev/null
@@ -1,421 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- MessageInterface
-
-
-
-
-
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Methods
-
-
-
-
-
- generate()
-
- : string
-
-Generate the message ready to be sent to a relay.
-
-
- setType()
-
- : void
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- generate()
-
-
-
-
-
- Generate the message ready to be sent to a relay.
-
-
- public
- generate ( ) : string
-
-
-
-
-
-
-
-
- Return values
- string
-
-
-
-
-
- setType()
-
-
-
-
-
-
-
- public
- setType ( MessageTypeEnum $type ) : void
-
-
-
-
- Parameters
-
-
- $type
- : MessageTypeEnum
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/classes/swentel-nostr-Relay-CommandResult.html b/phpdoc.nostr-php.dev/classes/swentel-nostr-Relay-CommandResult.html
deleted file mode 100644
index 1d668ee..0000000
--- a/phpdoc.nostr-php.dev/classes/swentel-nostr-Relay-CommandResult.html
+++ /dev/null
@@ -1,679 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- CommandResult
-
-
-
-
-
- implements
- CommandResultInterface
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
- Interfaces
-
-
-
-
- CommandResultInterface
-
-
-
-
-
-
-
- Properties
-
-
-
-
-
- $eventId
-
- : mixed|string
-
-The event ID.
-
-
- $message
-
- : string
-
-The message.
-
-
- $success
-
- : bool
-
-Whether the request was successful or not.
-
-
-
-
- Methods
-
-
-
-
-
- __construct()
-
- : mixed
-
-Constructs the Relay Response.
-
-
- getEventId()
-
- : string
-
-Returns the event id.
-
-
- isSuccess()
-
- : bool
-
-Returns whether the request was successful.
-
-
- message()
-
- : string
-
-Returns the message, if any.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- $eventId
-
-
-
-
-
-
-
- The event ID.
-
-
- protected
- mixed|string
- $eventId
- = ''
-
-
-
-
-
-
-
-
- $message
-
-
-
-
-
-
-
- The message.
-
-
- protected
- string
- $message
- = ''
-
-
-
-
-
-
-
-
- $success
-
-
-
-
-
-
-
- Whether the request was successful or not.
-
-
- protected
- bool
- $success
- = false
-
-
-
-
-
-
-
-
-
-
-
-
- __construct()
-
-
-
-
-
- Constructs the Relay Response.
-
-
- public
- __construct ( array<string|int, mixed> $response ) : mixed
-
-
-
-
- Parameters
-
-
- $response
- : array<string|int, mixed>
-
-
-
-
-
-
-
-
-
-
-
-
- getEventId()
-
-
-
-
-
- Returns the event id.
-
-
- public
- getEventId ( ) : string
-
-
-
-
-
-
-
-
- Return values
- string
-
-
-
-
-
- isSuccess()
-
-
-
-
-
- Returns whether the request was successful.
-
-
- public
- isSuccess ( ) : bool
-
-
-
-
-
-
-
-
-
-
-
-
- message()
-
-
-
-
-
- Returns the message, if any.
-
-
- public
- message ( ) : string
-
-
-
-
-
-
-
-
- Return values
- string
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/classes/swentel-nostr-Relay-Relay.html b/phpdoc.nostr-php.dev/classes/swentel-nostr-Relay-Relay.html
deleted file mode 100644
index cc40abe..0000000
--- a/phpdoc.nostr-php.dev/classes/swentel-nostr-Relay-Relay.html
+++ /dev/null
@@ -1,842 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Relay
-
-
-
-
-
- implements
- RelayInterface
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
- Interfaces
-
-
-
-
- RelayInterface
-
-
-
-
-
-
-
- Properties
-
-
-
-
-
- $message
-
- : MessageInterface
-
-The message to be sent.
-
-
- $payload
-
- : string
-
-The payload to be sent.
-
-
- $url
-
- : string
-
-The relay URL.
-
-
-
-
- Methods
-
-
-
-
-
- __construct()
-
- : mixed
-
-Relay constructor.
-
-
- getUrl()
-
- : string
-
-Get URL of the relay.
-
-
- send()
-
- : RelayResponseInterface
-
-Sends the message to the relay.
-
-
- setMessage()
-
- : void
-
-Set message that will be sent to the relay.
-
-
- setUrl()
-
- : void
-
-Set URL of the relay.
-
-
- setPayload()
-
- : void
-
-
-
- validateUrl()
-
- : void
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- $message
-
-
-
-
-
-
-
- The message to be sent.
-
-
- protected
- MessageInterface
- $message
-
-
-
-
-
-
-
-
-
- $payload
-
-
-
-
-
-
-
- The payload to be sent.
-
-
- private
- string
- $payload
-
-
-
-
-
-
-
-
-
- $url
-
-
-
-
-
-
-
- The relay URL.
-
-
- private
- string
- $url
-
-
-
-
-
-
-
-
-
-
-
-
-
- __construct()
-
-
-
-
-
- Relay constructor.
-
-
- public
- __construct ( string $websocket [ , MessageInterface $message = null ] ) : mixed
-
-
-
-
- Parameters
-
-
- $websocket
- : string
-
-
-
-
-
- $message
- : MessageInterface
- = null
-
-
-
-
-
-
-
-
-
-
-
- getUrl()
-
-
-
-
-
- Get URL of the relay.
-
-
- public
- getUrl ( ) : string
-
-
-
-
-
-
-
-
- Return values
- string
-
-
-
-
-
- send()
-
-
-
-
-
- Sends the message to the relay.
-
-
- public
- send ( ) : RelayResponseInterface
-
-
-
-
-
-
-
-
-
- inheritDoc
-
-
-
-
-
-
-
-
-
-
-
-
- setMessage()
-
-
-
-
-
- Set message that will be sent to the relay.
-
-
- public
- setMessage ( MessageInterface $message ) : void
-
-
-
-
- Parameters
-
-
- $message
- : MessageInterface
-
-
-
-
-
-
-
-
-
-
-
-
- setUrl()
-
-
-
-
-
- Set URL of the relay.
-
-
- public
- setUrl ( string $url ) : void
-
-
-
-
- Parameters
-
-
- $url
- : string
-
-
-
-
-
-
-
-
-
-
-
-
- setPayload()
-
-
-
-
-
-
-
- private
- setPayload ( string $payload ) : void
-
-
-
-
- Parameters
-
-
- $payload
- : string
-
-
-
-
-
-
-
-
-
-
-
-
- validateUrl()
-
-
-
-
-
-
-
- private
- validateUrl ( ) : void
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/classes/swentel-nostr-Relay-RelaySet.html b/phpdoc.nostr-php.dev/classes/swentel-nostr-Relay-RelaySet.html
deleted file mode 100644
index 0800859..0000000
--- a/phpdoc.nostr-php.dev/classes/swentel-nostr-Relay-RelaySet.html
+++ /dev/null
@@ -1,1107 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- RelaySet
-
-
-
-
-
- implements
- RelaySetInterface
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
- Interfaces
-
-
-
-
- RelaySetInterface
-
-
-
-
-
-
-
- Properties
-
-
-
-
-
- $isConnected
-
- : bool
-
-Are all relays connected in this relay set?
-
-
- $relays
-
- : array<string|int, mixed>
-
-Array with Relay objects.
-
-
- $message
-
- : MessageInterface
-
-The message to be sent to all relays.
-
-
-
-
- Methods
-
-
-
-
-
- addRelay()
-
- : void
-
-Add relay to this set.
-
-
- connect()
-
- : bool
-
-Connect to all relays in this set.
-
-
- createFromUrls()
-
- : void
-
-Create a relay set from a list of relay URLs.
-
-
- disconnect()
-
- : bool
-
-Disconnect all relays in this set.
-
-
- getRelays()
-
- : array<string|int, mixed>
-
-Get all relays.
-
-
- isConnected()
-
- : bool
-
-All are relays connected?
-
-
- removeRelay()
-
- : void
-
-Remove relay from this set.
-
-
- send()
-
- : array<string|int, mixed>
-
-Sends the message to all the relays in this set.
-
-
- setMessage()
-
- : void
-
-The message to be sent to the relays.
-
-
- setRelays()
-
- : void
-
-Set relays in this set.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- $isConnected
-
-
-
-
-
-
-
- Are all relays connected in this relay set?
-
-
- public
- bool
- $isConnected
-
-
-
-
-
-
-
-
-
- $relays
-
-
-
-
-
-
-
- Array with Relay objects.
-
-
- protected
- array<string|int, mixed>
- $relays
-
-
-
-
-
-
-
-
-
- $message
-
-
-
-
-
-
-
- The message to be sent to all relays.
-
-
- private
- MessageInterface
- $message
-
-
-
-
-
-
-
-
-
-
-
-
-
- addRelay()
-
-
-
-
-
- Add relay to this set.
-
-
- public
- addRelay ( Relay $relay ) : void
-
-
-
-
- Parameters
-
-
- $relay
- : Relay
-
-
-
-
-
-
-
-
-
-
- inheritDoc
-
-
-
-
-
-
-
-
-
-
-
- connect()
-
-
-
-
-
- Connect to all relays in this set.
-
-
- public
- connect ( ) : bool
-
-
-
-
-
-
-
-
-
- inheritDoc
-
-
-
-
-
-
-
-
-
-
-
-
- createFromUrls()
-
-
-
-
-
- Create a relay set from a list of relay URLs.
-
-
- public
- createFromUrls ( array<string|int, mixed>|string $urls ) : void
-
-
-
-
- Parameters
-
-
- $urls
- : array<string|int, mixed>|string
-
-
-
-
-
-
-
-
-
-
- inheritDoc
-
-
-
-
-
-
-
-
-
-
-
- disconnect()
-
-
-
-
-
- Disconnect all relays in this set.
-
-
- public
- disconnect ( ) : bool
-
-
-
-
-
-
-
-
-
- inheritDoc
-
-
-
-
-
-
-
-
-
-
-
-
- getRelays()
-
-
-
-
-
- Get all relays.
-
-
- public
- getRelays ( ) : array<string|int, mixed>
-
-
-
-
-
-
-
-
-
- inheritDoc
-
-
-
-
-
-
-
-
- Return values
- array<string|int, mixed>
-
-
-
-
-
- isConnected()
-
-
-
-
-
- All are relays connected?
-
-
- public
- isConnected ( ) : bool
-
-
-
-
-
-
-
-
-
- inheritDoc
-
-
-
-
-
-
-
-
-
-
-
-
- removeRelay()
-
-
-
-
-
- Remove relay from this set.
-
-
- public
- removeRelay ( Relay $relay ) : void
-
-
-
-
- Parameters
-
-
- $relay
- : Relay
-
-
-
-
-
-
-
-
-
-
- inheritDoc
-
-
-
-
-
-
-
-
-
-
-
- send()
-
-
-
-
-
- Sends the message to all the relays in this set.
-
-
- public
- send ( ) : array<string|int, mixed>
-
-
-
-
-
-
-
-
-
- inheritDoc
-
-
-
-
-
-
-
-
- Return values
- array<string|int, mixed>
-
-
-
-
-
- setMessage()
-
-
-
-
-
- The message to be sent to the relays.
-
-
- public
- setMessage ( MessageInterface $message ) : void
-
-
-
-
- Parameters
-
-
- $message
- : MessageInterface
-
-
-
-
-
-
-
-
-
-
- inheritDoc
-
-
-
-
-
-
-
-
-
-
-
- setRelays()
-
-
-
-
-
- Set relays in this set.
-
-
- public
- setRelays ( array<string|int, mixed> $relays ) : void
-
-
-
-
- Parameters
-
-
- $relays
- : array<string|int, mixed>
-
-
-
-
-
-
-
-
-
-
- inheritDoc
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/classes/swentel-nostr-RelayInterface.html b/phpdoc.nostr-php.dev/classes/swentel-nostr-RelayInterface.html
deleted file mode 100644
index 224253c..0000000
--- a/phpdoc.nostr-php.dev/classes/swentel-nostr-RelayInterface.html
+++ /dev/null
@@ -1,517 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- RelayInterface
-
-
-
-
-
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Methods
-
-
-
-
-
- getUrl()
-
- : string
-
-Get URL of the relay.
-
-
- send()
-
- : RelayResponseInterface
-
-Sends the message to the relay.
-
-
- setMessage()
-
- : void
-
-Set message that will be sent to the relay.
-
-
- setUrl()
-
- : void
-
-Set URL of the relay.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- getUrl()
-
-
-
-
-
- Get URL of the relay.
-
-
- public
- getUrl ( ) : string
-
-
-
-
-
-
-
-
- Return values
- string
-
-
-
-
-
- send()
-
-
-
-
-
- Sends the message to the relay.
-
-
- public
- send ( ) : RelayResponseInterface
-
-
-
-
-
-
-
-
-
-
-
-
- setMessage()
-
-
-
-
-
- Set message that will be sent to the relay.
-
-
- public
- setMessage ( MessageInterface $message ) : void
-
-
-
-
- Parameters
-
-
- $message
- : MessageInterface
-
-
-
-
-
-
-
-
-
-
-
-
- setUrl()
-
-
-
-
-
- Set URL of the relay.
-
-
- public
- setUrl ( string $url ) : void
-
-
-
-
- Parameters
-
-
- $url
- : string
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/classes/swentel-nostr-RelayResponse-RelayResponse.html b/phpdoc.nostr-php.dev/classes/swentel-nostr-RelayResponse-RelayResponse.html
deleted file mode 100644
index 528838e..0000000
--- a/phpdoc.nostr-php.dev/classes/swentel-nostr-RelayResponse-RelayResponse.html
+++ /dev/null
@@ -1,756 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- RelayResponse
-
-
-
-
-
- implements
- RelayResponseInterface
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
- Interfaces
-
-
-
-
- RelayResponseInterface
-
-
-
-
-
-
-
- Properties
-
-
-
-
-
- $isSuccess
-
- : bool
-
-
-
- $message
-
- : string
-
-
-
- $type
-
- : string
-
-
-
-
-
- Methods
-
-
-
-
-
- __construct()
-
- : mixed
-
-
-
- create()
-
- : object
-
-Static method to create a response object based on the given type using a match expression.
-
-
- createResponse()
-
- : object
-
-Create a response object based on the given type using a match expression.
-
-
- isSuccess()
-
- : bool
-
-Backwards compatability support for <=1.3.3 where we used the CommandResultInterface as a response.
-
-
- message()
-
- : string
-
-Backwards compatability support for <=1.3.3 where we used the CommandResultInterface as a response.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- $isSuccess
-
-
-
-
-
-
-
-
-
- public
- bool
- $isSuccess
-
-
-
-
-
-
-
-
-
- $message
-
-
-
-
-
-
-
-
-
- public
- string
- $message
-
-
-
-
-
-
-
-
-
- $type
-
-
-
-
-
-
-
-
-
- public
- string
- $type
-
-
-
-
-
-
-
-
-
-
-
-
-
- __construct()
-
-
-
-
-
-
-
- public
- __construct ( array<string|int, mixed> $response ) : mixed
-
-
-
-
- Parameters
-
-
- $response
- : array<string|int, mixed>
-
-
-
-
-
-
-
-
-
-
-
-
- create()
-
-
-
-
-
- Static method to create a response object based on the given type using a match expression.
-
-
- public
- static create ( array<string|int, mixed> $response ) : object
-
-
-
-
- Parameters
-
-
- $response
- : array<string|int, mixed>
-
-
- The response data to be used for creating the object.
-
-
-
-
-
-
-
-
- Return values
- object
- —
- The created response object based on the determined type.
-
-
-
-
-
-
-
- createResponse()
-
-
-
-
-
- Create a response object based on the given type using a match expression.
-
-
- public
- static createResponse ( array<string|int, mixed> $response , string $type ) : object
-
-
-
-
- Parameters
-
-
- $response
- : array<string|int, mixed>
-
-
- The response data to be used for creating the object.
-
-
-
-
- $type
- : string
-
-
- The type of response to determine which object to create.
-
-
-
-
-
-
-
-
- Return values
- object
- —
- The created response object based on the type.
-
-
-
-
-
-
-
- isSuccess()
-
-
-
-
-
- Backwards compatability support for <=1.3.3 where we used the CommandResultInterface as a response.
-
-
- public
- isSuccess ( ) : bool
-
-
-
-
-
-
-
-
-
-
-
-
- message()
-
-
-
-
-
- Backwards compatability support for <=1.3.3 where we used the CommandResultInterface as a response.
-
-
- public
- message ( ) : string
-
-
-
-
-
-
-
-
- Return values
- string
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/classes/swentel-nostr-RelayResponse-RelayResponseAuth.html b/phpdoc.nostr-php.dev/classes/swentel-nostr-RelayResponse-RelayResponseAuth.html
deleted file mode 100644
index 76f9e00..0000000
--- a/phpdoc.nostr-php.dev/classes/swentel-nostr-RelayResponse-RelayResponseAuth.html
+++ /dev/null
@@ -1,749 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- RelayResponseAuth
-
-
- extends RelayResponse
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
-
-
-
-
-
-
- Properties
-
-
-
-
-
- $isSuccess
-
- : bool
-
-
-
- $message
-
- : string
-
-
-
- $type
-
- : string
-
-
-
-
-
- Methods
-
-
-
-
-
- __construct()
-
- : mixed
-
-
-
- create()
-
- : object
-
-Static method to create a response object based on the given type using a match expression.
-
-
- createResponse()
-
- : object
-
-Create a response object based on the given type using a match expression.
-
-
- isSuccess()
-
- : bool
-
-Backwards compatability support for <=1.3.3 where we used the CommandResultInterface as a response.
-
-
- message()
-
- : string
-
-Backwards compatability support for <=1.3.3 where we used the CommandResultInterface as a response.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- $isSuccess
-
-
-
-
-
-
-
-
-
- public
- bool
- $isSuccess
-
-
-
-
-
-
-
-
-
- $message
-
-
-
-
-
-
-
-
-
- public
- string
- $message
-
-
-
-
-
-
-
-
-
- $type
-
-
-
-
-
-
-
-
-
- public
- string
- $type
-
-
-
-
-
-
-
-
-
-
-
-
-
- __construct()
-
-
-
-
-
-
-
- public
- __construct ( mixed $response ) : mixed
-
-
-
-
- Parameters
-
-
- $response
- : mixed
-
-
-
-
-
-
-
-
-
-
-
-
- create()
-
-
-
-
-
- Static method to create a response object based on the given type using a match expression.
-
-
- public
- static create ( array<string|int, mixed> $response ) : object
-
-
-
-
- Parameters
-
-
- $response
- : array<string|int, mixed>
-
-
- The response data to be used for creating the object.
-
-
-
-
-
-
-
-
- Return values
- object
- —
- The created response object based on the determined type.
-
-
-
-
-
-
-
- createResponse()
-
-
-
-
-
- Create a response object based on the given type using a match expression.
-
-
- public
- static createResponse ( array<string|int, mixed> $response , string $type ) : object
-
-
-
-
- Parameters
-
-
- $response
- : array<string|int, mixed>
-
-
- The response data to be used for creating the object.
-
-
-
-
- $type
- : string
-
-
- The type of response to determine which object to create.
-
-
-
-
-
-
-
-
- Return values
- object
- —
- The created response object based on the type.
-
-
-
-
-
-
-
- isSuccess()
-
-
-
-
-
- Backwards compatability support for <=1.3.3 where we used the CommandResultInterface as a response.
-
-
- public
- isSuccess ( ) : bool
-
-
-
-
-
-
-
-
-
-
-
-
- message()
-
-
-
-
-
- Backwards compatability support for <=1.3.3 where we used the CommandResultInterface as a response.
-
-
- public
- message ( ) : string
-
-
-
-
-
-
-
-
- Return values
- string
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/classes/swentel-nostr-RelayResponse-RelayResponseClosed.html b/phpdoc.nostr-php.dev/classes/swentel-nostr-RelayResponse-RelayResponseClosed.html
deleted file mode 100644
index 8b19946..0000000
--- a/phpdoc.nostr-php.dev/classes/swentel-nostr-RelayResponse-RelayResponseClosed.html
+++ /dev/null
@@ -1,789 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- RelayResponseClosed
-
-
- extends RelayResponse
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
-
-
-
-
-
-
- Properties
-
-
-
-
-
- $isSuccess
-
- : bool
-
-
-
- $message
-
- : string
-
-
-
- $subscriptionId
-
- : string
-
-
-
- $type
-
- : string
-
-
-
-
-
- Methods
-
-
-
-
-
- __construct()
-
- : mixed
-
-
-
- create()
-
- : object
-
-Static method to create a response object based on the given type using a match expression.
-
-
- createResponse()
-
- : object
-
-Create a response object based on the given type using a match expression.
-
-
- isSuccess()
-
- : bool
-
-Backwards compatability support for <=1.3.3 where we used the CommandResultInterface as a response.
-
-
- message()
-
- : string
-
-Backwards compatability support for <=1.3.3 where we used the CommandResultInterface as a response.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- $isSuccess
-
-
-
-
-
-
-
-
-
- public
- bool
- $isSuccess
-
-
-
-
-
-
-
-
-
- $message
-
-
-
-
-
-
-
-
-
- public
- string
- $message
-
-
-
-
-
-
-
-
-
- $subscriptionId
-
-
-
-
-
-
-
-
-
- public
- string
- $subscriptionId
-
-
-
-
-
-
-
-
-
- $type
-
-
-
-
-
-
-
-
-
- public
- string
- $type
-
-
-
-
-
-
-
-
-
-
-
-
-
- __construct()
-
-
-
-
-
-
-
- public
- __construct ( mixed $response ) : mixed
-
-
-
-
- Parameters
-
-
- $response
- : mixed
-
-
-
-
-
-
-
-
-
-
-
-
- create()
-
-
-
-
-
- Static method to create a response object based on the given type using a match expression.
-
-
- public
- static create ( array<string|int, mixed> $response ) : object
-
-
-
-
- Parameters
-
-
- $response
- : array<string|int, mixed>
-
-
- The response data to be used for creating the object.
-
-
-
-
-
-
-
-
- Return values
- object
- —
- The created response object based on the determined type.
-
-
-
-
-
-
-
- createResponse()
-
-
-
-
-
- Create a response object based on the given type using a match expression.
-
-
- public
- static createResponse ( array<string|int, mixed> $response , string $type ) : object
-
-
-
-
- Parameters
-
-
- $response
- : array<string|int, mixed>
-
-
- The response data to be used for creating the object.
-
-
-
-
- $type
- : string
-
-
- The type of response to determine which object to create.
-
-
-
-
-
-
-
-
- Return values
- object
- —
- The created response object based on the type.
-
-
-
-
-
-
-
- isSuccess()
-
-
-
-
-
- Backwards compatability support for <=1.3.3 where we used the CommandResultInterface as a response.
-
-
- public
- isSuccess ( ) : bool
-
-
-
-
-
-
-
-
-
-
-
-
- message()
-
-
-
-
-
- Backwards compatability support for <=1.3.3 where we used the CommandResultInterface as a response.
-
-
- public
- message ( ) : string
-
-
-
-
-
-
-
-
- Return values
- string
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/classes/swentel-nostr-RelayResponse-RelayResponseEnum.html b/phpdoc.nostr-php.dev/classes/swentel-nostr-RelayResponse-RelayResponseEnum.html
deleted file mode 100644
index b4320f9..0000000
--- a/phpdoc.nostr-php.dev/classes/swentel-nostr-RelayResponse-RelayResponseEnum.html
+++ /dev/null
@@ -1,526 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- RelayResponseEnum
-
-
- : string
-
-
-
-
-
-
-
-
-
- Enum with response types.
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
-
-
-
-
-
- Cases
-
-
-
-
-
- AUTH
-
- = 'AUTH'
-
-NIP-42 support - Authentication of clients to relays
-https://github.com/nostr-protocol/nips/blob/master/42.md
-
-
- CLOSED
-
- = 'CLOSED'
-
-
-
- EOSE
-
- = 'EOSE'
-
-
-
- EVENT
-
- = 'EVENT'
-
-
-
- NOTICE
-
- = 'NOTICE'
-
-
-
- OK
-
- = 'OK'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- EVENT
-
-
-
-
-
-
-
-
-
-
-
-
-
- OK
-
-
-
-
-
-
-
-
-
-
-
-
-
- EOSE
-
-
-
-
-
-
-
-
-
-
-
-
-
- CLOSED
-
-
-
-
-
-
-
-
-
-
-
-
-
- NOTICE
-
-
-
-
-
-
-
-
-
-
-
-
-
- AUTH
-
-
-
-
-
- NIP-42 support - Authentication of clients to relays
-https://github.com/nostr-protocol/nips/blob/master/42.md
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/classes/swentel-nostr-RelayResponse-RelayResponseEose.html b/phpdoc.nostr-php.dev/classes/swentel-nostr-RelayResponse-RelayResponseEose.html
deleted file mode 100644
index 1a17006..0000000
--- a/phpdoc.nostr-php.dev/classes/swentel-nostr-RelayResponse-RelayResponseEose.html
+++ /dev/null
@@ -1,789 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- RelayResponseEose
-
-
- extends RelayResponse
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
-
-
-
-
-
-
- Properties
-
-
-
-
-
- $isSuccess
-
- : bool
-
-
-
- $message
-
- : string
-
-
-
- $subscriptionId
-
- : string
-
-
-
- $type
-
- : string
-
-
-
-
-
- Methods
-
-
-
-
-
- __construct()
-
- : mixed
-
-
-
- create()
-
- : object
-
-Static method to create a response object based on the given type using a match expression.
-
-
- createResponse()
-
- : object
-
-Create a response object based on the given type using a match expression.
-
-
- isSuccess()
-
- : bool
-
-Backwards compatability support for <=1.3.3 where we used the CommandResultInterface as a response.
-
-
- message()
-
- : string
-
-Backwards compatability support for <=1.3.3 where we used the CommandResultInterface as a response.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- $isSuccess
-
-
-
-
-
-
-
-
-
- public
- bool
- $isSuccess
-
-
-
-
-
-
-
-
-
- $message
-
-
-
-
-
-
-
-
-
- public
- string
- $message
-
-
-
-
-
-
-
-
-
- $subscriptionId
-
-
-
-
-
-
-
-
-
- public
- string
- $subscriptionId
-
-
-
-
-
-
-
-
-
- $type
-
-
-
-
-
-
-
-
-
- public
- string
- $type
-
-
-
-
-
-
-
-
-
-
-
-
-
- __construct()
-
-
-
-
-
-
-
- public
- __construct ( mixed $response ) : mixed
-
-
-
-
- Parameters
-
-
- $response
- : mixed
-
-
-
-
-
-
-
-
-
-
-
-
- create()
-
-
-
-
-
- Static method to create a response object based on the given type using a match expression.
-
-
- public
- static create ( array<string|int, mixed> $response ) : object
-
-
-
-
- Parameters
-
-
- $response
- : array<string|int, mixed>
-
-
- The response data to be used for creating the object.
-
-
-
-
-
-
-
-
- Return values
- object
- —
- The created response object based on the determined type.
-
-
-
-
-
-
-
- createResponse()
-
-
-
-
-
- Create a response object based on the given type using a match expression.
-
-
- public
- static createResponse ( array<string|int, mixed> $response , string $type ) : object
-
-
-
-
- Parameters
-
-
- $response
- : array<string|int, mixed>
-
-
- The response data to be used for creating the object.
-
-
-
-
- $type
- : string
-
-
- The type of response to determine which object to create.
-
-
-
-
-
-
-
-
- Return values
- object
- —
- The created response object based on the type.
-
-
-
-
-
-
-
- isSuccess()
-
-
-
-
-
- Backwards compatability support for <=1.3.3 where we used the CommandResultInterface as a response.
-
-
- public
- isSuccess ( ) : bool
-
-
-
-
-
-
-
-
-
-
-
-
- message()
-
-
-
-
-
- Backwards compatability support for <=1.3.3 where we used the CommandResultInterface as a response.
-
-
- public
- message ( ) : string
-
-
-
-
-
-
-
-
- Return values
- string
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/classes/swentel-nostr-RelayResponse-RelayResponseEvent.html b/phpdoc.nostr-php.dev/classes/swentel-nostr-RelayResponse-RelayResponseEvent.html
deleted file mode 100644
index a64799e..0000000
--- a/phpdoc.nostr-php.dev/classes/swentel-nostr-RelayResponse-RelayResponseEvent.html
+++ /dev/null
@@ -1,829 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- RelayResponseEvent
-
-
- extends RelayResponse
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
-
-
-
-
-
-
- Properties
-
-
-
-
-
- $event
-
- : stdClass
-
-
-
- $isSuccess
-
- : bool
-
-
-
- $message
-
- : string
-
-
-
- $subscriptionId
-
- : string
-
-
-
- $type
-
- : string
-
-
-
-
-
- Methods
-
-
-
-
-
- __construct()
-
- : mixed
-
-
-
- create()
-
- : object
-
-Static method to create a response object based on the given type using a match expression.
-
-
- createResponse()
-
- : object
-
-Create a response object based on the given type using a match expression.
-
-
- isSuccess()
-
- : bool
-
-Backwards compatability support for <=1.3.3 where we used the CommandResultInterface as a response.
-
-
- message()
-
- : string
-
-Backwards compatability support for <=1.3.3 where we used the CommandResultInterface as a response.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- $event
-
-
-
-
-
-
-
-
-
- public
- stdClass
- $event
-
-
-
-
-
-
-
-
-
- $isSuccess
-
-
-
-
-
-
-
-
-
- public
- bool
- $isSuccess
-
-
-
-
-
-
-
-
-
- $message
-
-
-
-
-
-
-
-
-
- public
- string
- $message
-
-
-
-
-
-
-
-
-
- $subscriptionId
-
-
-
-
-
-
-
-
-
- public
- string
- $subscriptionId
-
-
-
-
-
-
-
-
-
- $type
-
-
-
-
-
-
-
-
-
- public
- string
- $type
-
-
-
-
-
-
-
-
-
-
-
-
-
- __construct()
-
-
-
-
-
-
-
- public
- __construct ( mixed $response ) : mixed
-
-
-
-
- Parameters
-
-
- $response
- : mixed
-
-
-
-
-
-
-
-
-
-
-
-
- create()
-
-
-
-
-
- Static method to create a response object based on the given type using a match expression.
-
-
- public
- static create ( array<string|int, mixed> $response ) : object
-
-
-
-
- Parameters
-
-
- $response
- : array<string|int, mixed>
-
-
- The response data to be used for creating the object.
-
-
-
-
-
-
-
-
- Return values
- object
- —
- The created response object based on the determined type.
-
-
-
-
-
-
-
- createResponse()
-
-
-
-
-
- Create a response object based on the given type using a match expression.
-
-
- public
- static createResponse ( array<string|int, mixed> $response , string $type ) : object
-
-
-
-
- Parameters
-
-
- $response
- : array<string|int, mixed>
-
-
- The response data to be used for creating the object.
-
-
-
-
- $type
- : string
-
-
- The type of response to determine which object to create.
-
-
-
-
-
-
-
-
- Return values
- object
- —
- The created response object based on the type.
-
-
-
-
-
-
-
- isSuccess()
-
-
-
-
-
- Backwards compatability support for <=1.3.3 where we used the CommandResultInterface as a response.
-
-
- public
- isSuccess ( ) : bool
-
-
-
-
-
-
-
-
-
-
-
-
- message()
-
-
-
-
-
- Backwards compatability support for <=1.3.3 where we used the CommandResultInterface as a response.
-
-
- public
- message ( ) : string
-
-
-
-
-
-
-
-
- Return values
- string
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/classes/swentel-nostr-RelayResponse-RelayResponseNotice.html b/phpdoc.nostr-php.dev/classes/swentel-nostr-RelayResponse-RelayResponseNotice.html
deleted file mode 100644
index bd8e7db..0000000
--- a/phpdoc.nostr-php.dev/classes/swentel-nostr-RelayResponse-RelayResponseNotice.html
+++ /dev/null
@@ -1,749 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- RelayResponseNotice
-
-
- extends RelayResponse
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
-
-
-
-
-
-
- Properties
-
-
-
-
-
- $isSuccess
-
- : bool
-
-
-
- $message
-
- : string
-
-
-
- $type
-
- : string
-
-
-
-
-
- Methods
-
-
-
-
-
- __construct()
-
- : mixed
-
-
-
- create()
-
- : object
-
-Static method to create a response object based on the given type using a match expression.
-
-
- createResponse()
-
- : object
-
-Create a response object based on the given type using a match expression.
-
-
- isSuccess()
-
- : bool
-
-Backwards compatability support for <=1.3.3 where we used the CommandResultInterface as a response.
-
-
- message()
-
- : string
-
-Backwards compatability support for <=1.3.3 where we used the CommandResultInterface as a response.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- $isSuccess
-
-
-
-
-
-
-
-
-
- public
- bool
- $isSuccess
-
-
-
-
-
-
-
-
-
- $message
-
-
-
-
-
-
-
-
-
- public
- string
- $message
-
-
-
-
-
-
-
-
-
- $type
-
-
-
-
-
-
-
-
-
- public
- string
- $type
-
-
-
-
-
-
-
-
-
-
-
-
-
- __construct()
-
-
-
-
-
-
-
- public
- __construct ( mixed $response ) : mixed
-
-
-
-
- Parameters
-
-
- $response
- : mixed
-
-
-
-
-
-
-
-
-
-
-
-
- create()
-
-
-
-
-
- Static method to create a response object based on the given type using a match expression.
-
-
- public
- static create ( array<string|int, mixed> $response ) : object
-
-
-
-
- Parameters
-
-
- $response
- : array<string|int, mixed>
-
-
- The response data to be used for creating the object.
-
-
-
-
-
-
-
-
- Return values
- object
- —
- The created response object based on the determined type.
-
-
-
-
-
-
-
- createResponse()
-
-
-
-
-
- Create a response object based on the given type using a match expression.
-
-
- public
- static createResponse ( array<string|int, mixed> $response , string $type ) : object
-
-
-
-
- Parameters
-
-
- $response
- : array<string|int, mixed>
-
-
- The response data to be used for creating the object.
-
-
-
-
- $type
- : string
-
-
- The type of response to determine which object to create.
-
-
-
-
-
-
-
-
- Return values
- object
- —
- The created response object based on the type.
-
-
-
-
-
-
-
- isSuccess()
-
-
-
-
-
- Backwards compatability support for <=1.3.3 where we used the CommandResultInterface as a response.
-
-
- public
- isSuccess ( ) : bool
-
-
-
-
-
-
-
-
-
-
-
-
- message()
-
-
-
-
-
- Backwards compatability support for <=1.3.3 where we used the CommandResultInterface as a response.
-
-
- public
- message ( ) : string
-
-
-
-
-
-
-
-
- Return values
- string
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/classes/swentel-nostr-RelayResponse-RelayResponseOk.html b/phpdoc.nostr-php.dev/classes/swentel-nostr-RelayResponse-RelayResponseOk.html
deleted file mode 100644
index 6f95566..0000000
--- a/phpdoc.nostr-php.dev/classes/swentel-nostr-RelayResponse-RelayResponseOk.html
+++ /dev/null
@@ -1,829 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- RelayResponseOk
-
-
- extends RelayResponse
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
-
-
-
-
-
-
- Properties
-
-
-
-
-
- $eventId
-
- : string
-
-
-
- $isSuccess
-
- : bool
-
-
-
- $message
-
- : string
-
-
-
- $status
-
- : bool
-
-
-
- $type
-
- : string
-
-
-
-
-
- Methods
-
-
-
-
-
- __construct()
-
- : mixed
-
-
-
- create()
-
- : object
-
-Static method to create a response object based on the given type using a match expression.
-
-
- createResponse()
-
- : object
-
-Create a response object based on the given type using a match expression.
-
-
- isSuccess()
-
- : bool
-
-Backwards compatability support for <=1.3.3 where we used the CommandResultInterface as a response.
-
-
- message()
-
- : string
-
-Backwards compatability support for <=1.3.3 where we used the CommandResultInterface as a response.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- $eventId
-
-
-
-
-
-
-
-
-
- public
- string
- $eventId
-
-
-
-
-
-
-
-
-
- $isSuccess
-
-
-
-
-
-
-
-
-
- public
- bool
- $isSuccess
-
-
-
-
-
-
-
-
-
- $message
-
-
-
-
-
-
-
-
-
- public
- string
- $message
-
-
-
-
-
-
-
-
-
- $status
-
-
-
-
-
-
-
-
-
- public
- bool
- $status
-
-
-
-
-
-
-
-
-
- $type
-
-
-
-
-
-
-
-
-
- public
- string
- $type
-
-
-
-
-
-
-
-
-
-
-
-
-
- __construct()
-
-
-
-
-
-
-
- public
- __construct ( mixed $response ) : mixed
-
-
-
-
- Parameters
-
-
- $response
- : mixed
-
-
-
-
-
-
-
-
-
-
-
-
- create()
-
-
-
-
-
- Static method to create a response object based on the given type using a match expression.
-
-
- public
- static create ( array<string|int, mixed> $response ) : object
-
-
-
-
- Parameters
-
-
- $response
- : array<string|int, mixed>
-
-
- The response data to be used for creating the object.
-
-
-
-
-
-
-
-
- Return values
- object
- —
- The created response object based on the determined type.
-
-
-
-
-
-
-
- createResponse()
-
-
-
-
-
- Create a response object based on the given type using a match expression.
-
-
- public
- static createResponse ( array<string|int, mixed> $response , string $type ) : object
-
-
-
-
- Parameters
-
-
- $response
- : array<string|int, mixed>
-
-
- The response data to be used for creating the object.
-
-
-
-
- $type
- : string
-
-
- The type of response to determine which object to create.
-
-
-
-
-
-
-
-
- Return values
- object
- —
- The created response object based on the type.
-
-
-
-
-
-
-
- isSuccess()
-
-
-
-
-
- Backwards compatability support for <=1.3.3 where we used the CommandResultInterface as a response.
-
-
- public
- isSuccess ( ) : bool
-
-
-
-
-
-
-
-
-
-
-
-
- message()
-
-
-
-
-
- Backwards compatability support for <=1.3.3 where we used the CommandResultInterface as a response.
-
-
- public
- message ( ) : string
-
-
-
-
-
-
-
-
- Return values
- string
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/classes/swentel-nostr-RelayResponseInterface.html b/phpdoc.nostr-php.dev/classes/swentel-nostr-RelayResponseInterface.html
deleted file mode 100644
index 6a19a5d..0000000
--- a/phpdoc.nostr-php.dev/classes/swentel-nostr-RelayResponseInterface.html
+++ /dev/null
@@ -1,476 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- RelayResponseInterface
-
-
-
-
-
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Methods
-
-
-
-
-
- create()
-
- : mixed
-
-
-
- createResponse()
-
- : mixed
-
-
-
- isSuccess()
-
- : bool
-
-Returns whether the request was successful.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- create()
-
-
-
-
-
-
-
- public
- static create ( array<string|int, mixed> $response ) : mixed
-
-
-
-
- Parameters
-
-
- $response
- : array<string|int, mixed>
-
-
-
-
-
-
-
-
-
-
-
-
- createResponse()
-
-
-
-
-
-
-
- public
- static createResponse ( array<string|int, mixed> $response , string $type ) : mixed
-
-
-
-
- Parameters
-
-
- $response
- : array<string|int, mixed>
-
-
-
-
-
- $type
- : string
-
-
-
-
-
-
-
-
-
-
-
-
- isSuccess()
-
-
-
-
-
- Returns whether the request was successful.
-
-
- public
- isSuccess ( ) : bool
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/classes/swentel-nostr-RelaySetInterface.html b/phpdoc.nostr-php.dev/classes/swentel-nostr-RelaySetInterface.html
deleted file mode 100644
index 10c2703..0000000
--- a/phpdoc.nostr-php.dev/classes/swentel-nostr-RelaySetInterface.html
+++ /dev/null
@@ -1,799 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- RelaySetInterface
-
-
-
-
-
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Methods
-
-
-
-
-
- addRelay()
-
- : void
-
-Add relay to this set.
-
-
- connect()
-
- : bool
-
-Connect to all relays in this set.
-
-
- createFromUrls()
-
- : void
-
-Create a relay set from a list of relay URLs.
-
-
- disconnect()
-
- : bool
-
-Disconnect all relays in this set.
-
-
- getRelays()
-
- : array<string|int, mixed>
-
-Get all relays.
-
-
- isConnected()
-
- : bool
-
-All are relays connected?
-
-
- removeRelay()
-
- : void
-
-Remove relay from this set.
-
-
- send()
-
- : array<string|int, mixed>
-
-Sends the message to all the relays in this set.
-
-
- setMessage()
-
- : void
-
-The message to be sent to the relays.
-
-
- setRelays()
-
- : void
-
-Set relays in this set.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- addRelay()
-
-
-
-
-
- Add relay to this set.
-
-
- public
- addRelay ( Relay $relay ) : void
-
-
-
-
- Parameters
-
-
- $relay
- : Relay
-
-
-
-
-
-
-
-
-
-
-
-
- connect()
-
-
-
-
-
- Connect to all relays in this set.
-
-
- public
- connect ( ) : bool
-
-
-
-
-
-
-
-
-
-
-
-
- createFromUrls()
-
-
-
-
-
- Create a relay set from a list of relay URLs.
-
-
- public
- createFromUrls ( string|array<string|int, mixed> $urls ) : void
-
-
-
-
- Parameters
-
-
- $urls
- : string|array<string|int, mixed>
-
-
-
-
-
-
-
-
-
-
-
-
- disconnect()
-
-
-
-
-
- Disconnect all relays in this set.
-
-
- public
- disconnect ( ) : bool
-
-
-
-
-
-
-
-
-
-
-
-
- getRelays()
-
-
-
-
-
- Get all relays.
-
-
- public
- getRelays ( ) : array<string|int, mixed>
-
-
-
-
-
-
-
-
- Return values
- array<string|int, mixed>
-
-
-
-
-
- isConnected()
-
-
-
-
-
- All are relays connected?
-
-
- public
- isConnected ( ) : bool
-
-
-
-
-
-
-
-
-
-
-
-
- removeRelay()
-
-
-
-
-
- Remove relay from this set.
-
-
- public
- removeRelay ( Relay $relay ) : void
-
-
-
-
- Parameters
-
-
- $relay
- : Relay
-
-
-
-
-
-
-
-
-
-
-
-
- send()
-
-
-
-
-
- Sends the message to all the relays in this set.
-
-
- public
- send ( ) : array<string|int, mixed>
-
-
-
-
-
-
-
-
- Return values
- array<string|int, mixed>
-
-
-
-
-
- setMessage()
-
-
-
-
-
- The message to be sent to the relays.
-
-
- public
- setMessage ( MessageInterface $message ) : void
-
-
-
-
- Parameters
-
-
- $message
- : MessageInterface
-
-
-
-
-
-
-
-
-
-
-
-
- setRelays()
-
-
-
-
-
- Set relays in this set.
-
-
- public
- setRelays ( array<string|int, mixed> $relays ) : void
-
-
-
-
- Parameters
-
-
- $relays
- : array<string|int, mixed>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/classes/swentel-nostr-Request-Request.html b/phpdoc.nostr-php.dev/classes/swentel-nostr-Request-Request.html
deleted file mode 100644
index 1941f79..0000000
--- a/phpdoc.nostr-php.dev/classes/swentel-nostr-Request-Request.html
+++ /dev/null
@@ -1,626 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Request
-
-
-
-
-
- implements
- RequestInterface
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
- Interfaces
-
-
-
-
- RequestInterface
-
-
-
-
-
-
-
- Properties
-
-
-
-
-
- $relays
-
- : RelaySet
-
-RelaySet.
-
-
- $payload
-
- : string
-
-Request message sent to relay.
-
-
-
-
- Methods
-
-
-
-
-
- __construct()
-
- : mixed
-
-Constructor for the Request class.
-
-
- send()
-
- : array<string|int, mixed>
-
-Method to send all data to the Websocket client which will connect to the relay(s).
-
-
- getResponseFromRelay()
-
- : array<string|int, mixed>
-
-Method to send a request using WebSocket client, receive responses, and handle errors.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- $relays
-
-
-
-
-
-
-
- RelaySet.
-
-
- protected
- RelaySet
- $relays
-
-
-
-
-
-
-
-
-
- $payload
-
-
-
-
-
-
-
- Request message sent to relay.
-
-
- private
- string
- $payload
-
-
-
-
-
-
-
-
-
-
-
-
-
- __construct()
-
-
-
-
-
- Constructor for the Request class.
-
-
- public
- __construct ( Relay |RelaySet $relay , mixed $message ) : mixed
-
-
-
- Initializes the url and payload properties based on the provided websocket and message.
-
-
- Parameters
-
-
- $relay
- : Relay |RelaySet
-
-
-
-
-
- $message
- : mixed
-
-
-
-
-
-
-
-
-
-
-
-
- send()
-
-
-
-
-
- Method to send all data to the Websocket client which will connect to the relay(s).
-
-
- public
- send ( ) : array<string|int, mixed>
-
-
-
-
-
-
-
-
-
- inheritDoc
-
-
-
-
-
-
-
-
- Return values
- array<string|int, mixed>
-
-
-
-
-
- getResponseFromRelay()
-
-
-
-
-
- Method to send a request using WebSocket client, receive responses, and handle errors.
-
-
- private
- getResponseFromRelay ( Relay $relay ) : array<string|int, mixed>
-
-
-
-
- Parameters
-
-
- $relay
- : Relay
-
-
-
-
-
-
-
-
-
- Return values
- array<string|int, mixed>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/classes/swentel-nostr-RequestInterface.html b/phpdoc.nostr-php.dev/classes/swentel-nostr-RequestInterface.html
deleted file mode 100644
index ef1da89..0000000
--- a/phpdoc.nostr-php.dev/classes/swentel-nostr-RequestInterface.html
+++ /dev/null
@@ -1,373 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- RequestInterface
-
-
-
-
-
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Methods
-
-
-
-
-
- send()
-
- : array<string|int, mixed>
-
-Method to send all data to the Websocket client which will connect to the relay(s).
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- send()
-
-
-
-
-
- Method to send all data to the Websocket client which will connect to the relay(s).
-
-
- public
- send ( ) : array<string|int, mixed>
-
-
-
-
-
-
-
-
- Return values
- array<string|int, mixed>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/classes/swentel-nostr-Sign-Sign.html b/phpdoc.nostr-php.dev/classes/swentel-nostr-Sign-Sign.html
deleted file mode 100644
index 0764140..0000000
--- a/phpdoc.nostr-php.dev/classes/swentel-nostr-Sign-Sign.html
+++ /dev/null
@@ -1,452 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Sign
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Methods
-
-
-
-
-
- serializeEvent()
-
- : bool|string
-
-Serialize the event so the id can be created.
-
-
- signEvent()
-
- : void
-
-Sign an event.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- serializeEvent()
-
-
-
-
-
- Serialize the event so the id can be created.
-
-
- public
- serializeEvent ( EventInterface $event ) : bool|string
-
-
-
-
- Parameters
-
-
- $event
- : EventInterface
-
-
-
-
-
-
-
-
-
- Return values
- bool|string
-
-
-
-
-
- signEvent()
-
-
-
-
-
- Sign an event.
-
-
- public
- signEvent ( EventInterface $event , string $private_key ) : void
-
-
-
-
- Parameters
-
-
- $event
- : EventInterface
-
-
-
-
-
- $private_key
- : string
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/classes/swentel-nostr-Subscription-Subscription.html b/phpdoc.nostr-php.dev/classes/swentel-nostr-Subscription-Subscription.html
deleted file mode 100644
index ef5d9b7..0000000
--- a/phpdoc.nostr-php.dev/classes/swentel-nostr-Subscription-Subscription.html
+++ /dev/null
@@ -1,403 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Subscription
-
-
-
-
-
- implements
- SubscriptionInterface
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
- Interfaces
-
-
-
-
- SubscriptionInterface
-
-
-
-
-
-
-
-
- Methods
-
-
-
-
-
- setId()
-
- : string
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- setId()
-
-
-
-
-
-
-
- public
- setId ( [ mixed $length = 64 ] ) : string
-
-
-
-
- Parameters
-
-
- $length
- : mixed
- = 64
-
-
-
-
-
-
-
-
- Return values
- string
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/classes/swentel-nostr-SubscriptionInterface.html b/phpdoc.nostr-php.dev/classes/swentel-nostr-SubscriptionInterface.html
deleted file mode 100644
index fbb87c9..0000000
--- a/phpdoc.nostr-php.dev/classes/swentel-nostr-SubscriptionInterface.html
+++ /dev/null
@@ -1,381 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- SubscriptionInterface
-
-
-
-
-
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Methods
-
-
-
-
-
- setId()
-
- : string
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- setId()
-
-
-
-
-
-
-
- public
- setId ( mixed $length ) : string
-
-
-
-
- Parameters
-
-
- $length
- : mixed
-
-
-
-
-
-
-
-
-
- Return values
- string
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/css/base.css b/phpdoc.nostr-php.dev/css/base.css
deleted file mode 100644
index 6385024..0000000
--- a/phpdoc.nostr-php.dev/css/base.css
+++ /dev/null
@@ -1,1231 +0,0 @@
-
-
-:root {
- /* Typography */
- --font-primary: 'Open Sans', Helvetica, Arial, sans-serif;
- --font-secondary: 'Open Sans', Helvetica, Arial, sans-serif;
- --font-monospace: 'Source Code Pro', monospace;
- --line-height--primary: 1.6;
- --letter-spacing--primary: .05rem;
- --text-base-size: 1em;
- --text-scale-ratio: 1.2;
-
- --text-xxs: calc(var(--text-base-size) / var(--text-scale-ratio) / var(--text-scale-ratio) / var(--text-scale-ratio));
- --text-xs: calc(var(--text-base-size) / var(--text-scale-ratio) / var(--text-scale-ratio));
- --text-sm: calc(var(--text-base-size) / var(--text-scale-ratio));
- --text-md: var(--text-base-size);
- --text-lg: calc(var(--text-base-size) * var(--text-scale-ratio));
- --text-xl: calc(var(--text-base-size) * var(--text-scale-ratio) * var(--text-scale-ratio));
- --text-xxl: calc(var(--text-base-size) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio));
- --text-xxxl: calc(var(--text-base-size) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio));
- --text-xxxxl: calc(var(--text-base-size) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio));
- --text-xxxxxl: calc(var(--text-base-size) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio));
-
- --color-hue-red: 4;
- --color-hue-pink: 340;
- --color-hue-purple: 291;
- --color-hue-deep-purple: 262;
- --color-hue-indigo: 231;
- --color-hue-blue: 207;
- --color-hue-light-blue: 199;
- --color-hue-cyan: 187;
- --color-hue-teal: 174;
- --color-hue-green: 122;
- --color-hue-phpdocumentor-green: 96;
- --color-hue-light-green: 88;
- --color-hue-lime: 66;
- --color-hue-yellow: 54;
- --color-hue-amber: 45;
- --color-hue-orange: 36;
- --color-hue-deep-orange: 14;
- --color-hue-brown: 16;
-
- /* Colors */
- --primary-color-hue: var(--color-hue-phpdocumentor-green, --color-hue-phpdocumentor-green);
- --primary-color-saturation: 57%;
- --primary-color: hsl(var(--primary-color-hue), var(--primary-color-saturation), 60%);
- --primary-color-darken: hsl(var(--primary-color-hue), var(--primary-color-saturation), 40%);
- --primary-color-darker: hsl(var(--primary-color-hue), var(--primary-color-saturation), 25%);
- --primary-color-darkest: hsl(var(--primary-color-hue), var(--primary-color-saturation), 10%);
- --primary-color-lighten: hsl(var(--primary-color-hue), calc(var(--primary-color-saturation) - 20%), 85%);
- --primary-color-lighter: hsl(var(--primary-color-hue), calc(var(--primary-color-saturation) - 45%), 97.5%);
- --dark-gray: #d1d1d1;
- --light-gray: #f0f0f0;
-
- --text-color: var(--primary-color-darkest);
-
- --header-height: var(--spacing-xxxxl);
- --header-bg-color: var(--primary-color);
- --code-background-color: var(--primary-color-lighter);
- --code-border-color: --primary-color-lighten;
- --button-border-color: var(--primary-color-darken);
- --button-color: transparent;
- --button-color-primary: var(--primary-color);
- --button-text-color: #555;
- --button-text-color-primary: white;
- --popover-background-color: rgba(255, 255, 255, 0.75);
- --link-color-primary: var(--primary-color-darker);
- --link-hover-color-primary: var(--primary-color-darkest);
- --form-field-border-color: var(--dark-gray);
- --form-field-color: #fff;
- --admonition-success-color: var(--primary-color);
- --admonition-border-color: silver;
- --table-separator-color: var(--primary-color-lighten);
- --title-text-color: var(--primary-color);
-
- --sidebar-border-color: var(--primary-color-lighten);
-
- /* Grid */
- --container-width: 1400px;
-
- /* Spacing */
- --spacing-base-size: 1rem;
- --spacing-scale-ratio: 1.5;
-
- --spacing-xxxs: calc(var(--spacing-base-size) / var(--spacing-scale-ratio) / var(--spacing-scale-ratio) / var(--spacing-scale-ratio) / var(--spacing-scale-ratio));
- --spacing-xxs: calc(var(--spacing-base-size) / var(--spacing-scale-ratio) / var(--spacing-scale-ratio) / var(--spacing-scale-ratio));
- --spacing-xs: calc(var(--spacing-base-size) / var(--spacing-scale-ratio) / var(--spacing-scale-ratio));
- --spacing-sm: calc(var(--spacing-base-size) / var(--spacing-scale-ratio));
- --spacing-md: var(--spacing-base-size);
- --spacing-lg: calc(var(--spacing-base-size) * var(--spacing-scale-ratio));
- --spacing-xl: calc(var(--spacing-base-size) * var(--spacing-scale-ratio) * var(--spacing-scale-ratio));
- --spacing-xxl: calc(var(--spacing-base-size) * var(--spacing-scale-ratio) * var(--spacing-scale-ratio) * var(--spacing-scale-ratio));
- --spacing-xxxl: calc(var(--spacing-base-size) * var(--spacing-scale-ratio) * var(--spacing-scale-ratio) * var(--spacing-scale-ratio) * var(--spacing-scale-ratio));
- --spacing-xxxxl: calc(var(--spacing-base-size) * var(--spacing-scale-ratio) * var(--spacing-scale-ratio) * var(--spacing-scale-ratio) * var(--spacing-scale-ratio) * var(--spacing-scale-ratio));
-
- --border-radius-base-size: 3px;
-}
-
-/* Base Styles
--------------------------------------------------- */
-body {
- background-color: #fff;
- color: var(--text-color);
- font-family: var(--font-primary);
- font-size: var(--text-md);
- letter-spacing: var(--letter-spacing--primary);
- line-height: var(--line-height--primary);
- width: 100%;
-}
-
-.phpdocumentor h1,
-.phpdocumentor h2,
-.phpdocumentor h3,
-.phpdocumentor h4,
-.phpdocumentor h5,
-.phpdocumentor h6 {
- margin-bottom: var(--spacing-lg);
- margin-top: var(--spacing-lg);
- font-weight: 600;
-}
-
-.phpdocumentor h1 {
- font-size: var(--text-xxxxl);
- letter-spacing: var(--letter-spacing--primary);
- line-height: 1.2;
- margin-top: 0;
-}
-
-.phpdocumentor h2 {
- font-size: var(--text-xxxl);
- letter-spacing: var(--letter-spacing--primary);
- line-height: 1.25;
-}
-
-.phpdocumentor h3 {
- font-size: var(--text-xxl);
- letter-spacing: var(--letter-spacing--primary);
- line-height: 1.3;
-}
-
-.phpdocumentor h4 {
- font-size: var(--text-xl);
- letter-spacing: calc(var(--letter-spacing--primary) / 2);
- line-height: 1.35;
- margin-bottom: var(--spacing-md);
-}
-
-.phpdocumentor h5 {
- font-size: var(--text-lg);
- letter-spacing: calc(var(--letter-spacing--primary) / 4);
- line-height: 1.5;
- margin-bottom: var(--spacing-md);
- margin-top: var(--spacing-md);
-}
-
-.phpdocumentor h6 {
- font-size: var(--text-md);
- letter-spacing: 0;
- line-height: var(--line-height--primary);
- margin-bottom: var(--spacing-md);
- margin-top: var(--spacing-md);
-}
-.phpdocumentor h1 .headerlink,
-.phpdocumentor h2 .headerlink,
-.phpdocumentor h3 .headerlink,
-.phpdocumentor h4 .headerlink,
-.phpdocumentor h5 .headerlink,
-.phpdocumentor h6 .headerlink
-{
- display: none;
-}
-
-@media (min-width: 550px) {
- .phpdocumentor h1 .headerlink,
- .phpdocumentor h2 .headerlink,
- .phpdocumentor h3 .headerlink,
- .phpdocumentor h4 .headerlink,
- .phpdocumentor h5 .headerlink,
- .phpdocumentor h6 .headerlink {
- display: inline;
- transition: all .3s ease-in-out;
- opacity: 0;
- text-decoration: none;
- color: silver;
- font-size: 80%;
- }
-
- .phpdocumentor h1:hover .headerlink,
- .phpdocumentor h2:hover .headerlink,
- .phpdocumentor h3:hover .headerlink,
- .phpdocumentor h4:hover .headerlink,
- .phpdocumentor h5:hover .headerlink,
- .phpdocumentor h6:hover .headerlink {
- opacity: 1;
- }
-}
-.phpdocumentor p {
- margin-top: 0;
- margin-bottom: var(--spacing-md);
-}
-.phpdocumentor figure {
- margin-bottom: var(--spacing-md);
-}
-
-.phpdocumentor figcaption {
- text-align: center;
- font-style: italic;
- font-size: 80%;
-}
-
-.phpdocumentor-uml-diagram svg {
- max-width: 100%;
- height: auto !important;
-}
-.phpdocumentor-line {
- border-top: 1px solid #E1E1E1;
- border-width: 0;
- margin-bottom: var(--spacing-xxl);
- margin-top: var(--spacing-xxl);
-}
-.phpdocumentor-section {
- box-sizing: border-box;
- margin: 0 auto;
- max-width: var(--container-width);
- padding: 0 var(--spacing-sm);
- position: relative;
- width: 100%;
-}
-
-@media (min-width: 550px) {
- .phpdocumentor-section {
- padding: 0 var(--spacing-lg);
- }
-}
-
-@media (min-width: 1200px) {
- .phpdocumentor-section {
- padding: 0;
- width: 95%;
- }
-}
-.phpdocumentor-column {
- box-sizing: border-box;
- float: left;
- width: 100%;
-}
-
-@media (min-width: 550px) {
- .phpdocumentor-column {
- margin-left: 4%;
- }
-
- .phpdocumentor-column:first-child {
- margin-left: 0;
- }
-
- .-one.phpdocumentor-column {
- width: 4.66666666667%;
- }
-
- .-two.phpdocumentor-column {
- width: 13.3333333333%;
- }
-
- .-three.phpdocumentor-column {
- width: 22%;
- }
-
- .-four.phpdocumentor-column {
- width: 30.6666666667%;
- }
-
- .-five.phpdocumentor-column {
- width: 39.3333333333%;
- }
-
- .-six.phpdocumentor-column {
- width: 48%;
- }
-
- .-seven.phpdocumentor-column {
- width: 56.6666666667%;
- }
-
- .-eight.phpdocumentor-column {
- width: 65.3333333333%;
- }
-
- .-nine.phpdocumentor-column {
- width: 74.0%;
- }
-
- .-ten.phpdocumentor-column {
- width: 82.6666666667%;
- }
-
- .-eleven.phpdocumentor-column {
- width: 91.3333333333%;
- }
-
- .-twelve.phpdocumentor-column {
- margin-left: 0;
- width: 100%;
- }
-
- .-one-third.phpdocumentor-column {
- width: 30.6666666667%;
- }
-
- .-two-thirds.phpdocumentor-column {
- width: 65.3333333333%;
- }
-
- .-one-half.phpdocumentor-column {
- width: 48%;
- }
-
- /* Offsets */
- .-offset-by-one.phpdocumentor-column {
- margin-left: 8.66666666667%;
- }
-
- .-offset-by-two.phpdocumentor-column {
- margin-left: 17.3333333333%;
- }
-
- .-offset-by-three.phpdocumentor-column {
- margin-left: 26%;
- }
-
- .-offset-by-four.phpdocumentor-column {
- margin-left: 34.6666666667%;
- }
-
- .-offset-by-five.phpdocumentor-column {
- margin-left: 43.3333333333%;
- }
-
- .-offset-by-six.phpdocumentor-column {
- margin-left: 52%;
- }
-
- .-offset-by-seven.phpdocumentor-column {
- margin-left: 60.6666666667%;
- }
-
- .-offset-by-eight.phpdocumentor-column {
- margin-left: 69.3333333333%;
- }
-
- .-offset-by-nine.phpdocumentor-column {
- margin-left: 78.0%;
- }
-
- .-offset-by-ten.phpdocumentor-column {
- margin-left: 86.6666666667%;
- }
-
- .-offset-by-eleven.phpdocumentor-column {
- margin-left: 95.3333333333%;
- }
-
- .-offset-by-one-third.phpdocumentor-column {
- margin-left: 34.6666666667%;
- }
-
- .-offset-by-two-thirds.phpdocumentor-column {
- margin-left: 69.3333333333%;
- }
-
- .-offset-by-one-half.phpdocumentor-column {
- margin-left: 52%;
- }
-}
-.phpdocumentor a {
- color: var(--link-color-primary);
-}
-
-.phpdocumentor a:hover {
- color: var(--link-hover-color-primary);
-}
-.phpdocumentor-button {
- background-color: var(--button-color);
- border: 1px solid var(--button-border-color);
- border-radius: var(--border-radius-base-size);
- box-sizing: border-box;
- color: var(--button-text-color);
- cursor: pointer;
- display: inline-block;
- font-size: var(--text-sm);
- font-weight: 600;
- height: 38px;
- letter-spacing: .1rem;
- line-height: 38px;
- padding: 0 var(--spacing-xxl);
- text-align: center;
- text-decoration: none;
- text-transform: uppercase;
- white-space: nowrap;
- margin-bottom: var(--spacing-md);
-}
-
-.phpdocumentor-button .-wide {
- width: 100%;
-}
-
-.phpdocumentor-button:hover,
-.phpdocumentor-button:focus {
- border-color: #888;
- color: #333;
- outline: 0;
-}
-
-.phpdocumentor-button.-primary {
- background-color: var(--button-color-primary);
- border-color: var(--button-color-primary);
- color: var(--button-text-color-primary);
-}
-
-.phpdocumentor-button.-primary:hover,
-.phpdocumentor-button.-primary:focus {
- background-color: var(--link-color-primary);
- border-color: var(--link-color-primary);
- color: var(--button-text-color-primary);
-}
-.phpdocumentor form {
- margin-bottom: var(--spacing-md);
-}
-
-.phpdocumentor-field {
- background-color: var(--form-field-color);
- border: 1px solid var(--form-field-border-color);
- border-radius: var(--border-radius-base-size);
- box-shadow: none;
- box-sizing: border-box;
- height: 38px;
- padding: var(--spacing-xxxs) var(--spacing-xxs); /* The 6px vertically centers text on FF, ignored by Webkit */
- margin-bottom: var(--spacing-md);
-}
-
-/* Removes awkward default styles on some inputs for iOS */
-input[type="email"],
-input[type="number"],
-input[type="search"],
-input[type="text"],
-input[type="tel"],
-input[type="url"],
-input[type="password"],
-textarea {
- -moz-appearance: none;
- -webkit-appearance: none;
- appearance: none;
-}
-
-.phpdocumentor-textarea {
- min-height: 65px;
- padding-bottom: var(--spacing-xxxs);
- padding-top: var(--spacing-xxxs);
-}
-
-.phpdocumentor-field:focus {
- border: 1px solid var(--button-color-primary);
- outline: 0;
-}
-
-label.phpdocumentor-label {
- display: block;
- margin-bottom: var(--spacing-xs);
-}
-
-.phpdocumentor-fieldset {
- border-width: 0;
- padding: 0;
-}
-
-input[type="checkbox"].phpdocumentor-field,
-input[type="radio"].phpdocumentor-field {
- display: inline;
-}
-.phpdocumentor-column ul,
-div.phpdocumentor-list > ul,
-ul.phpdocumentor-list {
- list-style: circle;
-}
-
-.phpdocumentor-column ol,
-div.phpdocumentor-list > ol,
-ol.phpdocumentor-list {
- list-style: decimal;
-}
-
-
-.phpdocumentor-column ul,
-div.phpdocumentor-list > ul,
-ol.phpdocumentor-list,
-ul.phpdocumentor-list {
- margin-top: 0;
- padding-left: var(--spacing-lg);
- margin-bottom: var(--spacing-sm);
-}
-
-.phpdocumentor-column ul.-clean,
-div.phpdocumentor-list > ul.-clean,
-ul.phpdocumentor-list.-clean {
- list-style: none;
- padding-left: 0;
-}
-
-dl {
- margin-bottom: var(--spacing-md);
-}
-
-.phpdocumentor-column ul ul,
-div.phpdocumentor-list > ul ul,
-ul.phpdocumentor-list ul.phpdocumentor-list,
-ul.phpdocumentor-list ol.phpdocumentor-list,
-ol.phpdocumentor-list ol.phpdocumentor-list,
-ol.phpdocumentor-list ul.phpdocumentor-list {
- font-size: var(--text-sm);
- margin: 0 0 0 calc(var(--spacing-xs) * 2);
-}
-
-.phpdocumentor-column ul li,
-.phpdocumentor-list li {
- padding-bottom: var(--spacing-xs);
-}
-
-.phpdocumentor dl dt {
- margin-bottom: var(--spacing-xs);
-}
-
-.phpdocumentor dl dd {
- margin-bottom: var(--spacing-md);
-}
-.phpdocumentor pre {
- margin-bottom: var(--spacing-md);
-}
-
-.phpdocumentor-code {
- font-family: var(--font-monospace);
- background: var(--code-background-color);
- border: 1px solid var(--code-border-color);
- border-radius: var(--border-radius-base-size);
- font-size: var(--text-sm);
- padding: var(--spacing-sm) var(--spacing-md);
- width: 100%;
- box-sizing: border-box;
-}
-
-.phpdocumentor-code.-dark {
- background: var(--primary-color-darkest);
- color: var(--light-gray);
- box-shadow: 0 2px 3px var(--dark-gray);
-}
-
-pre > .phpdocumentor-code {
- display: block;
- white-space: pre;
-}
-.phpdocumentor blockquote {
- border-left: 4px solid var(--primary-color-darken);
- margin: var(--spacing-md) 0;
- padding: var(--spacing-xs) var(--spacing-sm);
- color: var(--primary-color-darker);
- font-style: italic;
-}
-
-.phpdocumentor blockquote p:last-of-type {
- margin-bottom: 0;
-}
-.phpdocumentor table {
- margin-bottom: var(--spacing-md);
-}
-
-th.phpdocumentor-heading,
-td.phpdocumentor-cell {
- border-bottom: 1px solid var(--table-separator-color);
- padding: var(--spacing-sm) var(--spacing-md);
- text-align: left;
-}
-
-th.phpdocumentor-heading:first-child,
-td.phpdocumentor-cell:first-child {
- padding-left: 0;
-}
-
-th.phpdocumentor-heading:last-child,
-td.phpdocumentor-cell:last-child {
- padding-right: 0;
-}
-.phpdocumentor-label-line {
- display: flex;
- flex-direction: row;
- gap: 1rem
-}
-
-.phpdocumentor-label {
- background: #f6f6f6;
- border-radius: .25rem;
- font-size: 80%;
- display: inline-block;
- overflow: hidden
-}
-
-/*
-It would be better if the phpdocumentor-element class were to become a flex element with a gap, but for #3337 that
-is too big a fix and needs to be done in a new design iteration.
-*/
-.phpdocumentor-signature + .phpdocumentor-label-line .phpdocumentor-label {
- margin-top: var(--spacing-sm);
-}
-
-.phpdocumentor-label span {
- display: inline-block;
- padding: .125rem .5rem;
-}
-
-.phpdocumentor-label--success span:last-of-type {
- background: #abe1ab;
-}
-
-.phpdocumentor-header {
- display: flex;
- flex-direction: row;
- align-items: stretch;
- flex-wrap: wrap;
- justify-content: space-between;
- height: auto;
- padding: var(--spacing-md) var(--spacing-md);
-}
-
-.phpdocumentor-header__menu-button {
- position: absolute;
- top: -100%;
- left: -100%;
-}
-
-.phpdocumentor-header__menu-icon {
- font-size: 2rem;
- color: var(--primary-color);
-}
-
-.phpdocumentor-header__menu-button:checked ~ .phpdocumentor-topnav {
- max-height: 250px;
- padding-top: var(--spacing-md);
-}
-
-@media (min-width: 1000px) {
- .phpdocumentor-header {
- flex-direction: row;
- padding: var(--spacing-lg) var(--spacing-lg);
- min-height: var(--header-height);
- }
-
- .phpdocumentor-header__menu-icon {
- display: none;
- }
-}
-
-@media (min-width: 1000px) {
- .phpdocumentor-header {
- padding-top: 0;
- padding-bottom: 0;
- }
-}
-@media (min-width: 1200px) {
- .phpdocumentor-header {
- padding: 0;
- }
-}
-.phpdocumentor-title {
- box-sizing: border-box;
- color: var(--title-text-color);
- font-size: var(--text-xxl);
- letter-spacing: .05rem;
- font-weight: normal;
- width: auto;
- margin: 0;
- display: flex;
- align-items: center;
-}
-
-.phpdocumentor-title.-without-divider {
- border: none;
-}
-
-.phpdocumentor-title__link {
- transition: all .3s ease-out;
- display: flex;
- color: var(--title-text-color);
- text-decoration: none;
- font-weight: normal;
- white-space: nowrap;
- transform: scale(.75);
- transform-origin: left;
-}
-
-.phpdocumentor-title__link:hover {
- transform: perspective(15rem) translateX(.5rem);
- font-weight: 600;
-}
-
-@media (min-width: 1000px) {
- .phpdocumentor-title {
- width: 22%;
- border-right: var(--sidebar-border-color) solid 1px;
- }
-
- .phpdocumentor-title__link {
- transform-origin: left;
- }
-}
-
-@media (min-width: 1000px) {
- .phpdocumentor-title__link {
- transform: scale(.85);
- }
-}
-
-@media (min-width: 1200px) {
- .phpdocumentor-title__link {
- transform: scale(1);
- }
-}.phpdocumentor-topnav {
- display: flex;
- align-items: center;
- margin: 0;
- max-height: 0;
- overflow: hidden;
- transition: max-height 0.2s ease-out;
- flex-basis: 100%;
-}
-
-.phpdocumentor-topnav__menu {
- text-align: right;
- list-style: none;
- margin: 0;
- padding: 0;
- flex: 1;
- display: flex;
- flex-flow: row wrap;
- justify-content: center;
-}
-
-.phpdocumentor-topnav__menu-item {
- margin: 0;
- width: 100%;
- display: inline-block;
- text-align: center;
- padding: var(--spacing-sm) 0
-}
-
-.phpdocumentor-topnav__menu-item.-social {
- width: auto;
- padding: var(--spacing-sm)
-}
-
-.phpdocumentor-topnav__menu-item a {
- display: inline-block;
- color: var(--text-color);
- text-decoration: none;
- font-size: var(--text-lg);
- transition: all .3s ease-out;
- border-bottom: 1px dotted transparent;
- line-height: 1;
-}
-
-.phpdocumentor-topnav__menu-item a:hover {
- transform: perspective(15rem) translateY(.1rem);
- border-bottom: 1px dotted var(--text-color);
-}
-
-@media (min-width: 1000px) {
- .phpdocumentor-topnav {
- max-height: none;
- overflow: visible;
- flex-basis: auto;
- }
-
- .phpdocumentor-topnav__menu {
- display: flex;
- flex-flow: row wrap;
- justify-content: flex-end;
- }
-
- .phpdocumentor-topnav__menu-item,
- .phpdocumentor-topnav__menu-item.-social {
- width: auto;
- display: inline;
- text-align: right;
- padding: 0 0 0 var(--spacing-md)
- }
-}
-.phpdocumentor-sidebar {
- margin: 0;
- overflow: hidden;
- max-height: 0;
-}
-
-.phpdocumentor .phpdocumentor-sidebar .phpdocumentor-list {
- padding: var(--spacing-xs) var(--spacing-md);
- list-style: none;
- margin: 0;
-}
-
-.phpdocumentor .phpdocumentor-sidebar li {
- white-space: nowrap;
- text-overflow: ellipsis;
- overflow: hidden;
- padding: 0 0 var(--spacing-xxxs) var(--spacing-md);
-}
-
-.phpdocumentor .phpdocumentor-sidebar abbr,
-.phpdocumentor .phpdocumentor-sidebar a {
- text-decoration: none;
- border-bottom: none;
- color: var(--text-color);
- font-size: var(--text-md);
- padding-left: 0;
- transition: padding-left .4s ease-out;
-}
-
-.phpdocumentor .phpdocumentor-sidebar a:hover,
-.phpdocumentor .phpdocumentor-sidebar a.-active {
- padding-left: 5px;
- font-weight: 600;
-}
-
-.phpdocumentor .phpdocumentor-sidebar__category > * {
- border-left: 1px solid var(--primary-color-lighten);
-}
-
-.phpdocumentor .phpdocumentor-sidebar__category {
- margin-bottom: var(--spacing-lg);
-}
-
-.phpdocumentor .phpdocumentor-sidebar__category-header {
- font-size: var(--text-md);
- margin-top: 0;
- margin-bottom: var(--spacing-xs);
- color: var(--link-color-primary);
- font-weight: 600;
- border-left: 0;
-}
-
-.phpdocumentor .phpdocumentor-sidebar__root-package,
-.phpdocumentor .phpdocumentor-sidebar__root-namespace {
- font-size: var(--text-md);
- margin: 0;
- padding-top: var(--spacing-xs);
- padding-left: var(--spacing-md);
- color: var(--text-color);
- font-weight: normal;
-}
-
-@media (min-width: 550px) {
- .phpdocumentor-sidebar {
- border-right: var(--sidebar-border-color) solid 1px;
- }
-}
-
-.phpdocumentor-sidebar__menu-button {
- position: absolute;
- top: -100%;
- left: -100%;
-}
-
-.phpdocumentor-sidebar__menu-icon {
- font-size: var(--text-md);
- font-weight: 600;
- background: var(--primary-color);
- color: white;
- margin: 0 0 var(--spacing-lg);
- display: block;
- padding: var(--spacing-sm);
- text-align: center;
- border-radius: 3px;
- text-transform: uppercase;
- letter-spacing: .15rem;
-}
-
-.phpdocumentor-sidebar__menu-button:checked ~ .phpdocumentor-sidebar {
- max-height: 100%;
- padding-top: var(--spacing-md);
-}
-
-@media (min-width: 550px) {
- .phpdocumentor-sidebar {
- overflow: visible;
- max-height: 100%;
- }
-
- .phpdocumentor-sidebar__menu-icon {
- display: none;
- }
-}
-.phpdocumentor-admonition {
- border: 1px solid var(--admonition-border-color);
- border-radius: var(--border-radius-base-size);
- border-color: var(--primary-color-lighten);
- background-color: var(--primary-color-lighter);
- padding: var(--spacing-lg);
- margin: var(--spacing-lg) 0;
- display: flex;
- flex-direction: row;
- align-items: flex-start;
-}
-
-.phpdocumentor-admonition p:last-of-type {
- margin-bottom: 0;
-}
-
-.phpdocumentor-admonition--success,
-.phpdocumentor-admonition.-success {
- border-color: var(--admonition-success-color);
-}
-
-.phpdocumentor-admonition__icon {
- margin-right: var(--spacing-md);
- color: var(--primary-color);
- max-width: 3rem;
-}
-.phpdocumentor ul.phpdocumentor-breadcrumbs {
- font-size: var(--text-md);
- list-style: none;
- margin: 0;
- padding: 0;
-}
-
-.phpdocumentor ul.phpdocumentor-breadcrumbs a {
- color: var(--text-color);
- text-decoration: none;
-}
-
-.phpdocumentor ul.phpdocumentor-breadcrumbs > li {
- display: inline-block;
- margin: 0;
-}
-
-.phpdocumentor ul.phpdocumentor-breadcrumbs > li + li:before {
- color: var(--dark-gray);
- content: "\\\A0";
- padding: 0;
-}
-.phpdocumentor .phpdocumentor-back-to-top {
- position: fixed;
- bottom: 2rem;
- font-size: 2.5rem;
- opacity: .25;
- transition: all .3s ease-in-out;
- right: 2rem;
-}
-
-.phpdocumentor .phpdocumentor-back-to-top:hover {
- color: var(--link-color-primary);
- opacity: 1;
-}
-.phpdocumentor-search {
- position: relative;
- display: none; /** disable by default for non-js flow */
- opacity: .3; /** white-out default for loading indication */
- transition: opacity .3s, background .3s;
- margin: var(--spacing-sm) 0;
- flex: 1;
- min-width: 100%;
-}
-
-.phpdocumentor-search label {
- display: flex;
- align-items: center;
- flex: 1;
-}
-
-.phpdocumentor-search__icon {
- color: var(--primary-color);
- margin-right: var(--spacing-sm);
- width: 1rem;
- height: 1rem;
-}
-
-.phpdocumentor-search--enabled {
- display: flex;
-}
-
-.phpdocumentor-search--active {
- opacity: 1;
-}
-
-.phpdocumentor-search input:disabled {
- background-color: lightgray;
-}
-
-.phpdocumentor-search__field:focus,
-.phpdocumentor-search__field {
- margin-bottom: 0;
- border: 0;
- border-bottom: 2px solid var(--primary-color);
- padding: 0;
- border-radius: 0;
- flex: 1;
-}
-
-@media (min-width: 1000px) {
- .phpdocumentor-search {
- min-width: auto;
- max-width: 20rem;
- margin: 0 0 0 auto;
- }
-}
-.phpdocumentor-search-results {
- backdrop-filter: blur(5px);
- background: var(--popover-background-color);
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- padding: 0;
- opacity: 1;
- pointer-events: all;
-
- transition: opacity .3s, background .3s;
-}
-
-.phpdocumentor-search-results--hidden {
- background: transparent;
- backdrop-filter: blur(0);
- opacity: 0;
- pointer-events: none;
-}
-
-.phpdocumentor-search-results__dialog {
- width: 100%;
- background: white;
- max-height: 100%;
- display: flex;
- flex-direction: column;
-}
-
-.phpdocumentor-search-results__body {
- overflow: auto;
-}
-
-.phpdocumentor-search-results__header {
- padding: var(--spacing-lg);
- display: flex;
- justify-content: space-between;
- background: var(--primary-color-darken);
- color: white;
- align-items: center;
-}
-
-.phpdocumentor-search-results__close {
- font-size: var(--text-xl);
- background: none;
- border: none;
- padding: 0;
- margin: 0;
-}
-
-.phpdocumentor .phpdocumentor-search-results__title {
- font-size: var(--text-xl);
- margin-bottom: 0;
-}
-
-.phpdocumentor-search-results__entries {
- list-style: none;
- padding: 0 var(--spacing-lg);
- margin: 0;
-}
-
-.phpdocumentor-search-results__entry {
- border-bottom: 1px solid var(--table-separator-color);
- padding: var(--spacing-sm) 0;
- text-align: left;
-}
-
-.phpdocumentor-search-results__entry a {
- display: block;
-}
-
-.phpdocumentor-search-results__entry small {
- margin-top: var(--spacing-xs);
- margin-bottom: var(--spacing-md);
- color: var(--primary-color-darker);
- display: block;
- word-break: break-word;
-}
-
-.phpdocumentor-search-results__entry h3 {
- font-size: var(--text-lg);
- margin: 0;
-}
-
-@media (min-width: 550px) {
- .phpdocumentor-search-results {
- padding: 0 var(--spacing-lg);
- }
-
- .phpdocumentor-search-results__entry h3 {
- font-size: var(--text-xxl);
- }
-
- .phpdocumentor-search-results__dialog {
- margin: var(--spacing-xl) auto;
- max-width: 40rem;
- background: white;
- border: 1px solid silver;
- box-shadow: 0 2px 5px silver;
- max-height: 40rem;
- border-radius: 3px;
- }
-}
-.phpdocumentor-modal {
- position: fixed;
- width: 100vw;
- height: 100vh;
- opacity: 0;
- visibility: hidden;
- transition: all 0.3s ease;
- top: 0;
- left: 0;
- display: flex;
- align-items: center;
- justify-content: center;
- z-index: 1;
-}
-
-.phpdocumentor-modal__open {
- visibility: visible;
- opacity: 1;
- transition-delay: 0s;
-}
-
-.phpdocumentor-modal-bg {
- position: absolute;
- background: gray;
- opacity: 50%;
- width: 100%;
- height: 100%;
-}
-
-.phpdocumentor-modal-container {
- border-radius: 1em;
- background: #fff;
- position: relative;
- padding: 2em;
- box-sizing: border-box;
- max-width:100vw;
-}
-
-.phpdocumentor-modal__close {
- position: absolute;
- right: 0.75em;
- top: 0.75em;
- outline: none;
- appearance: none;
- color: var(--primary-color);
- background: none;
- border: 0px;
- font-weight: bold;
- cursor: pointer;
-}
-.phpdocumentor-on-this-page__sidebar {
- display: none;
-}
-
-.phpdocumentor-on-this-page__title {
- display: block;
- font-weight: bold;
- margin-bottom: var(--spacing-sm);
- color: var(--link-color-primary);
-}
-
-@media (min-width: 1000px) {
- .phpdocumentor-on-this-page__sidebar {
- display: block;
- position: relative;
- }
-
- .phpdocumentor-on-this-page__content::-webkit-scrollbar,
- [scrollbars]::-webkit-scrollbar {
- height: 8px;
- width: 8px;
- }
-
- .phpdocumentor-on-this-page__content::-webkit-scrollbar-corner,
- [scrollbars]::-webkit-scrollbar-corner {
- background: 0;
- }
-
- .phpdocumentor-on-this-page__content::-webkit-scrollbar-thumb,
- [scrollbars]::-webkit-scrollbar-thumb {
- background: rgba(128,134,139,0.26);
- border-radius: 8px;
- }
-
- .phpdocumentor-on-this-page__content {
- position: sticky;
- height: calc(100vh - var(--header-height));
- overflow-y: auto;
- border-left: 1px solid var(--sidebar-border-color);
- padding-left: var(--spacing-lg);
- font-size: 90%;
- top: -1px; /* Needed for the javascript to make the .-stuck trick work */
- flex: 0 1 auto;
- width: 15vw;
- }
-
- .phpdocumentor-on-this-page__content.-stuck {
- height: 100vh;
- }
-
- .phpdocumentor-on-this-page__content li {
- word-break: break-all;
- line-height: normal;
- }
-}
-
-/* Used for screen readers and such */
-.visually-hidden {
- display: none;
-}
-
-.float-right {
- float: right;
-}
-
-.float-left {
- float: left;
-}
diff --git a/phpdoc.nostr-php.dev/css/normalize.css b/phpdoc.nostr-php.dev/css/normalize.css
deleted file mode 100644
index 653dc00..0000000
--- a/phpdoc.nostr-php.dev/css/normalize.css
+++ /dev/null
@@ -1,427 +0,0 @@
-/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
-
-/**
- * 1. Set default font family to sans-serif.
- * 2. Prevent iOS text size adjust after orientation change, without disabling
- * user zoom.
- */
-
-html {
- font-family: sans-serif; /* 1 */
- -ms-text-size-adjust: 100%; /* 2 */
- -webkit-text-size-adjust: 100%; /* 2 */
-}
-
-/**
- * Remove default margin.
- */
-
-body {
- margin: 0;
-}
-
-/* HTML5 display definitions
- ========================================================================== */
-
-/**
- * Correct `block` display not defined for any HTML5 element in IE 8/9.
- * Correct `block` display not defined for `details` or `summary` in IE 10/11
- * and Firefox.
- * Correct `block` display not defined for `main` in IE 11.
- */
-
-article,
-aside,
-details,
-figcaption,
-figure,
-footer,
-header,
-hgroup,
-main,
-menu,
-nav,
-section,
-summary {
- display: block;
-}
-
-/**
- * 1. Correct `inline-block` display not defined in IE 8/9.
- * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
- */
-
-audio,
-canvas,
-progress,
-video {
- display: inline-block; /* 1 */
- vertical-align: baseline; /* 2 */
-}
-
-/**
- * Prevent modern browsers from displaying `audio` without controls.
- * Remove excess height in iOS 5 devices.
- */
-
-audio:not([controls]) {
- display: none;
- height: 0;
-}
-
-/**
- * Address `[hidden]` styling not present in IE 8/9/10.
- * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
- */
-
-[hidden],
-template {
- display: none !important;
-}
-
-/* Links
- ========================================================================== */
-
-/**
- * Remove the gray background color from active links in IE 10.
- */
-
-a {
- background-color: transparent;
-}
-
-/**
- * Improve readability when focused and also mouse hovered in all browsers.
- */
-
-a:active,
-a:hover {
- outline: 0;
-}
-
-/* Text-level semantics
- ========================================================================== */
-
-/**
- * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
- */
-
-abbr[title] {
- border-bottom: 1px dotted;
-}
-
-/**
- * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
- */
-
-b,
-strong {
- font-weight: bold;
-}
-
-/**
- * Address styling not present in Safari and Chrome.
- */
-
-dfn {
- font-style: italic;
-}
-
-/**
- * Address variable `h1` font-size and margin within `section` and `article`
- * contexts in Firefox 4+, Safari, and Chrome.
- */
-
-h1 {
- font-size: 2em;
- margin: 0.67em 0;
-}
-
-/**
- * Address styling not present in IE 8/9.
- */
-
-mark {
- background: #ff0;
- color: #000;
-}
-
-/**
- * Address inconsistent and variable font size in all browsers.
- */
-
-small {
- font-size: 80%;
-}
-
-/**
- * Prevent `sub` and `sup` affecting `line-height` in all browsers.
- */
-
-sub,
-sup {
- font-size: 75%;
- line-height: 0;
- position: relative;
- vertical-align: baseline;
-}
-
-sup {
- top: -0.5em;
-}
-
-sub {
- bottom: -0.25em;
-}
-
-/* Embedded content
- ========================================================================== */
-
-/**
- * Remove border when inside `a` element in IE 8/9/10.
- */
-
-img {
- border: 0;
-}
-
-/**
- * Correct overflow not hidden in IE 9/10/11.
- */
-
-svg:not(:root) {
- overflow: hidden;
-}
-
-/* Grouping content
- ========================================================================== */
-
-/**
- * Address margin not present in IE 8/9 and Safari.
- */
-
-figure {
- margin: 1em 40px;
-}
-
-/**
- * Address differences between Firefox and other browsers.
- */
-
-hr {
- -moz-box-sizing: content-box;
- box-sizing: content-box;
- height: 0;
-}
-
-/**
- * Contain overflow in all browsers.
- */
-
-pre {
- overflow: auto;
-}
-
-/**
- * Address odd `em`-unit font size rendering in all browsers.
- */
-
-code,
-kbd,
-pre,
-samp {
- font-family: var(--font-monospace);
- font-size: 1em;
-}
-
-/* Forms
- ========================================================================== */
-
-/**
- * Known limitation: by default, Chrome and Safari on OS X allow very limited
- * styling of `select`, unless a `border` property is set.
- */
-
-/**
- * 1. Correct color not being inherited.
- * Known issue: affects color of disabled elements.
- * 2. Correct font properties not being inherited.
- * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
- */
-
-button,
-input,
-optgroup,
-select,
-textarea {
- color: inherit; /* 1 */
- font: inherit; /* 2 */
- margin: 0; /* 3 */
-}
-
-/**
- * Address `overflow` set to `hidden` in IE 8/9/10/11.
- */
-
-button {
- overflow: visible;
-}
-
-/**
- * Address inconsistent `text-transform` inheritance for `button` and `select`.
- * All other form control elements do not inherit `text-transform` values.
- * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
- * Correct `select` style inheritance in Firefox.
- */
-
-button,
-select {
- text-transform: none;
-}
-
-/**
- * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
- * and `video` controls.
- * 2. Correct inability to style clickable `input` types in iOS.
- * 3. Improve usability and consistency of cursor style between image-type
- * `input` and others.
- */
-
-button,
-html input[type="button"], /* 1 */
-input[type="reset"],
-input[type="submit"] {
- -webkit-appearance: button; /* 2 */
- cursor: pointer; /* 3 */
-}
-
-/**
- * Re-set default cursor for disabled elements.
- */
-
-button[disabled],
-html input[disabled] {
- cursor: default;
-}
-
-/**
- * Remove inner padding and border in Firefox 4+.
- */
-
-button::-moz-focus-inner,
-input::-moz-focus-inner {
- border: 0;
- padding: 0;
-}
-
-/**
- * Address Firefox 4+ setting `line-height` on `input` using `!important` in
- * the UA stylesheet.
- */
-
-input {
- line-height: normal;
-}
-
-/**
- * It's recommended that you don't attempt to style these elements.
- * Firefox's implementation doesn't respect box-sizing, padding, or width.
- *
- * 1. Address box sizing set to `content-box` in IE 8/9/10.
- * 2. Remove excess padding in IE 8/9/10.
- */
-
-input[type="checkbox"],
-input[type="radio"] {
- box-sizing: border-box; /* 1 */
- padding: 0; /* 2 */
-}
-
-/**
- * Fix the cursor style for Chrome's increment/decrement buttons. For certain
- * `font-size` values of the `input`, it causes the cursor style of the
- * decrement button to change from `default` to `text`.
- */
-
-input[type="number"]::-webkit-inner-spin-button,
-input[type="number"]::-webkit-outer-spin-button {
- height: auto;
-}
-
-/**
- * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
- * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
- * (include `-moz` to future-proof).
- */
-
-input[type="search"] {
- -webkit-appearance: textfield; /* 1 */
- -moz-box-sizing: content-box;
- -webkit-box-sizing: content-box; /* 2 */
- box-sizing: content-box;
-}
-
-/**
- * Remove inner padding and search cancel button in Safari and Chrome on OS X.
- * Safari (but not Chrome) clips the cancel button when the search input has
- * padding (and `textfield` appearance).
- */
-
-input[type="search"]::-webkit-search-cancel-button,
-input[type="search"]::-webkit-search-decoration {
- -webkit-appearance: none;
-}
-
-/**
- * Define consistent border, margin, and padding.
- */
-
-fieldset {
- border: 1px solid #c0c0c0;
- margin: 0 2px;
- padding: 0.35em 0.625em 0.75em;
-}
-
-/**
- * 1. Correct `color` not being inherited in IE 8/9/10/11.
- * 2. Remove padding so people aren't caught out if they zero out fieldsets.
- */
-
-legend {
- border: 0; /* 1 */
- padding: 0; /* 2 */
-}
-
-/**
- * Remove default vertical scrollbar in IE 8/9/10/11.
- */
-
-textarea {
- overflow: auto;
-}
-
-/**
- * Don't inherit the `font-weight` (applied by a rule above).
- * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
- */
-
-optgroup {
- font-weight: bold;
-}
-
-/* Tables
- ========================================================================== */
-
-/**
- * Remove most spacing between table cells.
- */
-
-table {
- border-collapse: collapse;
- border-spacing: 0;
-}
-
-td,
-th {
- padding: 0;
-}
diff --git a/phpdoc.nostr-php.dev/css/template.css b/phpdoc.nostr-php.dev/css/template.css
deleted file mode 100644
index 898b676..0000000
--- a/phpdoc.nostr-php.dev/css/template.css
+++ /dev/null
@@ -1,271 +0,0 @@
-
-.phpdocumentor-content {
- position: relative;
- display: flex;
- gap: var(--spacing-md);
-}
-
-.phpdocumentor-content > section:first-of-type {
- width: 75%;
- flex: 1 1 auto;
-}
-
-@media (min-width: 1900px) {
- .phpdocumentor-content > section:first-of-type {
- width: 100%;
- flex: 1 1 auto;
- }
-}
-
-.phpdocumentor .phpdocumentor-content__title {
- margin-top: 0;
-}
-.phpdocumentor-summary {
- font-style: italic;
-}
-.phpdocumentor-description {
- margin-bottom: var(--spacing-md);
-}
-.phpdocumentor-element {
- position: relative;
-}
-
-.phpdocumentor-element .phpdocumentor-element {
- border: 1px solid var(--primary-color-lighten);
- margin-bottom: var(--spacing-md);
- padding: var(--spacing-xs);
- border-radius: 5px;
-}
-
-.phpdocumentor-element.-deprecated .phpdocumentor-element__name {
- text-decoration: line-through;
-}
-
-@media (min-width: 550px) {
- .phpdocumentor-element .phpdocumentor-element {
- margin-bottom: var(--spacing-lg);
- padding: var(--spacing-md);
- }
-}
-
-.phpdocumentor-element__modifier {
- font-size: var(--text-xxs);
- padding: calc(var(--spacing-base-size) / 4) calc(var(--spacing-base-size) / 2);
- color: var(--text-color);
- background-color: var(--light-gray);
- border-radius: 3px;
- text-transform: uppercase;
-}
-
-.phpdocumentor .phpdocumentor-elements__header {
- margin-top: var(--spacing-xxl);
- margin-bottom: var(--spacing-lg);
-}
-
-.phpdocumentor .phpdocumentor-element__name {
- line-height: 1;
- margin-top: 0;
- font-weight: 300;
- font-size: var(--text-lg);
- word-break: break-all;
- margin-bottom: var(--spacing-sm);
-}
-
-@media (min-width: 550px) {
- .phpdocumentor .phpdocumentor-element__name {
- font-size: var(--text-xl);
- margin-bottom: var(--spacing-xs);
- }
-}
-
-@media (min-width: 1200px) {
- .phpdocumentor .phpdocumentor-element__name {
- margin-bottom: var(--spacing-md);
- }
-}
-
-.phpdocumentor-element__package,
-.phpdocumentor-element__extends,
-.phpdocumentor-element__implements {
- display: block;
- font-size: var(--text-xxs);
- font-weight: normal;
- opacity: .7;
-}
-
-.phpdocumentor-element__package .phpdocumentor-breadcrumbs {
- display: inline;
-}
-.phpdocumentor .phpdocumentor-signature {
- display: block;
- font-size: var(--text-sm);
- border: 1px solid #f0f0f0;
-}
-
-.phpdocumentor .phpdocumentor-signature.-deprecated .phpdocumentor-signature__name {
- text-decoration: line-through;
-}
-
-@media (min-width: 550px) {
- .phpdocumentor .phpdocumentor-signature {
- margin-left: calc(var(--spacing-xl) * -1);
- width: calc(100% + var(--spacing-xl));
- }
-}
-
-.phpdocumentor-table-of-contents {
-}
-
-.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry {
- margin-bottom: var(--spacing-xxs);
- margin-left: 2rem;
- display: flex;
-}
-
-.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry > a {
- flex: 0 1 auto;
-}
-
-.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry > span {
- flex: 1;
- white-space: nowrap;
- text-overflow: ellipsis;
- overflow: hidden;
-}
-
-.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry:after {
- content: '';
- height: 12px;
- width: 12px;
- left: 16px;
- position: absolute;
-}
-.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-private:after {
- background: url('data:image/svg+xml;utf8, ') no-repeat;
-}
-.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-protected:after {
- left: 13px;
- background: url('data:image/svg+xml;utf8, ') no-repeat;
-}
-
-.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry:before {
- width: 1.25rem;
- height: 1.25rem;
- line-height: 1.25rem;
- background: transparent url('data:image/svg+xml;utf8, ') no-repeat center center;
- content: '';
- position: absolute;
- left: 0;
- border-radius: 50%;
- font-weight: 600;
- color: white;
- text-align: center;
- font-size: .75rem;
- margin-top: .2rem;
-}
-
-.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-method:before {
- content: 'M';
- color: '';
- background-image: url('data:image/svg+xml;utf8, ');
-}
-
-.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-function:before {
- content: 'M';
- color: ' 96';
- background-image: url('data:image/svg+xml;utf8, ');
-}
-
-.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-property:before {
- content: 'P'
-}
-
-.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-constant:before {
- content: 'C';
- background-color: transparent;
- background-image: url('data:image/svg+xml;utf8, ');
-}
-
-.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-class:before {
- content: 'C'
-}
-
-.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-interface:before {
- content: 'I'
-}
-
-.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-trait:before {
- content: 'T'
-}
-
-.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-namespace:before {
- content: 'N'
-}
-
-.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-package:before {
- content: 'P'
-}
-
-.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-enum:before {
- content: 'E'
-}
-
-.phpdocumentor-table-of-contents dd {
- font-style: italic;
- margin-left: 2rem;
-}
-.phpdocumentor-element-found-in {
- display: none;
-}
-
-@media (min-width: 550px) {
- .phpdocumentor-element-found-in {
- display: block;
- font-size: var(--text-sm);
- color: gray;
- margin-bottom: 1rem;
- }
-}
-
-@media (min-width: 1200px) {
- .phpdocumentor-element-found-in {
- position: absolute;
- top: var(--spacing-sm);
- right: var(--spacing-sm);
- font-size: var(--text-sm);
- margin-bottom: 0;
- }
-}
-
-.phpdocumentor-element-found-in .phpdocumentor-element-found-in__source {
- flex: 0 1 auto;
- display: inline-flex;
-}
-
-.phpdocumentor-element-found-in .phpdocumentor-element-found-in__source:after {
- width: 1.25rem;
- height: 1.25rem;
- line-height: 1.25rem;
- background: transparent url('data:image/svg+xml;utf8, ') no-repeat center center;
- content: '';
- left: 0;
- border-radius: 50%;
- font-weight: 600;
- text-align: center;
- font-size: .75rem;
- margin-top: .2rem;
-}
-.phpdocumentor-class-graph {
- width: 100%; height: 600px; border:1px solid black; overflow: hidden
-}
-
-.phpdocumentor-class-graph__graph {
- width: 100%;
-}
-.phpdocumentor-tag-list__definition {
- display: flex;
-}
-
-.phpdocumentor-tag-link {
- margin-right: var(--spacing-sm);
-}
diff --git a/phpdoc.nostr-php.dev/files/src-application-client.html b/phpdoc.nostr-php.dev/files/src-application-client.html
deleted file mode 100644
index bd24e01..0000000
--- a/phpdoc.nostr-php.dev/files/src-application-client.html
+++ /dev/null
@@ -1,298 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Client.php
-
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
-
- Classes
-
-
-
-
- Client
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/files/src-commandresultinterface.html b/phpdoc.nostr-php.dev/files/src-commandresultinterface.html
deleted file mode 100644
index dfe90fb..0000000
--- a/phpdoc.nostr-php.dev/files/src-commandresultinterface.html
+++ /dev/null
@@ -1,298 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- CommandResultInterface.php
-
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
- Interfaces
-
-
-
-
- CommandResultInterface
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/files/src-event-event.html b/phpdoc.nostr-php.dev/files/src-event-event.html
deleted file mode 100644
index f88d663..0000000
--- a/phpdoc.nostr-php.dev/files/src-event-event.html
+++ /dev/null
@@ -1,298 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Event.php
-
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
-
- Classes
-
-
-
-
- Event Generic Nostr event class.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/files/src-eventinterface.html b/phpdoc.nostr-php.dev/files/src-eventinterface.html
deleted file mode 100644
index 1efd736..0000000
--- a/phpdoc.nostr-php.dev/files/src-eventinterface.html
+++ /dev/null
@@ -1,298 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- EventInterface.php
-
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
- Interfaces
-
-
-
-
- EventInterface Nostr Event interface.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/files/src-examples-publish-event.html b/phpdoc.nostr-php.dev/files/src-examples-publish-event.html
deleted file mode 100644
index c9cfd5a..0000000
--- a/phpdoc.nostr-php.dev/files/src-examples-publish-event.html
+++ /dev/null
@@ -1,290 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- publish-event.php
-
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/files/src-examples-request-events-from-multiple-relays.html b/phpdoc.nostr-php.dev/files/src-examples-request-events-from-multiple-relays.html
deleted file mode 100644
index 5e37f01..0000000
--- a/phpdoc.nostr-php.dev/files/src-examples-request-events-from-multiple-relays.html
+++ /dev/null
@@ -1,290 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- request-events-from-multiple-relays.php
-
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/files/src-examples-request-events.html b/phpdoc.nostr-php.dev/files/src-examples-request-events.html
deleted file mode 100644
index 569a97f..0000000
--- a/phpdoc.nostr-php.dev/files/src-examples-request-events.html
+++ /dev/null
@@ -1,290 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- request-events.php
-
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/files/src-examples-verify.html b/phpdoc.nostr-php.dev/files/src-examples-verify.html
deleted file mode 100644
index 2cbcc09..0000000
--- a/phpdoc.nostr-php.dev/files/src-examples-verify.html
+++ /dev/null
@@ -1,290 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- verify.php
-
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/files/src-filter-filter.html b/phpdoc.nostr-php.dev/files/src-filter-filter.html
deleted file mode 100644
index e457564..0000000
--- a/phpdoc.nostr-php.dev/files/src-filter-filter.html
+++ /dev/null
@@ -1,298 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Filter.php
-
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
-
- Classes
-
-
-
-
- Filter
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/files/src-filterinterface.html b/phpdoc.nostr-php.dev/files/src-filterinterface.html
deleted file mode 100644
index 282d502..0000000
--- a/phpdoc.nostr-php.dev/files/src-filterinterface.html
+++ /dev/null
@@ -1,298 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- FilterInterface.php
-
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
- Interfaces
-
-
-
-
- FilterInterface
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/files/src-key-key.html b/phpdoc.nostr-php.dev/files/src-key-key.html
deleted file mode 100644
index 00bd933..0000000
--- a/phpdoc.nostr-php.dev/files/src-key-key.html
+++ /dev/null
@@ -1,298 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Key.php
-
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
-
- Classes
-
-
-
-
- Key
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/files/src-message-closemessage.html b/phpdoc.nostr-php.dev/files/src-message-closemessage.html
deleted file mode 100644
index fb229e0..0000000
--- a/phpdoc.nostr-php.dev/files/src-message-closemessage.html
+++ /dev/null
@@ -1,298 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- CloseMessage.php
-
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
-
- Classes
-
-
-
-
- CloseMessage
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/files/src-message-eventmessage.html b/phpdoc.nostr-php.dev/files/src-message-eventmessage.html
deleted file mode 100644
index 81002b0..0000000
--- a/phpdoc.nostr-php.dev/files/src-message-eventmessage.html
+++ /dev/null
@@ -1,298 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- EventMessage.php
-
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
-
- Classes
-
-
-
-
- EventMessage
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/files/src-message-messagetypeenum.html b/phpdoc.nostr-php.dev/files/src-message-messagetypeenum.html
deleted file mode 100644
index ef8a123..0000000
--- a/phpdoc.nostr-php.dev/files/src-message-messagetypeenum.html
+++ /dev/null
@@ -1,298 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- MessageTypeEnum.php
-
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
-
-
-
- Enums
-
-
-
-
- MessageTypeEnum Enum with message types.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/files/src-message-requestmessage.html b/phpdoc.nostr-php.dev/files/src-message-requestmessage.html
deleted file mode 100644
index 6273b2b..0000000
--- a/phpdoc.nostr-php.dev/files/src-message-requestmessage.html
+++ /dev/null
@@ -1,298 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- RequestMessage.php
-
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
-
- Classes
-
-
-
-
- RequestMessage
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/files/src-messageinterface.html b/phpdoc.nostr-php.dev/files/src-messageinterface.html
deleted file mode 100644
index 762f2c3..0000000
--- a/phpdoc.nostr-php.dev/files/src-messageinterface.html
+++ /dev/null
@@ -1,298 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- MessageInterface.php
-
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
- Interfaces
-
-
-
-
- MessageInterface
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/files/src-relay-commandresult.html b/phpdoc.nostr-php.dev/files/src-relay-commandresult.html
deleted file mode 100644
index 1448979..0000000
--- a/phpdoc.nostr-php.dev/files/src-relay-commandresult.html
+++ /dev/null
@@ -1,298 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- CommandResult.php
-
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
-
- Classes
-
-
-
-
- CommandResult
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/files/src-relay-relay.html b/phpdoc.nostr-php.dev/files/src-relay-relay.html
deleted file mode 100644
index 50919b8..0000000
--- a/phpdoc.nostr-php.dev/files/src-relay-relay.html
+++ /dev/null
@@ -1,298 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Relay.php
-
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
-
- Classes
-
-
-
-
- Relay
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/files/src-relay-relayset.html b/phpdoc.nostr-php.dev/files/src-relay-relayset.html
deleted file mode 100644
index 8fc5c59..0000000
--- a/phpdoc.nostr-php.dev/files/src-relay-relayset.html
+++ /dev/null
@@ -1,298 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- RelaySet.php
-
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
-
- Classes
-
-
-
-
- RelaySet
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/files/src-relayinterface.html b/phpdoc.nostr-php.dev/files/src-relayinterface.html
deleted file mode 100644
index 6448127..0000000
--- a/phpdoc.nostr-php.dev/files/src-relayinterface.html
+++ /dev/null
@@ -1,298 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- RelayInterface.php
-
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
- Interfaces
-
-
-
-
- RelayInterface
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/files/src-relayresponse-relayresponse.html b/phpdoc.nostr-php.dev/files/src-relayresponse-relayresponse.html
deleted file mode 100644
index f90ec1b..0000000
--- a/phpdoc.nostr-php.dev/files/src-relayresponse-relayresponse.html
+++ /dev/null
@@ -1,298 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- RelayResponse.php
-
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
-
- Classes
-
-
-
-
- RelayResponse
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/files/src-relayresponse-relayresponseauth.html b/phpdoc.nostr-php.dev/files/src-relayresponse-relayresponseauth.html
deleted file mode 100644
index ab8c0ce..0000000
--- a/phpdoc.nostr-php.dev/files/src-relayresponse-relayresponseauth.html
+++ /dev/null
@@ -1,298 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- RelayResponseAuth.php
-
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
-
- Classes
-
-
-
-
- RelayResponseAuth
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/files/src-relayresponse-relayresponseclosed.html b/phpdoc.nostr-php.dev/files/src-relayresponse-relayresponseclosed.html
deleted file mode 100644
index be5dbd9..0000000
--- a/phpdoc.nostr-php.dev/files/src-relayresponse-relayresponseclosed.html
+++ /dev/null
@@ -1,298 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- RelayResponseClosed.php
-
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
-
- Classes
-
-
-
-
- RelayResponseClosed
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/files/src-relayresponse-relayresponseenum.html b/phpdoc.nostr-php.dev/files/src-relayresponse-relayresponseenum.html
deleted file mode 100644
index f74f88b..0000000
--- a/phpdoc.nostr-php.dev/files/src-relayresponse-relayresponseenum.html
+++ /dev/null
@@ -1,298 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- RelayResponseEnum.php
-
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
-
-
-
- Enums
-
-
-
-
- RelayResponseEnum Enum with response types.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/files/src-relayresponse-relayresponseeose.html b/phpdoc.nostr-php.dev/files/src-relayresponse-relayresponseeose.html
deleted file mode 100644
index 4be1ee5..0000000
--- a/phpdoc.nostr-php.dev/files/src-relayresponse-relayresponseeose.html
+++ /dev/null
@@ -1,298 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- RelayResponseEose.php
-
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
-
- Classes
-
-
-
-
- RelayResponseEose
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/files/src-relayresponse-relayresponseevent.html b/phpdoc.nostr-php.dev/files/src-relayresponse-relayresponseevent.html
deleted file mode 100644
index b9cc394..0000000
--- a/phpdoc.nostr-php.dev/files/src-relayresponse-relayresponseevent.html
+++ /dev/null
@@ -1,298 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- RelayResponseEvent.php
-
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
-
- Classes
-
-
-
-
- RelayResponseEvent
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/files/src-relayresponse-relayresponsenotice.html b/phpdoc.nostr-php.dev/files/src-relayresponse-relayresponsenotice.html
deleted file mode 100644
index ce20cb1..0000000
--- a/phpdoc.nostr-php.dev/files/src-relayresponse-relayresponsenotice.html
+++ /dev/null
@@ -1,298 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- RelayResponseNotice.php
-
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
-
- Classes
-
-
-
-
- RelayResponseNotice
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/files/src-relayresponse-relayresponseok.html b/phpdoc.nostr-php.dev/files/src-relayresponse-relayresponseok.html
deleted file mode 100644
index adc1784..0000000
--- a/phpdoc.nostr-php.dev/files/src-relayresponse-relayresponseok.html
+++ /dev/null
@@ -1,298 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- RelayResponseOk.php
-
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
-
- Classes
-
-
-
-
- RelayResponseOk
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/files/src-relayresponseinterface.html b/phpdoc.nostr-php.dev/files/src-relayresponseinterface.html
deleted file mode 100644
index b6891e2..0000000
--- a/phpdoc.nostr-php.dev/files/src-relayresponseinterface.html
+++ /dev/null
@@ -1,298 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- RelayResponseInterface.php
-
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
- Interfaces
-
-
-
-
- RelayResponseInterface
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/files/src-relaysetinterface.html b/phpdoc.nostr-php.dev/files/src-relaysetinterface.html
deleted file mode 100644
index 980abb8..0000000
--- a/phpdoc.nostr-php.dev/files/src-relaysetinterface.html
+++ /dev/null
@@ -1,298 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- RelaySetInterface.php
-
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
- Interfaces
-
-
-
-
- RelaySetInterface
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/files/src-request-request.html b/phpdoc.nostr-php.dev/files/src-request-request.html
deleted file mode 100644
index 46b8db6..0000000
--- a/phpdoc.nostr-php.dev/files/src-request-request.html
+++ /dev/null
@@ -1,298 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Request.php
-
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
-
- Classes
-
-
-
-
- Request
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/files/src-requestinterface.html b/phpdoc.nostr-php.dev/files/src-requestinterface.html
deleted file mode 100644
index b02fa94..0000000
--- a/phpdoc.nostr-php.dev/files/src-requestinterface.html
+++ /dev/null
@@ -1,298 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- RequestInterface.php
-
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
- Interfaces
-
-
-
-
- RequestInterface
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/files/src-sign-sign.html b/phpdoc.nostr-php.dev/files/src-sign-sign.html
deleted file mode 100644
index 090e7bc..0000000
--- a/phpdoc.nostr-php.dev/files/src-sign-sign.html
+++ /dev/null
@@ -1,298 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Sign.php
-
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
-
- Classes
-
-
-
-
- Sign
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/files/src-subscription-subscription.html b/phpdoc.nostr-php.dev/files/src-subscription-subscription.html
deleted file mode 100644
index e7e5ce0..0000000
--- a/phpdoc.nostr-php.dev/files/src-subscription-subscription.html
+++ /dev/null
@@ -1,298 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Subscription.php
-
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
-
- Classes
-
-
-
-
- Subscription
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/files/src-subscriptioninterface.html b/phpdoc.nostr-php.dev/files/src-subscriptioninterface.html
deleted file mode 100644
index 7247bd3..0000000
--- a/phpdoc.nostr-php.dev/files/src-subscriptioninterface.html
+++ /dev/null
@@ -1,298 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- SubscriptionInterface.php
-
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
- Interfaces
-
-
-
-
- SubscriptionInterface
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/files/tests-converttest.html b/phpdoc.nostr-php.dev/files/tests-converttest.html
deleted file mode 100644
index efec96b..0000000
--- a/phpdoc.nostr-php.dev/files/tests-converttest.html
+++ /dev/null
@@ -1,298 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- ConvertTest.php
-
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
-
- Classes
-
-
-
-
- ConvertTest
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/files/tests-generatetest.html b/phpdoc.nostr-php.dev/files/tests-generatetest.html
deleted file mode 100644
index ee5470b..0000000
--- a/phpdoc.nostr-php.dev/files/tests-generatetest.html
+++ /dev/null
@@ -1,298 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- GenerateTest.php
-
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
-
- Classes
-
-
-
-
- GenerateTest
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/files/tests-relayresponsetest.html b/phpdoc.nostr-php.dev/files/tests-relayresponsetest.html
deleted file mode 100644
index f62fcee..0000000
--- a/phpdoc.nostr-php.dev/files/tests-relayresponsetest.html
+++ /dev/null
@@ -1,298 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- RelayResponseTest.php
-
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
-
- Classes
-
-
-
-
- RelayResponseTest
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/files/tests-relaysettest.html b/phpdoc.nostr-php.dev/files/tests-relaysettest.html
deleted file mode 100644
index 74d0780..0000000
--- a/phpdoc.nostr-php.dev/files/tests-relaysettest.html
+++ /dev/null
@@ -1,298 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- RelaySetTest.php
-
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
-
- Classes
-
-
-
-
- RelaySetTest
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/files/tests-relaytest.html b/phpdoc.nostr-php.dev/files/tests-relaytest.html
deleted file mode 100644
index f969444..0000000
--- a/phpdoc.nostr-php.dev/files/tests-relaytest.html
+++ /dev/null
@@ -1,298 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- RelayTest.php
-
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
-
- Classes
-
-
-
-
- RelayTest
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/files/tests-requesttest.html b/phpdoc.nostr-php.dev/files/tests-requesttest.html
deleted file mode 100644
index b06f4d9..0000000
--- a/phpdoc.nostr-php.dev/files/tests-requesttest.html
+++ /dev/null
@@ -1,298 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- RequestTest.php
-
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
-
- Classes
-
-
-
-
- RequestTest
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/files/tests-serializetest.html b/phpdoc.nostr-php.dev/files/tests-serializetest.html
deleted file mode 100644
index 19ffeaa..0000000
--- a/phpdoc.nostr-php.dev/files/tests-serializetest.html
+++ /dev/null
@@ -1,298 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- SerializeTest.php
-
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
-
- Classes
-
-
-
-
- SerializeTest
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/files/tests-verifytest.html b/phpdoc.nostr-php.dev/files/tests-verifytest.html
deleted file mode 100644
index 7f1a56e..0000000
--- a/phpdoc.nostr-php.dev/files/tests-verifytest.html
+++ /dev/null
@@ -1,298 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- VerifyTest.php
-
-
-
-
-
-
-
-
- Table of Contents
-
-
-
-
-
-
-
-
- Classes
-
-
-
-
- VerifyTest
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/graphs/classes.html b/phpdoc.nostr-php.dev/graphs/classes.html
deleted file mode 100644
index 9c2d337..0000000
--- a/phpdoc.nostr-php.dev/graphs/classes.html
+++ /dev/null
@@ -1,143 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/index.html b/phpdoc.nostr-php.dev/index.html
deleted file mode 100644
index 8df9824..0000000
--- a/phpdoc.nostr-php.dev/index.html
+++ /dev/null
@@ -1,193 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/indices/files.html b/phpdoc.nostr-php.dev/indices/files.html
deleted file mode 100644
index 0639132..0000000
--- a/phpdoc.nostr-php.dev/indices/files.html
+++ /dev/null
@@ -1,221 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Files
- C
-
- E
-
- F
-
- G
-
- K
-
- M
-
- P
-
- R
-
- S
-
- V
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/js/search.js b/phpdoc.nostr-php.dev/js/search.js
deleted file mode 100644
index 093d6d0..0000000
--- a/phpdoc.nostr-php.dev/js/search.js
+++ /dev/null
@@ -1,173 +0,0 @@
-// Search module for phpDocumentor
-//
-// This module is a wrapper around fuse.js that will use a given index and attach itself to a
-// search form and to a search results pane identified by the following data attributes:
-//
-// 1. data-search-form
-// 2. data-search-results
-//
-// The data-search-form is expected to have a single input element of type 'search' that will trigger searching for
-// a series of results, were the data-search-results pane is expected to have a direct UL child that will be populated
-// with rendered results.
-//
-// The search has various stages, upon loading this stage the data-search-form receives the CSS class
-// 'phpdocumentor-search--enabled'; this indicates that JS is allowed and indices are being loaded. It is recommended
-// to hide the form by default and show it when it receives this class to achieve progressive enhancement for this
-// feature.
-//
-// After loading this module, it is expected to load a search index asynchronously, for example:
-//
-//
-//
-// In this script the generated index should attach itself to the search module using the `appendIndex` function. By
-// doing it like this the page will continue loading, unhindered by the loading of the search.
-//
-// After the page has fully loaded, and all these deferred indexes loaded, the initialization of the search module will
-// be called and the form will receive the class 'phpdocumentor-search--active', indicating search is ready. At this
-// point, the input field will also have it's 'disabled' attribute removed.
-var Search = (function () {
- var fuse;
- var index = [];
- var options = {
- shouldSort: true,
- threshold: 0.6,
- location: 0,
- distance: 100,
- maxPatternLength: 32,
- minMatchCharLength: 1,
- keys: [
- "fqsen",
- "name",
- "summary",
- "url"
- ]
- };
-
- // Credit David Walsh (https://davidwalsh.name/javascript-debounce-function)
- // Returns a function, that, as long as it continues to be invoked, will not
- // be triggered. The function will be called after it stops being called for
- // N milliseconds. If `immediate` is passed, trigger the function on the
- // leading edge, instead of the trailing.
- function debounce(func, wait, immediate) {
- var timeout;
-
- return function executedFunction() {
- var context = this;
- var args = arguments;
-
- var later = function () {
- timeout = null;
- if (!immediate) func.apply(context, args);
- };
-
- var callNow = immediate && !timeout;
- clearTimeout(timeout);
- timeout = setTimeout(later, wait);
- if (callNow) func.apply(context, args);
- };
- }
-
- function close() {
- // Start scroll prevention: https://css-tricks.com/prevent-page-scrolling-when-a-modal-is-open/
- const scrollY = document.body.style.top;
- document.body.style.position = '';
- document.body.style.top = '';
- window.scrollTo(0, parseInt(scrollY || '0') * -1);
- // End scroll prevention
-
- var form = document.querySelector('[data-search-form]');
- var searchResults = document.querySelector('[data-search-results]');
-
- form.classList.toggle('phpdocumentor-search--has-results', false);
- searchResults.classList.add('phpdocumentor-search-results--hidden');
- var searchField = document.querySelector('[data-search-form] input[type="search"]');
- searchField.blur();
- }
-
- function search(event) {
- // Start scroll prevention: https://css-tricks.com/prevent-page-scrolling-when-a-modal-is-open/
- document.body.style.position = 'fixed';
- document.body.style.top = `-${window.scrollY}px`;
- // End scroll prevention
-
- // prevent enter's from autosubmitting
- event.stopPropagation();
-
- var form = document.querySelector('[data-search-form]');
- var searchResults = document.querySelector('[data-search-results]');
- var searchResultEntries = document.querySelector('[data-search-results] .phpdocumentor-search-results__entries');
-
- searchResultEntries.innerHTML = '';
-
- if (!event.target.value) {
- close();
- return;
- }
-
- form.classList.toggle('phpdocumentor-search--has-results', true);
- searchResults.classList.remove('phpdocumentor-search-results--hidden');
- var results = fuse.search(event.target.value, {limit: 25});
-
- results.forEach(function (result) {
- var entry = document.createElement("li");
- entry.classList.add("phpdocumentor-search-results__entry");
- entry.innerHTML += '\n";
- entry.innerHTML += '' + result.fqsen + " \n";
- entry.innerHTML += '' + result.summary + '
';
- searchResultEntries.appendChild(entry)
- });
- }
-
- function appendIndex(added) {
- index = index.concat(added);
-
- // re-initialize search engine when appending an index after initialisation
- if (typeof fuse !== 'undefined') {
- fuse = new Fuse(index, options);
- }
- }
-
- function init() {
- fuse = new Fuse(index, options);
-
- var form = document.querySelector('[data-search-form]');
- var searchField = document.querySelector('[data-search-form] input[type="search"]');
-
- var closeButton = document.querySelector('.phpdocumentor-search-results__close');
- closeButton.addEventListener('click', function() { close() }.bind(this));
-
- var searchResults = document.querySelector('[data-search-results]');
- searchResults.addEventListener('click', function() { close() }.bind(this));
-
- form.classList.add('phpdocumentor-search--active');
-
- searchField.setAttribute('placeholder', 'Search (Press "/" to focus)');
- searchField.removeAttribute('disabled');
- searchField.addEventListener('keyup', debounce(search, 300));
-
- window.addEventListener('keyup', function (event) {
- if (event.key === '/') {
- searchField.focus();
- }
- if (event.code === 'Escape') {
- close();
- }
- }.bind(this));
- }
-
- return {
- appendIndex,
- init
- }
-})();
-
-window.addEventListener('DOMContentLoaded', function () {
- var form = document.querySelector('[data-search-form]');
-
- // When JS is supported; show search box. Must be before including the search for it to take effect immediately
- form.classList.add('phpdocumentor-search--enabled');
-});
-
-window.addEventListener('load', function () {
- Search.init();
-});
diff --git a/phpdoc.nostr-php.dev/js/searchIndex.js b/phpdoc.nostr-php.dev/js/searchIndex.js
deleted file mode 100644
index b74f3f1..0000000
--- a/phpdoc.nostr-php.dev/js/searchIndex.js
+++ /dev/null
@@ -1,1259 +0,0 @@
-Search.appendIndex(
- [
- {
- "fqsen": "\\swentel\\nostr\\Application\\Client",
- "name": "Client",
- "summary": "",
- "url": "classes/swentel-nostr-Application-Client.html"
- }, {
- "fqsen": "\\swentel\\nostr\\Application\\Client\u003A\u003Arun\u0028\u0029",
- "name": "run",
- "summary": "Run\u0020the\u0020Nostr\u0020Client.",
- "url": "classes/swentel-nostr-Application-Client.html#method_run"
- }, {
- "fqsen": "\\swentel\\nostr\\Application\\Client\u003A\u003AshowHelp\u0028\u0029",
- "name": "showHelp",
- "summary": "",
- "url": "classes/swentel-nostr-Application-Client.html#method_showHelp"
- }, {
- "fqsen": "\\swentel\\nostr\\CommandResultInterface",
- "name": "CommandResultInterface",
- "summary": "",
- "url": "classes/swentel-nostr-CommandResultInterface.html"
- }, {
- "fqsen": "\\swentel\\nostr\\CommandResultInterface\u003A\u003AisSuccess\u0028\u0029",
- "name": "isSuccess",
- "summary": "Returns\u0020whether\u0020the\u0020request\u0020was\u0020successful.",
- "url": "classes/swentel-nostr-CommandResultInterface.html#method_isSuccess"
- }, {
- "fqsen": "\\swentel\\nostr\\CommandResultInterface\u003A\u003Amessage\u0028\u0029",
- "name": "message",
- "summary": "Returns\u0020the\u0020message,\u0020if\u0020any.",
- "url": "classes/swentel-nostr-CommandResultInterface.html#method_message"
- }, {
- "fqsen": "\\swentel\\nostr\\CommandResultInterface\u003A\u003AgetEventId\u0028\u0029",
- "name": "getEventId",
- "summary": "Returns\u0020the\u0020event\u0020id.",
- "url": "classes/swentel-nostr-CommandResultInterface.html#method_getEventId"
- }, {
- "fqsen": "\\swentel\\nostr\\Event\\Event",
- "name": "Event",
- "summary": "Generic\u0020Nostr\u0020event\u0020class.",
- "url": "classes/swentel-nostr-Event-Event.html"
- }, {
- "fqsen": "\\swentel\\nostr\\Event\\Event\u003A\u003A__construct\u0028\u0029",
- "name": "__construct",
- "summary": "Base\u0020constructor\u0020for\u0020events.",
- "url": "classes/swentel-nostr-Event-Event.html#method___construct"
- }, {
- "fqsen": "\\swentel\\nostr\\Event\\Event\u003A\u003AsetId\u0028\u0029",
- "name": "setId",
- "summary": "Set\u0020the\u0020event\u0020id.",
- "url": "classes/swentel-nostr-Event-Event.html#method_setId"
- }, {
- "fqsen": "\\swentel\\nostr\\Event\\Event\u003A\u003AgetId\u0028\u0029",
- "name": "getId",
- "summary": "Get\u0020the\u0020event\u0020id.",
- "url": "classes/swentel-nostr-Event-Event.html#method_getId"
- }, {
- "fqsen": "\\swentel\\nostr\\Event\\Event\u003A\u003AsetPublicKey\u0028\u0029",
- "name": "setPublicKey",
- "summary": "Set\u0020the\u0020public\u0020key.",
- "url": "classes/swentel-nostr-Event-Event.html#method_setPublicKey"
- }, {
- "fqsen": "\\swentel\\nostr\\Event\\Event\u003A\u003AgetPublicKey\u0028\u0029",
- "name": "getPublicKey",
- "summary": "Get\u0020the\u0020public\u0020key.",
- "url": "classes/swentel-nostr-Event-Event.html#method_getPublicKey"
- }, {
- "fqsen": "\\swentel\\nostr\\Event\\Event\u003A\u003AsetSignature\u0028\u0029",
- "name": "setSignature",
- "summary": "Set\u0020the\u0020signature.",
- "url": "classes/swentel-nostr-Event-Event.html#method_setSignature"
- }, {
- "fqsen": "\\swentel\\nostr\\Event\\Event\u003A\u003AgetSignature\u0028\u0029",
- "name": "getSignature",
- "summary": "Get\u0020the\u0020signature.",
- "url": "classes/swentel-nostr-Event-Event.html#method_getSignature"
- }, {
- "fqsen": "\\swentel\\nostr\\Event\\Event\u003A\u003AsetKind\u0028\u0029",
- "name": "setKind",
- "summary": "Set\u0020the\u0020event\u0020kind.",
- "url": "classes/swentel-nostr-Event-Event.html#method_setKind"
- }, {
- "fqsen": "\\swentel\\nostr\\Event\\Event\u003A\u003AgetKind\u0028\u0029",
- "name": "getKind",
- "summary": "Returns\u0020the\u0020kind.",
- "url": "classes/swentel-nostr-Event-Event.html#method_getKind"
- }, {
- "fqsen": "\\swentel\\nostr\\Event\\Event\u003A\u003AsetContent\u0028\u0029",
- "name": "setContent",
- "summary": "Set\u0020the\u0020event\u0020content.",
- "url": "classes/swentel-nostr-Event-Event.html#method_setContent"
- }, {
- "fqsen": "\\swentel\\nostr\\Event\\Event\u003A\u003AgetContent\u0028\u0029",
- "name": "getContent",
- "summary": "Get\u0020the\u0020event\u0020content.",
- "url": "classes/swentel-nostr-Event-Event.html#method_getContent"
- }, {
- "fqsen": "\\swentel\\nostr\\Event\\Event\u003A\u003AsetTags\u0028\u0029",
- "name": "setTags",
- "summary": "Set\u0020the\u0020event\u0020tags\u0020with\u0020values.",
- "url": "classes/swentel-nostr-Event-Event.html#method_setTags"
- }, {
- "fqsen": "\\swentel\\nostr\\Event\\Event\u003A\u003AaddTag\u0028\u0029",
- "name": "addTag",
- "summary": "Add\u0020a\u0020single\u0020tag\u0020to\u0020the\u0020event.",
- "url": "classes/swentel-nostr-Event-Event.html#method_addTag"
- }, {
- "fqsen": "\\swentel\\nostr\\Event\\Event\u003A\u003AgetTags\u0028\u0029",
- "name": "getTags",
- "summary": "Get\u0020the\u0020event\u0020tags.",
- "url": "classes/swentel-nostr-Event-Event.html#method_getTags"
- }, {
- "fqsen": "\\swentel\\nostr\\Event\\Event\u003A\u003AsetCreatedAt\u0028\u0029",
- "name": "setCreatedAt",
- "summary": "Set\u0020the\u0020event\u0020created\u0020time.",
- "url": "classes/swentel-nostr-Event-Event.html#method_setCreatedAt"
- }, {
- "fqsen": "\\swentel\\nostr\\Event\\Event\u003A\u003AgetCreatedAt\u0028\u0029",
- "name": "getCreatedAt",
- "summary": "Get\u0020the\u0020event\u0020created\u0020time.",
- "url": "classes/swentel-nostr-Event-Event.html#method_getCreatedAt"
- }, {
- "fqsen": "\\swentel\\nostr\\Event\\Event\u003A\u003AtoArray\u0028\u0029",
- "name": "toArray",
- "summary": "Convert\u0020the\u0020object\u0020to\u0020an\u0020array.",
- "url": "classes/swentel-nostr-Event-Event.html#method_toArray"
- }, {
- "fqsen": "\\swentel\\nostr\\Event\\Event\u003A\u003AtoJson\u0028\u0029",
- "name": "toJson",
- "summary": "Convert\u0020the\u0020event\u0020object\u0020to\u0020a\u0020JSON\u0020string.",
- "url": "classes/swentel-nostr-Event-Event.html#method_toJson"
- }, {
- "fqsen": "\\swentel\\nostr\\Event\\Event\u003A\u003Averify\u0028\u0029",
- "name": "verify",
- "summary": "Returns\u0020true\u0020if\u0020event\u0020object\u0020encodes\u0020to\u0020a\u0020valid\u0020Nostr\u0020event\u0020JSON\u0020string.",
- "url": "classes/swentel-nostr-Event-Event.html#method_verify"
- }, {
- "fqsen": "\\swentel\\nostr\\Event\\Event\u003A\u003A\u0024kind",
- "name": "kind",
- "summary": "The\u0020event\u0020kind\u0020which\u0020is\u0020an\u0020integer\u0020between\u00200\u0020and\u002065535.",
- "url": "classes/swentel-nostr-Event-Event.html#property_kind"
- }, {
- "fqsen": "\\swentel\\nostr\\Event\\Event\u003A\u003A\u0024id",
- "name": "id",
- "summary": "The\u0020event\u0020id.",
- "url": "classes/swentel-nostr-Event-Event.html#property_id"
- }, {
- "fqsen": "\\swentel\\nostr\\Event\\Event\u003A\u003A\u0024sig",
- "name": "sig",
- "summary": "The\u0020event\u0020signature.",
- "url": "classes/swentel-nostr-Event-Event.html#property_sig"
- }, {
- "fqsen": "\\swentel\\nostr\\Event\\Event\u003A\u003A\u0024pubkey",
- "name": "pubkey",
- "summary": "32\u002Dbytes\u0020lowercase\u0020hex\u002Dencoded\u0020public\u0020key\u0020of\u0020the\u0020event\u0020creator.",
- "url": "classes/swentel-nostr-Event-Event.html#property_pubkey"
- }, {
- "fqsen": "\\swentel\\nostr\\Event\\Event\u003A\u003A\u0024content",
- "name": "content",
- "summary": "The\u0020event\u0020content.",
- "url": "classes/swentel-nostr-Event-Event.html#property_content"
- }, {
- "fqsen": "\\swentel\\nostr\\Event\\Event\u003A\u003A\u0024created_at",
- "name": "created_at",
- "summary": "The\u0020created\u0020at\u0020unix\u0020timestamp\u0020in\u0020seconds.",
- "url": "classes/swentel-nostr-Event-Event.html#property_created_at"
- }, {
- "fqsen": "\\swentel\\nostr\\Event\\Event\u003A\u003A\u0024tags",
- "name": "tags",
- "summary": "Tags\u0020of\u0020the\u0020event.",
- "url": "classes/swentel-nostr-Event-Event.html#property_tags"
- }, {
- "fqsen": "\\swentel\\nostr\\EventInterface",
- "name": "EventInterface",
- "summary": "Nostr\u0020Event\u0020interface.",
- "url": "classes/swentel-nostr-EventInterface.html"
- }, {
- "fqsen": "\\swentel\\nostr\\EventInterface\u003A\u003AsetId\u0028\u0029",
- "name": "setId",
- "summary": "Set\u0020the\u0020event\u0020id.",
- "url": "classes/swentel-nostr-EventInterface.html#method_setId"
- }, {
- "fqsen": "\\swentel\\nostr\\EventInterface\u003A\u003AgetId\u0028\u0029",
- "name": "getId",
- "summary": "Get\u0020the\u0020event\u0020id.",
- "url": "classes/swentel-nostr-EventInterface.html#method_getId"
- }, {
- "fqsen": "\\swentel\\nostr\\EventInterface\u003A\u003AsetSignature\u0028\u0029",
- "name": "setSignature",
- "summary": "Set\u0020the\u0020signature.",
- "url": "classes/swentel-nostr-EventInterface.html#method_setSignature"
- }, {
- "fqsen": "\\swentel\\nostr\\EventInterface\u003A\u003AgetSignature\u0028\u0029",
- "name": "getSignature",
- "summary": "Get\u0020the\u0020signature.",
- "url": "classes/swentel-nostr-EventInterface.html#method_getSignature"
- }, {
- "fqsen": "\\swentel\\nostr\\EventInterface\u003A\u003AsetPublicKey\u0028\u0029",
- "name": "setPublicKey",
- "summary": "Set\u0020the\u0020public\u0020key.",
- "url": "classes/swentel-nostr-EventInterface.html#method_setPublicKey"
- }, {
- "fqsen": "\\swentel\\nostr\\EventInterface\u003A\u003AgetPublicKey\u0028\u0029",
- "name": "getPublicKey",
- "summary": "Get\u0020the\u0020public\u0020key.",
- "url": "classes/swentel-nostr-EventInterface.html#method_getPublicKey"
- }, {
- "fqsen": "\\swentel\\nostr\\EventInterface\u003A\u003AsetKind\u0028\u0029",
- "name": "setKind",
- "summary": "Set\u0020the\u0020event\u0020kind.",
- "url": "classes/swentel-nostr-EventInterface.html#method_setKind"
- }, {
- "fqsen": "\\swentel\\nostr\\EventInterface\u003A\u003AgetKind\u0028\u0029",
- "name": "getKind",
- "summary": "Returns\u0020the\u0020kind.",
- "url": "classes/swentel-nostr-EventInterface.html#method_getKind"
- }, {
- "fqsen": "\\swentel\\nostr\\EventInterface\u003A\u003AsetContent\u0028\u0029",
- "name": "setContent",
- "summary": "Set\u0020the\u0020event\u0020content.",
- "url": "classes/swentel-nostr-EventInterface.html#method_setContent"
- }, {
- "fqsen": "\\swentel\\nostr\\EventInterface\u003A\u003AgetContent\u0028\u0029",
- "name": "getContent",
- "summary": "Get\u0020the\u0020event\u0020content.",
- "url": "classes/swentel-nostr-EventInterface.html#method_getContent"
- }, {
- "fqsen": "\\swentel\\nostr\\EventInterface\u003A\u003AsetCreatedAt\u0028\u0029",
- "name": "setCreatedAt",
- "summary": "Set\u0020the\u0020event\u0020created\u0020time.",
- "url": "classes/swentel-nostr-EventInterface.html#method_setCreatedAt"
- }, {
- "fqsen": "\\swentel\\nostr\\EventInterface\u003A\u003AgetCreatedAt\u0028\u0029",
- "name": "getCreatedAt",
- "summary": "Get\u0020the\u0020event\u0020created\u0020time.",
- "url": "classes/swentel-nostr-EventInterface.html#method_getCreatedAt"
- }, {
- "fqsen": "\\swentel\\nostr\\EventInterface\u003A\u003AsetTags\u0028\u0029",
- "name": "setTags",
- "summary": "Set\u0020the\u0020event\u0020tags\u0020with\u0020values.",
- "url": "classes/swentel-nostr-EventInterface.html#method_setTags"
- }, {
- "fqsen": "\\swentel\\nostr\\EventInterface\u003A\u003AaddTag\u0028\u0029",
- "name": "addTag",
- "summary": "Add\u0020a\u0020single\u0020tag\u0020to\u0020the\u0020event.",
- "url": "classes/swentel-nostr-EventInterface.html#method_addTag"
- }, {
- "fqsen": "\\swentel\\nostr\\EventInterface\u003A\u003AgetTags\u0028\u0029",
- "name": "getTags",
- "summary": "Get\u0020the\u0020event\u0020tags.",
- "url": "classes/swentel-nostr-EventInterface.html#method_getTags"
- }, {
- "fqsen": "\\swentel\\nostr\\EventInterface\u003A\u003AtoArray\u0028\u0029",
- "name": "toArray",
- "summary": "Convert\u0020the\u0020object\u0020to\u0020an\u0020array.",
- "url": "classes/swentel-nostr-EventInterface.html#method_toArray"
- }, {
- "fqsen": "\\swentel\\nostr\\EventInterface\u003A\u003AtoJson\u0028\u0029",
- "name": "toJson",
- "summary": "Convert\u0020the\u0020event\u0020object\u0020to\u0020a\u0020JSON\u0020string.",
- "url": "classes/swentel-nostr-EventInterface.html#method_toJson"
- }, {
- "fqsen": "\\swentel\\nostr\\EventInterface\u003A\u003Averify\u0028\u0029",
- "name": "verify",
- "summary": "Returns\u0020true\u0020if\u0020event\u0020object\u0020encodes\u0020to\u0020a\u0020valid\u0020Nostr\u0020event\u0020JSON\u0020string.",
- "url": "classes/swentel-nostr-EventInterface.html#method_verify"
- }, {
- "fqsen": "\\swentel\\nostr\\Filter\\Filter",
- "name": "Filter",
- "summary": "",
- "url": "classes/swentel-nostr-Filter-Filter.html"
- }, {
- "fqsen": "\\swentel\\nostr\\Filter\\Filter\u003A\u003AsetIds\u0028\u0029",
- "name": "setIds",
- "summary": "Set\u0020the\u0020ids\u0020for\u0020filtering\u0020multiple\u0020events.",
- "url": "classes/swentel-nostr-Filter-Filter.html#method_setIds"
- }, {
- "fqsen": "\\swentel\\nostr\\Filter\\Filter\u003A\u003AsetAuthors\u0028\u0029",
- "name": "setAuthors",
- "summary": "Set\u0020the\u0020authors\u0020for\u0020the\u0020Filter\u0020object.",
- "url": "classes/swentel-nostr-Filter-Filter.html#method_setAuthors"
- }, {
- "fqsen": "\\swentel\\nostr\\Filter\\Filter\u003A\u003AsetKinds\u0028\u0029",
- "name": "setKinds",
- "summary": "Set\u0020the\u0020kinds\u0020for\u0020the\u0020Filter\u0020object.",
- "url": "classes/swentel-nostr-Filter-Filter.html#method_setKinds"
- }, {
- "fqsen": "\\swentel\\nostr\\Filter\\Filter\u003A\u003AsetLowercaseETags\u0028\u0029",
- "name": "setLowercaseETags",
- "summary": "Set\u0020the\u0020\u0023e\u0020tag\u0020for\u0020the\u0020Filter\u0020object.",
- "url": "classes/swentel-nostr-Filter-Filter.html#method_setLowercaseETags"
- }, {
- "fqsen": "\\swentel\\nostr\\Filter\\Filter\u003A\u003AsetLowercasePTags\u0028\u0029",
- "name": "setLowercasePTags",
- "summary": "Set\u0020the\u0020\u0023p\u0020tag\u0020for\u0020the\u0020Filter\u0020object.",
- "url": "classes/swentel-nostr-Filter-Filter.html#method_setLowercasePTags"
- }, {
- "fqsen": "\\swentel\\nostr\\Filter\\Filter\u003A\u003AsetSince\u0028\u0029",
- "name": "setSince",
- "summary": "Set\u0020since\u0020parameter\u0020for\u0020the\u0020Filter\u0020object.",
- "url": "classes/swentel-nostr-Filter-Filter.html#method_setSince"
- }, {
- "fqsen": "\\swentel\\nostr\\Filter\\Filter\u003A\u003AsetUntil\u0028\u0029",
- "name": "setUntil",
- "summary": "Set\u0020the\u0020until\u0020for\u0020the\u0020Filter\u0020object.",
- "url": "classes/swentel-nostr-Filter-Filter.html#method_setUntil"
- }, {
- "fqsen": "\\swentel\\nostr\\Filter\\Filter\u003A\u003AsetLimit\u0028\u0029",
- "name": "setLimit",
- "summary": "Set\u0020the\u0020limit\u0020for\u0020the\u0020Filter\u0020object.",
- "url": "classes/swentel-nostr-Filter-Filter.html#method_setLimit"
- }, {
- "fqsen": "\\swentel\\nostr\\Filter\\Filter\u003A\u003AisLowercaseHex\u0028\u0029",
- "name": "isLowercaseHex",
- "summary": "Check\u0020if\u0020a\u0020given\u0020string\u0020is\u0020a\u002064\u002Dcharacter\u0020lowercase\u0020hexadecimal\u0020value.",
- "url": "classes/swentel-nostr-Filter-Filter.html#method_isLowercaseHex"
- }, {
- "fqsen": "\\swentel\\nostr\\Filter\\Filter\u003A\u003AisValidTimestamp\u0028\u0029",
- "name": "isValidTimestamp",
- "summary": "Check\u0020if\u0020a\u0020given\u0020timestamp\u0020is\u0020valid.",
- "url": "classes/swentel-nostr-Filter-Filter.html#method_isValidTimestamp"
- }, {
- "fqsen": "\\swentel\\nostr\\Filter\\Filter\u003A\u003AtoArray\u0028\u0029",
- "name": "toArray",
- "summary": "Return\u0020an\u0020array\u0020representation\u0020of\u0020the\u0020object\u0020by\u0020iterating\u0020through\u0020its\u0020properties.",
- "url": "classes/swentel-nostr-Filter-Filter.html#method_toArray"
- }, {
- "fqsen": "\\swentel\\nostr\\Filter\\Filter\u003A\u003A\u0024ids",
- "name": "ids",
- "summary": "A\u0020list\u0020of\u0020event\u0020ids",
- "url": "classes/swentel-nostr-Filter-Filter.html#property_ids"
- }, {
- "fqsen": "\\swentel\\nostr\\Filter\\Filter\u003A\u003A\u0024authors",
- "name": "authors",
- "summary": "A\u0020list\u0020of\u0020lowercase\u0020pubkeys,\u0020the\u0020pubkey\u0020of\u0020an\u0020event\u0020must\u0020be\u0020one\u0020of\u0020these",
- "url": "classes/swentel-nostr-Filter-Filter.html#property_authors"
- }, {
- "fqsen": "\\swentel\\nostr\\Filter\\Filter\u003A\u003A\u0024kinds",
- "name": "kinds",
- "summary": "A\u0020list\u0020of\u0020a\u0020kind\u0020numbers",
- "url": "classes/swentel-nostr-Filter-Filter.html#property_kinds"
- }, {
- "fqsen": "\\swentel\\nostr\\Filter\\Filter\u003A\u003A\u0024etags",
- "name": "etags",
- "summary": "A\u0020list\u0020of\u0020\u0023e\u0020tag\u0020values\u0020\u0028list\u0020of\u0020event\u0020ids\u0029",
- "url": "classes/swentel-nostr-Filter-Filter.html#property_etags"
- }, {
- "fqsen": "\\swentel\\nostr\\Filter\\Filter\u003A\u003A\u0024ptags",
- "name": "ptags",
- "summary": "A\u0020list\u0020of\u0020\u0023p\u0020tag\u0020values\u0020\u0028list\u0020of\u0020pubkeys\u0029.",
- "url": "classes/swentel-nostr-Filter-Filter.html#property_ptags"
- }, {
- "fqsen": "\\swentel\\nostr\\Filter\\Filter\u003A\u003A\u0024since",
- "name": "since",
- "summary": "An\u0020integer\u0020unix\u0020timestamp\u0020in\u0020seconds,\u0020events\u0020must\u0020be\u0020newer\u0020than\u0020this\u0020to\u0020pass",
- "url": "classes/swentel-nostr-Filter-Filter.html#property_since"
- }, {
- "fqsen": "\\swentel\\nostr\\Filter\\Filter\u003A\u003A\u0024until",
- "name": "until",
- "summary": "An\u0020integer\u0020unix\u0020timestamp\u0020in\u0020seconds,\u0020events\u0020must\u0020be\u0020older\u0020than\u0020this\u0020to\u0020pass",
- "url": "classes/swentel-nostr-Filter-Filter.html#property_until"
- }, {
- "fqsen": "\\swentel\\nostr\\Filter\\Filter\u003A\u003A\u0024limit",
- "name": "limit",
- "summary": "Maximum\u0020number\u0020of\u0020events\u0020relays\u0020SHOULD\u0020return\u0020in\u0020the\u0020initial\u0020query",
- "url": "classes/swentel-nostr-Filter-Filter.html#property_limit"
- }, {
- "fqsen": "\\swentel\\nostr\\FilterInterface",
- "name": "FilterInterface",
- "summary": "",
- "url": "classes/swentel-nostr-FilterInterface.html"
- }, {
- "fqsen": "\\swentel\\nostr\\FilterInterface\u003A\u003AsetAuthors\u0028\u0029",
- "name": "setAuthors",
- "summary": "Set\u0020the\u0020authors\u0020for\u0020the\u0020Filter\u0020object.",
- "url": "classes/swentel-nostr-FilterInterface.html#method_setAuthors"
- }, {
- "fqsen": "\\swentel\\nostr\\FilterInterface\u003A\u003AsetKinds\u0028\u0029",
- "name": "setKinds",
- "summary": "Set\u0020the\u0020kinds\u0020for\u0020the\u0020Filter\u0020object.",
- "url": "classes/swentel-nostr-FilterInterface.html#method_setKinds"
- }, {
- "fqsen": "\\swentel\\nostr\\FilterInterface\u003A\u003AsetLowercaseETags\u0028\u0029",
- "name": "setLowercaseETags",
- "summary": "Set\u0020the\u0020tag\u0020for\u0020the\u0020Filter\u0020object.",
- "url": "classes/swentel-nostr-FilterInterface.html#method_setLowercaseETags"
- }, {
- "fqsen": "\\swentel\\nostr\\FilterInterface\u003A\u003AsetLowercasePTags\u0028\u0029",
- "name": "setLowercasePTags",
- "summary": "Set\u0020the\u0020\u0023p\u0020tag\u0020for\u0020the\u0020Filter\u0020object.",
- "url": "classes/swentel-nostr-FilterInterface.html#method_setLowercasePTags"
- }, {
- "fqsen": "\\swentel\\nostr\\FilterInterface\u003A\u003AsetSince\u0028\u0029",
- "name": "setSince",
- "summary": "Set\u0020the\u0020since\u0020for\u0020the\u0020Filter\u0020object.",
- "url": "classes/swentel-nostr-FilterInterface.html#method_setSince"
- }, {
- "fqsen": "\\swentel\\nostr\\FilterInterface\u003A\u003AsetUntil\u0028\u0029",
- "name": "setUntil",
- "summary": "Set\u0020the\u0020until\u0020for\u0020the\u0020Filter\u0020object.",
- "url": "classes/swentel-nostr-FilterInterface.html#method_setUntil"
- }, {
- "fqsen": "\\swentel\\nostr\\FilterInterface\u003A\u003AsetLimit\u0028\u0029",
- "name": "setLimit",
- "summary": "Set\u0020the\u0020limit\u0020for\u0020the\u0020Filter\u0020object.",
- "url": "classes/swentel-nostr-FilterInterface.html#method_setLimit"
- }, {
- "fqsen": "\\swentel\\nostr\\FilterInterface\u003A\u003AisLowercaseHex\u0028\u0029",
- "name": "isLowercaseHex",
- "summary": "Check\u0020if\u0020a\u0020given\u0020string\u0020is\u0020a\u002064\u002Dcharacter\u0020lowercase\u0020hexadecimal\u0020value.",
- "url": "classes/swentel-nostr-FilterInterface.html#method_isLowercaseHex"
- }, {
- "fqsen": "\\swentel\\nostr\\FilterInterface\u003A\u003AisValidTimestamp\u0028\u0029",
- "name": "isValidTimestamp",
- "summary": "Check\u0020if\u0020a\u0020given\u0020timestamp\u0020is\u0020valid.",
- "url": "classes/swentel-nostr-FilterInterface.html#method_isValidTimestamp"
- }, {
- "fqsen": "\\swentel\\nostr\\FilterInterface\u003A\u003AtoArray\u0028\u0029",
- "name": "toArray",
- "summary": "Return\u0020an\u0020array\u0020representation\u0020of\u0020the\u0020object\u0020by\u0020iterating\u0020through\u0020its\u0020properties.",
- "url": "classes/swentel-nostr-FilterInterface.html#method_toArray"
- }, {
- "fqsen": "\\swentel\\nostr\\Key\\Key",
- "name": "Key",
- "summary": "",
- "url": "classes/swentel-nostr-Key-Key.html"
- }, {
- "fqsen": "\\swentel\\nostr\\Key\\Key\u003A\u003AgeneratePrivateKey\u0028\u0029",
- "name": "generatePrivateKey",
- "summary": "Generate\u0020private\u0020key\u0020as\u0020hex.",
- "url": "classes/swentel-nostr-Key-Key.html#method_generatePrivateKey"
- }, {
- "fqsen": "\\swentel\\nostr\\Key\\Key\u003A\u003AgetPublicKey\u0028\u0029",
- "name": "getPublicKey",
- "summary": "Generate\u0020public\u0020hex\u0020key\u0020from\u0020private\u0020hex\u0020key.",
- "url": "classes/swentel-nostr-Key-Key.html#method_getPublicKey"
- }, {
- "fqsen": "\\swentel\\nostr\\Key\\Key\u003A\u003AconvertToHex\u0028\u0029",
- "name": "convertToHex",
- "summary": "Convert\u0020a\u0020bech32\u0020encoded\u0020key\u0020to\u0020hex\u0020key.",
- "url": "classes/swentel-nostr-Key-Key.html#method_convertToHex"
- }, {
- "fqsen": "\\swentel\\nostr\\Key\\Key\u003A\u003AconvertPublicKeyToBech32\u0028\u0029",
- "name": "convertPublicKeyToBech32",
- "summary": "Convert\u0020a\u0020public\u0020hex\u0020key\u0020to\u0020a\u0020bech32\u0020encoded\u0020string\u0020\u0028npub\u0029.",
- "url": "classes/swentel-nostr-Key-Key.html#method_convertPublicKeyToBech32"
- }, {
- "fqsen": "\\swentel\\nostr\\Key\\Key\u003A\u003AconvertPrivateKeyToBech32\u0028\u0029",
- "name": "convertPrivateKeyToBech32",
- "summary": "Convert\u0020a\u0020private\u0020hex\u0020key\u0020to\u0020bech32\u0020encoded\u0020string\u0020\u0028nsec\u0029.",
- "url": "classes/swentel-nostr-Key-Key.html#method_convertPrivateKeyToBech32"
- }, {
- "fqsen": "\\swentel\\nostr\\Key\\Key\u003A\u003AconvertToBech32\u0028\u0029",
- "name": "convertToBech32",
- "summary": "Convert\u0020a\u0020hex\u0020key\u0020to\u0020bech32\u0020encoded\u0020string.",
- "url": "classes/swentel-nostr-Key-Key.html#method_convertToBech32"
- }, {
- "fqsen": "\\swentel\\nostr\\Message\\CloseMessage",
- "name": "CloseMessage",
- "summary": "",
- "url": "classes/swentel-nostr-Message-CloseMessage.html"
- }, {
- "fqsen": "\\swentel\\nostr\\Message\\CloseMessage\u003A\u003A__construct\u0028\u0029",
- "name": "__construct",
- "summary": "",
- "url": "classes/swentel-nostr-Message-CloseMessage.html#method___construct"
- }, {
- "fqsen": "\\swentel\\nostr\\Message\\CloseMessage\u003A\u003AsetType\u0028\u0029",
- "name": "setType",
- "summary": "Set\u0020message\u0020type.",
- "url": "classes/swentel-nostr-Message-CloseMessage.html#method_setType"
- }, {
- "fqsen": "\\swentel\\nostr\\Message\\CloseMessage\u003A\u003Agenerate\u0028\u0029",
- "name": "generate",
- "summary": "Generate\u0020the\u0020message\u0020ready\u0020to\u0020be\u0020sent\u0020to\u0020a\u0020relay.",
- "url": "classes/swentel-nostr-Message-CloseMessage.html#method_generate"
- }, {
- "fqsen": "\\swentel\\nostr\\Message\\CloseMessage\u003A\u003A\u0024type",
- "name": "type",
- "summary": "",
- "url": "classes/swentel-nostr-Message-CloseMessage.html#property_type"
- }, {
- "fqsen": "\\swentel\\nostr\\Message\\CloseMessage\u003A\u003A\u0024subscriptionId",
- "name": "subscriptionId",
- "summary": "Subscription\u0020ID",
- "url": "classes/swentel-nostr-Message-CloseMessage.html#property_subscriptionId"
- }, {
- "fqsen": "\\swentel\\nostr\\Message\\EventMessage",
- "name": "EventMessage",
- "summary": "",
- "url": "classes/swentel-nostr-Message-EventMessage.html"
- }, {
- "fqsen": "\\swentel\\nostr\\Message\\EventMessage\u003A\u003A__construct\u0028\u0029",
- "name": "__construct",
- "summary": "",
- "url": "classes/swentel-nostr-Message-EventMessage.html#method___construct"
- }, {
- "fqsen": "\\swentel\\nostr\\Message\\EventMessage\u003A\u003AsetType\u0028\u0029",
- "name": "setType",
- "summary": "",
- "url": "classes/swentel-nostr-Message-EventMessage.html#method_setType"
- }, {
- "fqsen": "\\swentel\\nostr\\Message\\EventMessage\u003A\u003AgetType\u0028\u0029",
- "name": "getType",
- "summary": "",
- "url": "classes/swentel-nostr-Message-EventMessage.html#method_getType"
- }, {
- "fqsen": "\\swentel\\nostr\\Message\\EventMessage\u003A\u003Agenerate\u0028\u0029",
- "name": "generate",
- "summary": "Generate\u0020the\u0020message\u0020ready\u0020to\u0020be\u0020sent\u0020to\u0020a\u0020relay.",
- "url": "classes/swentel-nostr-Message-EventMessage.html#method_generate"
- }, {
- "fqsen": "\\swentel\\nostr\\Message\\EventMessage\u003A\u003A\u0024type",
- "name": "type",
- "summary": "Message\u0020type.",
- "url": "classes/swentel-nostr-Message-EventMessage.html#property_type"
- }, {
- "fqsen": "\\swentel\\nostr\\Message\\EventMessage\u003A\u003A\u0024event",
- "name": "event",
- "summary": "The\u0020event.",
- "url": "classes/swentel-nostr-Message-EventMessage.html#property_event"
- }, {
- "fqsen": "\\swentel\\nostr\\Message\\MessageTypeEnum",
- "name": "MessageTypeEnum",
- "summary": "Enum\u0020with\u0020message\u0020types.",
- "url": "classes/swentel-nostr-Message-MessageTypeEnum.html"
- }, {
- "fqsen": "\\swentel\\nostr\\Message\\MessageTypeEnum\u003A\u003AEVENT",
- "name": "EVENT",
- "summary": "",
- "url": "classes/swentel-nostr-Message-MessageTypeEnum.html#enumcase_EVENT"
- }, {
- "fqsen": "\\swentel\\nostr\\Message\\MessageTypeEnum\u003A\u003AREQUEST",
- "name": "REQUEST",
- "summary": "",
- "url": "classes/swentel-nostr-Message-MessageTypeEnum.html#enumcase_REQUEST"
- }, {
- "fqsen": "\\swentel\\nostr\\Message\\MessageTypeEnum\u003A\u003ACLOSE",
- "name": "CLOSE",
- "summary": "",
- "url": "classes/swentel-nostr-Message-MessageTypeEnum.html#enumcase_CLOSE"
- }, {
- "fqsen": "\\swentel\\nostr\\Message\\RequestMessage",
- "name": "RequestMessage",
- "summary": "",
- "url": "classes/swentel-nostr-Message-RequestMessage.html"
- }, {
- "fqsen": "\\swentel\\nostr\\Message\\RequestMessage\u003A\u003A__construct\u0028\u0029",
- "name": "__construct",
- "summary": "Constructor\u0020for\u0020the\u0020RequestMessage\u0020class.",
- "url": "classes/swentel-nostr-Message-RequestMessage.html#method___construct"
- }, {
- "fqsen": "\\swentel\\nostr\\Message\\RequestMessage\u003A\u003AsetType\u0028\u0029",
- "name": "setType",
- "summary": "Set\u0020message\u0020type.",
- "url": "classes/swentel-nostr-Message-RequestMessage.html#method_setType"
- }, {
- "fqsen": "\\swentel\\nostr\\Message\\RequestMessage\u003A\u003Agenerate\u0028\u0029",
- "name": "generate",
- "summary": "Generates\u0020a\u0020JSON\u002Dencoded\u0020request\u0020array\u0020by\u0020merging\u0020the\u0020subscription\u0020ID\u0020and\u0020filters\u0020array.",
- "url": "classes/swentel-nostr-Message-RequestMessage.html#method_generate"
- }, {
- "fqsen": "\\swentel\\nostr\\Message\\RequestMessage\u003A\u003A\u0024type",
- "name": "type",
- "summary": "Message\u0020type.",
- "url": "classes/swentel-nostr-Message-RequestMessage.html#property_type"
- }, {
- "fqsen": "\\swentel\\nostr\\Message\\RequestMessage\u003A\u003A\u0024subscriptionId",
- "name": "subscriptionId",
- "summary": "An\u0020arbitrary,\u0020non\u002Dempty\u0020string\u0020of\u0020max\u0020length\u002064\u0020chars",
- "url": "classes/swentel-nostr-Message-RequestMessage.html#property_subscriptionId"
- }, {
- "fqsen": "\\swentel\\nostr\\Message\\RequestMessage\u003A\u003A\u0024filters",
- "name": "filters",
- "summary": "Array\u0020of\u0020filters",
- "url": "classes/swentel-nostr-Message-RequestMessage.html#property_filters"
- }, {
- "fqsen": "\\swentel\\nostr\\MessageInterface",
- "name": "MessageInterface",
- "summary": "",
- "url": "classes/swentel-nostr-MessageInterface.html"
- }, {
- "fqsen": "\\swentel\\nostr\\MessageInterface\u003A\u003AsetType\u0028\u0029",
- "name": "setType",
- "summary": "",
- "url": "classes/swentel-nostr-MessageInterface.html#method_setType"
- }, {
- "fqsen": "\\swentel\\nostr\\MessageInterface\u003A\u003Agenerate\u0028\u0029",
- "name": "generate",
- "summary": "Generate\u0020the\u0020message\u0020ready\u0020to\u0020be\u0020sent\u0020to\u0020a\u0020relay.",
- "url": "classes/swentel-nostr-MessageInterface.html#method_generate"
- }, {
- "fqsen": "\\swentel\\nostr\\Relay\\CommandResult",
- "name": "CommandResult",
- "summary": "",
- "url": "classes/swentel-nostr-Relay-CommandResult.html"
- }, {
- "fqsen": "\\swentel\\nostr\\Relay\\CommandResult\u003A\u003A__construct\u0028\u0029",
- "name": "__construct",
- "summary": "Constructs\u0020the\u0020Relay\u0020Response.",
- "url": "classes/swentel-nostr-Relay-CommandResult.html#method___construct"
- }, {
- "fqsen": "\\swentel\\nostr\\Relay\\CommandResult\u003A\u003AisSuccess\u0028\u0029",
- "name": "isSuccess",
- "summary": "Returns\u0020whether\u0020the\u0020request\u0020was\u0020successful.",
- "url": "classes/swentel-nostr-Relay-CommandResult.html#method_isSuccess"
- }, {
- "fqsen": "\\swentel\\nostr\\Relay\\CommandResult\u003A\u003A\u0024message",
- "name": "message",
- "summary": "The\u0020message.",
- "url": "classes/swentel-nostr-Relay-CommandResult.html#property_message"
- }, {
- "fqsen": "\\swentel\\nostr\\Relay\\CommandResult\u003A\u003AgetEventId\u0028\u0029",
- "name": "getEventId",
- "summary": "Returns\u0020the\u0020event\u0020id.",
- "url": "classes/swentel-nostr-Relay-CommandResult.html#method_getEventId"
- }, {
- "fqsen": "\\swentel\\nostr\\Relay\\CommandResult\u003A\u003A\u0024success",
- "name": "success",
- "summary": "Whether\u0020the\u0020request\u0020was\u0020successful\u0020or\u0020not.",
- "url": "classes/swentel-nostr-Relay-CommandResult.html#property_success"
- }, {
- "fqsen": "\\swentel\\nostr\\Relay\\CommandResult\u003A\u003A\u0024eventId",
- "name": "eventId",
- "summary": "The\u0020event\u0020ID.",
- "url": "classes/swentel-nostr-Relay-CommandResult.html#property_eventId"
- }, {
- "fqsen": "\\swentel\\nostr\\Relay\\Relay",
- "name": "Relay",
- "summary": "",
- "url": "classes/swentel-nostr-Relay-Relay.html"
- }, {
- "fqsen": "\\swentel\\nostr\\Relay\\Relay\u003A\u003A__construct\u0028\u0029",
- "name": "__construct",
- "summary": "Relay\u0020constructor.",
- "url": "classes/swentel-nostr-Relay-Relay.html#method___construct"
- }, {
- "fqsen": "\\swentel\\nostr\\Relay\\Relay\u003A\u003AvalidateUrl\u0028\u0029",
- "name": "validateUrl",
- "summary": "",
- "url": "classes/swentel-nostr-Relay-Relay.html#method_validateUrl"
- }, {
- "fqsen": "\\swentel\\nostr\\Relay\\Relay\u003A\u003AsetUrl\u0028\u0029",
- "name": "setUrl",
- "summary": "Set\u0020URL\u0020of\u0020the\u0020relay.",
- "url": "classes/swentel-nostr-Relay-Relay.html#method_setUrl"
- }, {
- "fqsen": "\\swentel\\nostr\\Relay\\Relay\u003A\u003AgetUrl\u0028\u0029",
- "name": "getUrl",
- "summary": "Get\u0020URL\u0020of\u0020the\u0020relay.",
- "url": "classes/swentel-nostr-Relay-Relay.html#method_getUrl"
- }, {
- "fqsen": "\\swentel\\nostr\\Relay\\Relay\u003A\u003AsetMessage\u0028\u0029",
- "name": "setMessage",
- "summary": "Set\u0020message\u0020that\u0020will\u0020be\u0020sent\u0020to\u0020the\u0020relay.",
- "url": "classes/swentel-nostr-Relay-Relay.html#method_setMessage"
- }, {
- "fqsen": "\\swentel\\nostr\\Relay\\Relay\u003A\u003AsetPayload\u0028\u0029",
- "name": "setPayload",
- "summary": "",
- "url": "classes/swentel-nostr-Relay-Relay.html#method_setPayload"
- }, {
- "fqsen": "\\swentel\\nostr\\Relay\\Relay\u003A\u003Asend\u0028\u0029",
- "name": "send",
- "summary": "Sends\u0020the\u0020message\u0020to\u0020the\u0020relay.",
- "url": "classes/swentel-nostr-Relay-Relay.html#method_send"
- }, {
- "fqsen": "\\swentel\\nostr\\Relay\\Relay\u003A\u003A\u0024url",
- "name": "url",
- "summary": "The\u0020relay\u0020URL.",
- "url": "classes/swentel-nostr-Relay-Relay.html#property_url"
- }, {
- "fqsen": "\\swentel\\nostr\\Relay\\Relay\u003A\u003A\u0024message",
- "name": "message",
- "summary": "The\u0020message\u0020to\u0020be\u0020sent.",
- "url": "classes/swentel-nostr-Relay-Relay.html#property_message"
- }, {
- "fqsen": "\\swentel\\nostr\\Relay\\Relay\u003A\u003A\u0024payload",
- "name": "payload",
- "summary": "The\u0020payload\u0020to\u0020be\u0020sent.",
- "url": "classes/swentel-nostr-Relay-Relay.html#property_payload"
- }, {
- "fqsen": "\\swentel\\nostr\\Relay\\RelaySet",
- "name": "RelaySet",
- "summary": "",
- "url": "classes/swentel-nostr-Relay-RelaySet.html"
- }, {
- "fqsen": "\\swentel\\nostr\\Relay\\RelaySet\u003A\u003AsetRelays\u0028\u0029",
- "name": "setRelays",
- "summary": "Set\u0020relays\u0020in\u0020this\u0020set.",
- "url": "classes/swentel-nostr-Relay-RelaySet.html#method_setRelays"
- }, {
- "fqsen": "\\swentel\\nostr\\Relay\\RelaySet\u003A\u003AgetRelays\u0028\u0029",
- "name": "getRelays",
- "summary": "Get\u0020all\u0020relays.",
- "url": "classes/swentel-nostr-Relay-RelaySet.html#method_getRelays"
- }, {
- "fqsen": "\\swentel\\nostr\\Relay\\RelaySet\u003A\u003AaddRelay\u0028\u0029",
- "name": "addRelay",
- "summary": "Add\u0020relay\u0020to\u0020this\u0020set.",
- "url": "classes/swentel-nostr-Relay-RelaySet.html#method_addRelay"
- }, {
- "fqsen": "\\swentel\\nostr\\Relay\\RelaySet\u003A\u003AremoveRelay\u0028\u0029",
- "name": "removeRelay",
- "summary": "Remove\u0020relay\u0020from\u0020this\u0020set.",
- "url": "classes/swentel-nostr-Relay-RelaySet.html#method_removeRelay"
- }, {
- "fqsen": "\\swentel\\nostr\\Relay\\RelaySet\u003A\u003AcreateFromUrls\u0028\u0029",
- "name": "createFromUrls",
- "summary": "Create\u0020a\u0020relay\u0020set\u0020from\u0020a\u0020list\u0020of\u0020relay\u0020URLs.",
- "url": "classes/swentel-nostr-Relay-RelaySet.html#method_createFromUrls"
- }, {
- "fqsen": "\\swentel\\nostr\\Relay\\RelaySet\u003A\u003AsetMessage\u0028\u0029",
- "name": "setMessage",
- "summary": "The\u0020message\u0020to\u0020be\u0020sent\u0020to\u0020the\u0020relays.",
- "url": "classes/swentel-nostr-Relay-RelaySet.html#method_setMessage"
- }, {
- "fqsen": "\\swentel\\nostr\\Relay\\RelaySet\u003A\u003Aconnect\u0028\u0029",
- "name": "connect",
- "summary": "Connect\u0020to\u0020all\u0020relays\u0020in\u0020this\u0020set.",
- "url": "classes/swentel-nostr-Relay-RelaySet.html#method_connect"
- }, {
- "fqsen": "\\swentel\\nostr\\Relay\\RelaySet\u003A\u003Adisconnect\u0028\u0029",
- "name": "disconnect",
- "summary": "Disconnect\u0020all\u0020relays\u0020in\u0020this\u0020set.",
- "url": "classes/swentel-nostr-Relay-RelaySet.html#method_disconnect"
- }, {
- "fqsen": "\\swentel\\nostr\\Relay\\RelaySet\u003A\u003A\u0024isConnected",
- "name": "isConnected",
- "summary": "Are\u0020all\u0020relays\u0020connected\u0020in\u0020this\u0020relay\u0020set\u003F",
- "url": "classes/swentel-nostr-Relay-RelaySet.html#property_isConnected"
- }, {
- "fqsen": "\\swentel\\nostr\\Relay\\RelaySet\u003A\u003Asend\u0028\u0029",
- "name": "send",
- "summary": "Sends\u0020the\u0020message\u0020to\u0020all\u0020the\u0020relays\u0020in\u0020this\u0020set.",
- "url": "classes/swentel-nostr-Relay-RelaySet.html#method_send"
- }, {
- "fqsen": "\\swentel\\nostr\\Relay\\RelaySet\u003A\u003A\u0024relays",
- "name": "relays",
- "summary": "Array\u0020with\u0020Relay\u0020objects.",
- "url": "classes/swentel-nostr-Relay-RelaySet.html#property_relays"
- }, {
- "fqsen": "\\swentel\\nostr\\Relay\\RelaySet\u003A\u003A\u0024message",
- "name": "message",
- "summary": "The\u0020message\u0020to\u0020be\u0020sent\u0020to\u0020all\u0020relays.",
- "url": "classes/swentel-nostr-Relay-RelaySet.html#property_message"
- }, {
- "fqsen": "\\swentel\\nostr\\RelayInterface",
- "name": "RelayInterface",
- "summary": "",
- "url": "classes/swentel-nostr-RelayInterface.html"
- }, {
- "fqsen": "\\swentel\\nostr\\RelayInterface\u003A\u003AsetUrl\u0028\u0029",
- "name": "setUrl",
- "summary": "Set\u0020URL\u0020of\u0020the\u0020relay.",
- "url": "classes/swentel-nostr-RelayInterface.html#method_setUrl"
- }, {
- "fqsen": "\\swentel\\nostr\\RelayInterface\u003A\u003AgetUrl\u0028\u0029",
- "name": "getUrl",
- "summary": "Get\u0020URL\u0020of\u0020the\u0020relay.",
- "url": "classes/swentel-nostr-RelayInterface.html#method_getUrl"
- }, {
- "fqsen": "\\swentel\\nostr\\RelayInterface\u003A\u003AsetMessage\u0028\u0029",
- "name": "setMessage",
- "summary": "Set\u0020message\u0020that\u0020will\u0020be\u0020sent\u0020to\u0020the\u0020relay.",
- "url": "classes/swentel-nostr-RelayInterface.html#method_setMessage"
- }, {
- "fqsen": "\\swentel\\nostr\\RelayInterface\u003A\u003Asend\u0028\u0029",
- "name": "send",
- "summary": "Sends\u0020the\u0020message\u0020to\u0020the\u0020relay.",
- "url": "classes/swentel-nostr-RelayInterface.html#method_send"
- }, {
- "fqsen": "\\swentel\\nostr\\RelayResponse\\RelayResponse",
- "name": "RelayResponse",
- "summary": "",
- "url": "classes/swentel-nostr-RelayResponse-RelayResponse.html"
- }, {
- "fqsen": "\\swentel\\nostr\\RelayResponse\\RelayResponse\u003A\u003A__construct\u0028\u0029",
- "name": "__construct",
- "summary": "",
- "url": "classes/swentel-nostr-RelayResponse-RelayResponse.html#method___construct"
- }, {
- "fqsen": "\\swentel\\nostr\\RelayResponse\\RelayResponse\u003A\u003AcreateResponse\u0028\u0029",
- "name": "createResponse",
- "summary": "Create\u0020a\u0020response\u0020object\u0020based\u0020on\u0020the\u0020given\u0020type\u0020using\u0020a\u0020match\u0020expression.",
- "url": "classes/swentel-nostr-RelayResponse-RelayResponse.html#method_createResponse"
- }, {
- "fqsen": "\\swentel\\nostr\\RelayResponse\\RelayResponse\u003A\u003Acreate\u0028\u0029",
- "name": "create",
- "summary": "Static\u0020method\u0020to\u0020create\u0020a\u0020response\u0020object\u0020based\u0020on\u0020the\u0020given\u0020type\u0020using\u0020a\u0020match\u0020expression.",
- "url": "classes/swentel-nostr-RelayResponse-RelayResponse.html#method_create"
- }, {
- "fqsen": "\\swentel\\nostr\\RelayResponse\\RelayResponse\u003A\u003A\u0024isSuccess",
- "name": "isSuccess",
- "summary": "",
- "url": "classes/swentel-nostr-RelayResponse-RelayResponse.html#property_isSuccess"
- }, {
- "fqsen": "\\swentel\\nostr\\RelayResponse\\RelayResponse\u003A\u003A\u0024message",
- "name": "message",
- "summary": "",
- "url": "classes/swentel-nostr-RelayResponse-RelayResponse.html#property_message"
- }, {
- "fqsen": "\\swentel\\nostr\\RelayResponse\\RelayResponse\u003A\u003A\u0024type",
- "name": "type",
- "summary": "",
- "url": "classes/swentel-nostr-RelayResponse-RelayResponse.html#property_type"
- }, {
- "fqsen": "\\swentel\\nostr\\RelayResponse\\RelayResponseAuth",
- "name": "RelayResponseAuth",
- "summary": "",
- "url": "classes/swentel-nostr-RelayResponse-RelayResponseAuth.html"
- }, {
- "fqsen": "\\swentel\\nostr\\RelayResponse\\RelayResponseAuth\u003A\u003A__construct\u0028\u0029",
- "name": "__construct",
- "summary": "",
- "url": "classes/swentel-nostr-RelayResponse-RelayResponseAuth.html#method___construct"
- }, {
- "fqsen": "\\swentel\\nostr\\RelayResponse\\RelayResponseAuth\u003A\u003A\u0024message",
- "name": "message",
- "summary": "",
- "url": "classes/swentel-nostr-RelayResponse-RelayResponseAuth.html#property_message"
- }, {
- "fqsen": "\\swentel\\nostr\\RelayResponse\\RelayResponseClosed",
- "name": "RelayResponseClosed",
- "summary": "",
- "url": "classes/swentel-nostr-RelayResponse-RelayResponseClosed.html"
- }, {
- "fqsen": "\\swentel\\nostr\\RelayResponse\\RelayResponseClosed\u003A\u003A__construct\u0028\u0029",
- "name": "__construct",
- "summary": "",
- "url": "classes/swentel-nostr-RelayResponse-RelayResponseClosed.html#method___construct"
- }, {
- "fqsen": "\\swentel\\nostr\\RelayResponse\\RelayResponseClosed\u003A\u003A\u0024subscriptionId",
- "name": "subscriptionId",
- "summary": "",
- "url": "classes/swentel-nostr-RelayResponse-RelayResponseClosed.html#property_subscriptionId"
- }, {
- "fqsen": "\\swentel\\nostr\\RelayResponse\\RelayResponseClosed\u003A\u003A\u0024message",
- "name": "message",
- "summary": "",
- "url": "classes/swentel-nostr-RelayResponse-RelayResponseClosed.html#property_message"
- }, {
- "fqsen": "\\swentel\\nostr\\RelayResponse\\RelayResponseEnum",
- "name": "RelayResponseEnum",
- "summary": "Enum\u0020with\u0020response\u0020types.",
- "url": "classes/swentel-nostr-RelayResponse-RelayResponseEnum.html"
- }, {
- "fqsen": "\\swentel\\nostr\\RelayResponse\\RelayResponseEnum\u003A\u003AEVENT",
- "name": "EVENT",
- "summary": "",
- "url": "classes/swentel-nostr-RelayResponse-RelayResponseEnum.html#enumcase_EVENT"
- }, {
- "fqsen": "\\swentel\\nostr\\RelayResponse\\RelayResponseEnum\u003A\u003AOK",
- "name": "OK",
- "summary": "",
- "url": "classes/swentel-nostr-RelayResponse-RelayResponseEnum.html#enumcase_OK"
- }, {
- "fqsen": "\\swentel\\nostr\\RelayResponse\\RelayResponseEnum\u003A\u003AEOSE",
- "name": "EOSE",
- "summary": "",
- "url": "classes/swentel-nostr-RelayResponse-RelayResponseEnum.html#enumcase_EOSE"
- }, {
- "fqsen": "\\swentel\\nostr\\RelayResponse\\RelayResponseEnum\u003A\u003ACLOSED",
- "name": "CLOSED",
- "summary": "",
- "url": "classes/swentel-nostr-RelayResponse-RelayResponseEnum.html#enumcase_CLOSED"
- }, {
- "fqsen": "\\swentel\\nostr\\RelayResponse\\RelayResponseEnum\u003A\u003ANOTICE",
- "name": "NOTICE",
- "summary": "",
- "url": "classes/swentel-nostr-RelayResponse-RelayResponseEnum.html#enumcase_NOTICE"
- }, {
- "fqsen": "\\swentel\\nostr\\RelayResponse\\RelayResponseEnum\u003A\u003AAUTH",
- "name": "AUTH",
- "summary": "NIP\u002D42\u0020support\u0020\u002D\u0020Authentication\u0020of\u0020clients\u0020to\u0020relays\nhttps\u003A\/\/github.com\/nostr\u002Dprotocol\/nips\/blob\/master\/42.md",
- "url": "classes/swentel-nostr-RelayResponse-RelayResponseEnum.html#enumcase_AUTH"
- }, {
- "fqsen": "\\swentel\\nostr\\RelayResponse\\RelayResponseEose",
- "name": "RelayResponseEose",
- "summary": "",
- "url": "classes/swentel-nostr-RelayResponse-RelayResponseEose.html"
- }, {
- "fqsen": "\\swentel\\nostr\\RelayResponse\\RelayResponseEose\u003A\u003A__construct\u0028\u0029",
- "name": "__construct",
- "summary": "",
- "url": "classes/swentel-nostr-RelayResponse-RelayResponseEose.html#method___construct"
- }, {
- "fqsen": "\\swentel\\nostr\\RelayResponse\\RelayResponseEose\u003A\u003A\u0024subscriptionId",
- "name": "subscriptionId",
- "summary": "",
- "url": "classes/swentel-nostr-RelayResponse-RelayResponseEose.html#property_subscriptionId"
- }, {
- "fqsen": "\\swentel\\nostr\\RelayResponse\\RelayResponseEvent",
- "name": "RelayResponseEvent",
- "summary": "",
- "url": "classes/swentel-nostr-RelayResponse-RelayResponseEvent.html"
- }, {
- "fqsen": "\\swentel\\nostr\\RelayResponse\\RelayResponseEvent\u003A\u003A__construct\u0028\u0029",
- "name": "__construct",
- "summary": "",
- "url": "classes/swentel-nostr-RelayResponse-RelayResponseEvent.html#method___construct"
- }, {
- "fqsen": "\\swentel\\nostr\\RelayResponse\\RelayResponseEvent\u003A\u003A\u0024subscriptionId",
- "name": "subscriptionId",
- "summary": "",
- "url": "classes/swentel-nostr-RelayResponse-RelayResponseEvent.html#property_subscriptionId"
- }, {
- "fqsen": "\\swentel\\nostr\\RelayResponse\\RelayResponseEvent\u003A\u003A\u0024event",
- "name": "event",
- "summary": "",
- "url": "classes/swentel-nostr-RelayResponse-RelayResponseEvent.html#property_event"
- }, {
- "fqsen": "\\swentel\\nostr\\RelayResponse\\RelayResponseNotice",
- "name": "RelayResponseNotice",
- "summary": "",
- "url": "classes/swentel-nostr-RelayResponse-RelayResponseNotice.html"
- }, {
- "fqsen": "\\swentel\\nostr\\RelayResponse\\RelayResponseNotice\u003A\u003A__construct\u0028\u0029",
- "name": "__construct",
- "summary": "",
- "url": "classes/swentel-nostr-RelayResponse-RelayResponseNotice.html#method___construct"
- }, {
- "fqsen": "\\swentel\\nostr\\RelayResponse\\RelayResponseNotice\u003A\u003A\u0024message",
- "name": "message",
- "summary": "",
- "url": "classes/swentel-nostr-RelayResponse-RelayResponseNotice.html#property_message"
- }, {
- "fqsen": "\\swentel\\nostr\\RelayResponse\\RelayResponseOk",
- "name": "RelayResponseOk",
- "summary": "",
- "url": "classes/swentel-nostr-RelayResponse-RelayResponseOk.html"
- }, {
- "fqsen": "\\swentel\\nostr\\RelayResponse\\RelayResponseOk\u003A\u003A__construct\u0028\u0029",
- "name": "__construct",
- "summary": "",
- "url": "classes/swentel-nostr-RelayResponse-RelayResponseOk.html#method___construct"
- }, {
- "fqsen": "\\swentel\\nostr\\RelayResponse\\RelayResponseOk\u003A\u003A\u0024eventId",
- "name": "eventId",
- "summary": "",
- "url": "classes/swentel-nostr-RelayResponse-RelayResponseOk.html#property_eventId"
- }, {
- "fqsen": "\\swentel\\nostr\\RelayResponse\\RelayResponseOk\u003A\u003A\u0024status",
- "name": "status",
- "summary": "",
- "url": "classes/swentel-nostr-RelayResponse-RelayResponseOk.html#property_status"
- }, {
- "fqsen": "\\swentel\\nostr\\RelayResponse\\RelayResponseOk\u003A\u003A\u0024message",
- "name": "message",
- "summary": "",
- "url": "classes/swentel-nostr-RelayResponse-RelayResponseOk.html#property_message"
- }, {
- "fqsen": "\\swentel\\nostr\\RelayResponseInterface",
- "name": "RelayResponseInterface",
- "summary": "",
- "url": "classes/swentel-nostr-RelayResponseInterface.html"
- }, {
- "fqsen": "\\swentel\\nostr\\RelayResponseInterface\u003A\u003AcreateResponse\u0028\u0029",
- "name": "createResponse",
- "summary": "",
- "url": "classes/swentel-nostr-RelayResponseInterface.html#method_createResponse"
- }, {
- "fqsen": "\\swentel\\nostr\\RelayResponseInterface\u003A\u003Acreate\u0028\u0029",
- "name": "create",
- "summary": "",
- "url": "classes/swentel-nostr-RelayResponseInterface.html#method_create"
- }, {
- "fqsen": "\\swentel\\nostr\\RelayResponseInterface\u003A\u003AisSuccess\u0028\u0029",
- "name": "isSuccess",
- "summary": "Returns\u0020whether\u0020the\u0020request\u0020was\u0020successful.",
- "url": "classes/swentel-nostr-RelayResponseInterface.html#method_isSuccess"
- }, {
- "fqsen": "\\swentel\\nostr\\RelaySetInterface",
- "name": "RelaySetInterface",
- "summary": "",
- "url": "classes/swentel-nostr-RelaySetInterface.html"
- }, {
- "fqsen": "\\swentel\\nostr\\RelaySetInterface\u003A\u003AsetRelays\u0028\u0029",
- "name": "setRelays",
- "summary": "Set\u0020relays\u0020in\u0020this\u0020set.",
- "url": "classes/swentel-nostr-RelaySetInterface.html#method_setRelays"
- }, {
- "fqsen": "\\swentel\\nostr\\RelaySetInterface\u003A\u003AgetRelays\u0028\u0029",
- "name": "getRelays",
- "summary": "Get\u0020all\u0020relays.",
- "url": "classes/swentel-nostr-RelaySetInterface.html#method_getRelays"
- }, {
- "fqsen": "\\swentel\\nostr\\RelaySetInterface\u003A\u003AaddRelay\u0028\u0029",
- "name": "addRelay",
- "summary": "Add\u0020relay\u0020to\u0020this\u0020set.",
- "url": "classes/swentel-nostr-RelaySetInterface.html#method_addRelay"
- }, {
- "fqsen": "\\swentel\\nostr\\RelaySetInterface\u003A\u003AremoveRelay\u0028\u0029",
- "name": "removeRelay",
- "summary": "Remove\u0020relay\u0020from\u0020this\u0020set.",
- "url": "classes/swentel-nostr-RelaySetInterface.html#method_removeRelay"
- }, {
- "fqsen": "\\swentel\\nostr\\RelaySetInterface\u003A\u003AsetMessage\u0028\u0029",
- "name": "setMessage",
- "summary": "The\u0020message\u0020to\u0020be\u0020sent\u0020to\u0020the\u0020relays.",
- "url": "classes/swentel-nostr-RelaySetInterface.html#method_setMessage"
- }, {
- "fqsen": "\\swentel\\nostr\\RelaySetInterface\u003A\u003AcreateFromUrls\u0028\u0029",
- "name": "createFromUrls",
- "summary": "Create\u0020a\u0020relay\u0020set\u0020from\u0020a\u0020list\u0020of\u0020relay\u0020URLs.",
- "url": "classes/swentel-nostr-RelaySetInterface.html#method_createFromUrls"
- }, {
- "fqsen": "\\swentel\\nostr\\RelaySetInterface\u003A\u003Aconnect\u0028\u0029",
- "name": "connect",
- "summary": "Connect\u0020to\u0020all\u0020relays\u0020in\u0020this\u0020set.",
- "url": "classes/swentel-nostr-RelaySetInterface.html#method_connect"
- }, {
- "fqsen": "\\swentel\\nostr\\RelaySetInterface\u003A\u003Adisconnect\u0028\u0029",
- "name": "disconnect",
- "summary": "Disconnect\u0020all\u0020relays\u0020in\u0020this\u0020set.",
- "url": "classes/swentel-nostr-RelaySetInterface.html#method_disconnect"
- }, {
- "fqsen": "\\swentel\\nostr\\RelaySetInterface\u003A\u003AisConnected\u0028\u0029",
- "name": "isConnected",
- "summary": "All\u0020are\u0020relays\u0020connected\u003F",
- "url": "classes/swentel-nostr-RelaySetInterface.html#method_isConnected"
- }, {
- "fqsen": "\\swentel\\nostr\\RelaySetInterface\u003A\u003Asend\u0028\u0029",
- "name": "send",
- "summary": "Sends\u0020the\u0020message\u0020to\u0020all\u0020the\u0020relays\u0020in\u0020this\u0020set.",
- "url": "classes/swentel-nostr-RelaySetInterface.html#method_send"
- }, {
- "fqsen": "\\swentel\\nostr\\Request\\Request",
- "name": "Request",
- "summary": "",
- "url": "classes/swentel-nostr-Request-Request.html"
- }, {
- "fqsen": "\\swentel\\nostr\\Request\\Request\u003A\u003A__construct\u0028\u0029",
- "name": "__construct",
- "summary": "Constructor\u0020for\u0020the\u0020Request\u0020class.",
- "url": "classes/swentel-nostr-Request-Request.html#method___construct"
- }, {
- "fqsen": "\\swentel\\nostr\\Request\\Request\u003A\u003Asend\u0028\u0029",
- "name": "send",
- "summary": "Method\u0020to\u0020send\u0020all\u0020data\u0020to\u0020the\u0020Websocket\u0020client\u0020which\u0020will\u0020connect\u0020to\u0020the\u0020relay\u0028s\u0029.",
- "url": "classes/swentel-nostr-Request-Request.html#method_send"
- }, {
- "fqsen": "\\swentel\\nostr\\Request\\Request\u003A\u003AgetResponseFromRelay\u0028\u0029",
- "name": "getResponseFromRelay",
- "summary": "Method\u0020to\u0020send\u0020a\u0020request\u0020using\u0020WebSocket\u0020client,\u0020receive\u0020responses,\u0020and\u0020handle\u0020errors.",
- "url": "classes/swentel-nostr-Request-Request.html#method_getResponseFromRelay"
- }, {
- "fqsen": "\\swentel\\nostr\\Request\\Request\u003A\u003A\u0024relays",
- "name": "relays",
- "summary": "RelaySet.",
- "url": "classes/swentel-nostr-Request-Request.html#property_relays"
- }, {
- "fqsen": "\\swentel\\nostr\\Request\\Request\u003A\u003A\u0024payload",
- "name": "payload",
- "summary": "Request\u0020message\u0020sent\u0020to\u0020relay.",
- "url": "classes/swentel-nostr-Request-Request.html#property_payload"
- }, {
- "fqsen": "\\swentel\\nostr\\RequestInterface",
- "name": "RequestInterface",
- "summary": "",
- "url": "classes/swentel-nostr-RequestInterface.html"
- }, {
- "fqsen": "\\swentel\\nostr\\RequestInterface\u003A\u003Asend\u0028\u0029",
- "name": "send",
- "summary": "Method\u0020to\u0020send\u0020all\u0020data\u0020to\u0020the\u0020Websocket\u0020client\u0020which\u0020will\u0020connect\u0020to\u0020the\u0020relay\u0028s\u0029.",
- "url": "classes/swentel-nostr-RequestInterface.html#method_send"
- }, {
- "fqsen": "\\swentel\\nostr\\Sign\\Sign",
- "name": "Sign",
- "summary": "",
- "url": "classes/swentel-nostr-Sign-Sign.html"
- }, {
- "fqsen": "\\swentel\\nostr\\Sign\\Sign\u003A\u003AsignEvent\u0028\u0029",
- "name": "signEvent",
- "summary": "Sign\u0020an\u0020event.",
- "url": "classes/swentel-nostr-Sign-Sign.html#method_signEvent"
- }, {
- "fqsen": "\\swentel\\nostr\\Sign\\Sign\u003A\u003AserializeEvent\u0028\u0029",
- "name": "serializeEvent",
- "summary": "Serialize\u0020the\u0020event\u0020so\u0020the\u0020id\u0020can\u0020be\u0020created.",
- "url": "classes/swentel-nostr-Sign-Sign.html#method_serializeEvent"
- }, {
- "fqsen": "\\swentel\\nostr\\Subscription\\Subscription",
- "name": "Subscription",
- "summary": "",
- "url": "classes/swentel-nostr-Subscription-Subscription.html"
- }, {
- "fqsen": "\\swentel\\nostr\\Subscription\\Subscription\u003A\u003AsetId\u0028\u0029",
- "name": "setId",
- "summary": "",
- "url": "classes/swentel-nostr-Subscription-Subscription.html#method_setId"
- }, {
- "fqsen": "\\swentel\\nostr\\SubscriptionInterface",
- "name": "SubscriptionInterface",
- "summary": "",
- "url": "classes/swentel-nostr-SubscriptionInterface.html"
- }, {
- "fqsen": "\\swentel\\nostr\\SubscriptionInterface\u003A\u003AsetId\u0028\u0029",
- "name": "setId",
- "summary": "",
- "url": "classes/swentel-nostr-SubscriptionInterface.html#method_setId"
- }, {
- "fqsen": "\\ConvertTest",
- "name": "ConvertTest",
- "summary": "",
- "url": "classes/ConvertTest.html"
- }, {
- "fqsen": "\\ConvertTest\u003A\u003AtestKeyConversion\u0028\u0029",
- "name": "testKeyConversion",
- "summary": "Tests\u0020key\u0020conversion.",
- "url": "classes/ConvertTest.html#method_testKeyConversion"
- }, {
- "fqsen": "\\GenerateTest",
- "name": "GenerateTest",
- "summary": "",
- "url": "classes/GenerateTest.html"
- }, {
- "fqsen": "\\GenerateTest\u003A\u003AtestGetPublicKey\u0028\u0029",
- "name": "testGetPublicKey",
- "summary": "Tests\u0020getting\u0020public\u0020key\u0020from\u0020private\u0020key.",
- "url": "classes/GenerateTest.html#method_testGetPublicKey"
- }, {
- "fqsen": "\\RelayResponseTest",
- "name": "RelayResponseTest",
- "summary": "",
- "url": "classes/RelayResponseTest.html"
- }, {
- "fqsen": "\\RelayResponseTest\u003A\u003AtestSendRequestToRelayAndResultAuth\u0028\u0029",
- "name": "testSendRequestToRelayAndResultAuth",
- "summary": "",
- "url": "classes/RelayResponseTest.html#method_testSendRequestToRelayAndResultAuth"
- }, {
- "fqsen": "\\RelaySetTest",
- "name": "RelaySetTest",
- "summary": "",
- "url": "classes/RelaySetTest.html"
- }, {
- "fqsen": "\\RelaySetTest\u003A\u003AtestSendNoteToRelaySet\u0028\u0029",
- "name": "testSendNoteToRelaySet",
- "summary": "Tests\u0020sending\u0020a\u0020note\u0020to\u0020a\u0020set\u0020of\u0020relays.",
- "url": "classes/RelaySetTest.html#method_testSendNoteToRelaySet"
- }, {
- "fqsen": "\\RelayTest",
- "name": "RelayTest",
- "summary": "",
- "url": "classes/RelayTest.html"
- }, {
- "fqsen": "\\RelayTest\u003A\u003AtestSendNoteToRelay\u0028\u0029",
- "name": "testSendNoteToRelay",
- "summary": "Tests\u0020sending\u0020a\u0020note\u0020to\u0020a\u0020relay.",
- "url": "classes/RelayTest.html#method_testSendNoteToRelay"
- }, {
- "fqsen": "\\RequestTest",
- "name": "RequestTest",
- "summary": "",
- "url": "classes/RequestTest.html"
- }, {
- "fqsen": "\\RequestTest\u003A\u003AtestSendRequestToRelay\u0028\u0029",
- "name": "testSendRequestToRelay",
- "summary": "Tests\u0020sending\u0020a\u0020request\u0020to\u0020a\u0020relay.",
- "url": "classes/RequestTest.html#method_testSendRequestToRelay"
- }, {
- "fqsen": "\\SerializeTest",
- "name": "SerializeTest",
- "summary": "",
- "url": "classes/SerializeTest.html"
- }, {
- "fqsen": "\\SerializeTest\u003A\u003AtestSerializeEvent\u0028\u0029",
- "name": "testSerializeEvent",
- "summary": "Tests\u0020serializing\u0020event.",
- "url": "classes/SerializeTest.html#method_testSerializeEvent"
- }, {
- "fqsen": "\\VerifyTest",
- "name": "VerifyTest",
- "summary": "",
- "url": "classes/VerifyTest.html"
- }, {
- "fqsen": "\\VerifyTest\u003A\u003AtestValidEventValidation\u0028\u0029",
- "name": "testValidEventValidation",
- "summary": "",
- "url": "classes/VerifyTest.html#method_testValidEventValidation"
- }, {
- "fqsen": "\\VerifyTest\u003A\u003AtestInvalidEventsValidation\u0028\u0029",
- "name": "testInvalidEventsValidation",
- "summary": "",
- "url": "classes/VerifyTest.html#method_testInvalidEventsValidation"
- }, {
- "fqsen": "\\VerifyTest\u003A\u003AinvalidEventsProvider\u0028\u0029",
- "name": "invalidEventsProvider",
- "summary": "",
- "url": "classes/VerifyTest.html#method_invalidEventsProvider"
- }, {
- "fqsen": "\\",
- "name": "\\",
- "summary": "",
- "url": "namespaces/default.html"
- }, {
- "fqsen": "\\swentel\\nostr\\Application",
- "name": "Application",
- "summary": "",
- "url": "namespaces/swentel-nostr-application.html"
- }, {
- "fqsen": "\\swentel\\nostr",
- "name": "nostr",
- "summary": "",
- "url": "namespaces/swentel-nostr.html"
- }, {
- "fqsen": "\\swentel",
- "name": "swentel",
- "summary": "",
- "url": "namespaces/swentel.html"
- }, {
- "fqsen": "\\swentel\\nostr\\Event",
- "name": "Event",
- "summary": "",
- "url": "namespaces/swentel-nostr-event.html"
- }, {
- "fqsen": "\\swentel\\nostr\\Filter",
- "name": "Filter",
- "summary": "",
- "url": "namespaces/swentel-nostr-filter.html"
- }, {
- "fqsen": "\\swentel\\nostr\\Key",
- "name": "Key",
- "summary": "",
- "url": "namespaces/swentel-nostr-key.html"
- }, {
- "fqsen": "\\swentel\\nostr\\Message",
- "name": "Message",
- "summary": "",
- "url": "namespaces/swentel-nostr-message.html"
- }, {
- "fqsen": "\\swentel\\nostr\\Relay",
- "name": "Relay",
- "summary": "",
- "url": "namespaces/swentel-nostr-relay.html"
- }, {
- "fqsen": "\\swentel\\nostr\\RelayResponse",
- "name": "RelayResponse",
- "summary": "",
- "url": "namespaces/swentel-nostr-relayresponse.html"
- }, {
- "fqsen": "\\swentel\\nostr\\Request",
- "name": "Request",
- "summary": "",
- "url": "namespaces/swentel-nostr-request.html"
- }, {
- "fqsen": "\\swentel\\nostr\\Sign",
- "name": "Sign",
- "summary": "",
- "url": "namespaces/swentel-nostr-sign.html"
- }, {
- "fqsen": "\\swentel\\nostr\\Subscription",
- "name": "Subscription",
- "summary": "",
- "url": "namespaces/swentel-nostr-subscription.html"
- } ]
-);
diff --git a/phpdoc.nostr-php.dev/js/template.js b/phpdoc.nostr-php.dev/js/template.js
deleted file mode 100644
index 4938329..0000000
--- a/phpdoc.nostr-php.dev/js/template.js
+++ /dev/null
@@ -1,17 +0,0 @@
-(function(){
- window.addEventListener('load', () => {
- const el = document.querySelector('.phpdocumentor-on-this-page__content')
- if (!el) {
- return;
- }
-
- const observer = new IntersectionObserver(
- ([e]) => {
- e.target.classList.toggle("-stuck", e.intersectionRatio < 1);
- },
- {threshold: [1]}
- );
-
- observer.observe(el);
- })
-})();
diff --git a/phpdoc.nostr-php.dev/namespaces/default.html b/phpdoc.nostr-php.dev/namespaces/default.html
deleted file mode 100644
index 85931d0..0000000
--- a/phpdoc.nostr-php.dev/namespaces/default.html
+++ /dev/null
@@ -1,299 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/namespaces/swentel-nostr-application.html b/phpdoc.nostr-php.dev/namespaces/swentel-nostr-application.html
deleted file mode 100644
index 7c6391d..0000000
--- a/phpdoc.nostr-php.dev/namespaces/swentel-nostr-application.html
+++ /dev/null
@@ -1,293 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Application
-
-
-
- Table of Contents
-
-
-
-
-
-
-
-
- Classes
-
-
-
-
- Client
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/namespaces/swentel-nostr-event.html b/phpdoc.nostr-php.dev/namespaces/swentel-nostr-event.html
deleted file mode 100644
index 6b1f285..0000000
--- a/phpdoc.nostr-php.dev/namespaces/swentel-nostr-event.html
+++ /dev/null
@@ -1,293 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Event
-
-
-
- Table of Contents
-
-
-
-
-
-
-
-
- Classes
-
-
-
-
- Event Generic Nostr event class.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/namespaces/swentel-nostr-examples.html b/phpdoc.nostr-php.dev/namespaces/swentel-nostr-examples.html
deleted file mode 100644
index 863f9e3..0000000
--- a/phpdoc.nostr-php.dev/namespaces/swentel-nostr-examples.html
+++ /dev/null
@@ -1,285 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Examples
-
-
-
- Table of Contents
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/namespaces/swentel-nostr-filter.html b/phpdoc.nostr-php.dev/namespaces/swentel-nostr-filter.html
deleted file mode 100644
index cc6f831..0000000
--- a/phpdoc.nostr-php.dev/namespaces/swentel-nostr-filter.html
+++ /dev/null
@@ -1,293 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Filter
-
-
-
- Table of Contents
-
-
-
-
-
-
-
-
- Classes
-
-
-
-
- Filter
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/namespaces/swentel-nostr-key.html b/phpdoc.nostr-php.dev/namespaces/swentel-nostr-key.html
deleted file mode 100644
index b92ef2b..0000000
--- a/phpdoc.nostr-php.dev/namespaces/swentel-nostr-key.html
+++ /dev/null
@@ -1,293 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Key
-
-
-
- Table of Contents
-
-
-
-
-
-
-
-
- Classes
-
-
-
-
- Key
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/namespaces/swentel-nostr-message.html b/phpdoc.nostr-php.dev/namespaces/swentel-nostr-message.html
deleted file mode 100644
index f224457..0000000
--- a/phpdoc.nostr-php.dev/namespaces/swentel-nostr-message.html
+++ /dev/null
@@ -1,301 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/namespaces/swentel-nostr-relay.html b/phpdoc.nostr-php.dev/namespaces/swentel-nostr-relay.html
deleted file mode 100644
index 93b1e1b..0000000
--- a/phpdoc.nostr-php.dev/namespaces/swentel-nostr-relay.html
+++ /dev/null
@@ -1,293 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Relay
-
-
-
- Table of Contents
-
-
-
-
-
-
-
-
- Classes
-
-
-
-
- CommandResult Relay RelaySet
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/namespaces/swentel-nostr-relayresponse.html b/phpdoc.nostr-php.dev/namespaces/swentel-nostr-relayresponse.html
deleted file mode 100644
index ac3b00a..0000000
--- a/phpdoc.nostr-php.dev/namespaces/swentel-nostr-relayresponse.html
+++ /dev/null
@@ -1,301 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/namespaces/swentel-nostr-request.html b/phpdoc.nostr-php.dev/namespaces/swentel-nostr-request.html
deleted file mode 100644
index a2a3cb6..0000000
--- a/phpdoc.nostr-php.dev/namespaces/swentel-nostr-request.html
+++ /dev/null
@@ -1,293 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Request
-
-
-
- Table of Contents
-
-
-
-
-
-
-
-
- Classes
-
-
-
-
- Request
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/namespaces/swentel-nostr-sign.html b/phpdoc.nostr-php.dev/namespaces/swentel-nostr-sign.html
deleted file mode 100644
index 1c48b18..0000000
--- a/phpdoc.nostr-php.dev/namespaces/swentel-nostr-sign.html
+++ /dev/null
@@ -1,293 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Sign
-
-
-
- Table of Contents
-
-
-
-
-
-
-
-
- Classes
-
-
-
-
- Sign
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/namespaces/swentel-nostr-subscription.html b/phpdoc.nostr-php.dev/namespaces/swentel-nostr-subscription.html
deleted file mode 100644
index f644f9b..0000000
--- a/phpdoc.nostr-php.dev/namespaces/swentel-nostr-subscription.html
+++ /dev/null
@@ -1,293 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Subscription
-
-
-
- Table of Contents
-
-
-
-
-
-
-
-
- Classes
-
-
-
-
- Subscription
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/namespaces/swentel-nostr.html b/phpdoc.nostr-php.dev/namespaces/swentel-nostr.html
deleted file mode 100644
index 893109d..0000000
--- a/phpdoc.nostr-php.dev/namespaces/swentel-nostr.html
+++ /dev/null
@@ -1,309 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/namespaces/swentel.html b/phpdoc.nostr-php.dev/namespaces/swentel.html
deleted file mode 100644
index de425e7..0000000
--- a/phpdoc.nostr-php.dev/namespaces/swentel.html
+++ /dev/null
@@ -1,291 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- swentel
-
-
-
- Table of Contents
-
-
-
-
-
-
- Namespaces
-
-
-
-
- nostr
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/packages/Application.html b/phpdoc.nostr-php.dev/packages/Application.html
deleted file mode 100644
index 666fe4b..0000000
--- a/phpdoc.nostr-php.dev/packages/Application.html
+++ /dev/null
@@ -1,307 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/packages/default.html b/phpdoc.nostr-php.dev/packages/default.html
deleted file mode 100644
index 8864aa1..0000000
--- a/phpdoc.nostr-php.dev/packages/default.html
+++ /dev/null
@@ -1,291 +0,0 @@
-
-
-
-
- nostr-php
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- API Documentation
-
-
-
- Table of Contents
-
-
-
-
-
- Packages
-
-
-
-
- Application
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/reports/deprecated.html b/phpdoc.nostr-php.dev/reports/deprecated.html
deleted file mode 100644
index 9555079..0000000
--- a/phpdoc.nostr-php.dev/reports/deprecated.html
+++ /dev/null
@@ -1,159 +0,0 @@
-
-
-
-
- nostr-php » Deprecated elements
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Deprecated
-
-
-
- No deprecated elements have been found in this project.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/reports/errors.html b/phpdoc.nostr-php.dev/reports/errors.html
deleted file mode 100644
index 3cbb913..0000000
--- a/phpdoc.nostr-php.dev/reports/errors.html
+++ /dev/null
@@ -1,158 +0,0 @@
-
-
-
-
- nostr-php » Compilation errors
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Errors
-
-
-
No errors have been found in this project.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/phpdoc.nostr-php.dev/reports/markers.html b/phpdoc.nostr-php.dev/reports/markers.html
deleted file mode 100644
index 64d105b..0000000
--- a/phpdoc.nostr-php.dev/reports/markers.html
+++ /dev/null
@@ -1,191 +0,0 @@
-
-
-
-
- nostr-php » Markers
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Markers
-
-
Table of Contents
-
-
-
-
RelaySet.php
-
-
-
- Type
- Line
- Description
-
-
-
-
- TODO
- 64
- Implement removeRelay() method.
-
-
- TODO
- 91
- Implement connect() method.
-
-
- TODO
- 100
- Implement disconnect() method.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file