lightningsale/lnd-grpc

This package is abandoned and no longer maintained. The author suggests using the lightningsale/lnd-client package instead.

A LND gRPC Client

v0.1.4 2017-12-20 07:47 UTC

This package is not auto-updated.

Last update: 2022-02-01 13:11:26 UTC


README

PHP-LND-gRPC

A gRPC client for LND in PHP, auto-generated and built by docker

To use:

unkown :/

To generate package:

docker build . -t protoc
docker run --rm -it -v $PWD/src:/opt/lnd-gprc protoc
sudo chown $UID:$GID -Rf ./src