Add the following to your composer file:
"repositories": [
{
"type": "vcs",
"url": "https://github.com/getAlby/nwc-php"
}
],
"require": {
"getalby/nwc-php": "v1.0.1"
}composer installCreate an .env file and update your connection secret:
cp .env.example.envYou should use an isolated connection secret with all permissions for testing.
./vendor/bin/phpunit tests