nostrver-se / nostr-php

PHP helper library for Nostr https://nostr-php.dev
https://nostr-php.dev
MIT License
50 stars 15 forks source link

Add a nostr-php cli script #15

Closed swentel closed 1 year ago

swentel commented 1 year ago

I'm getting questions for PHP examples how to post to the nostr network. My idea is to add a bin which, initially, has the ability to post something to a relay. Should be easy, but let's wait until we settle on https://github.com/swentel/nostr-php/issues/14

Note, have a proof of concept ready, heavily inspired by PHPUnit, will be great!

swentel commented 1 year ago

Done - we have a problem with the response though - checking that in #18