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

Installs: 22

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/lightningsale/lnd-grpc

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