PHPackages                             ndeet/ln-lnd-rest - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. ndeet/ln-lnd-rest

ActiveLibrary[API Development](/categories/api)

ndeet/ln-lnd-rest
=================

0.13.3(4y ago)83824[1 issues](https://github.com/ndeet/php-ln-lnd-rest/issues)proprietaryPHPPHP &gt;=5.5CI failing

Since Mar 23Pushed 4y ago1 watchersCompare

[ Source](https://github.com/ndeet/php-ln-lnd-rest)[ Packagist](https://packagist.org/packages/ndeet/ln-lnd-rest)[ Docs](http://swagger.io)[ RSS](/packages/ndeet-ln-lnd-rest/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (1)Dependencies (4)Versions (8)Used By (0)

LndRest
=======

[](#lndrest)

A [Lightning Network Daemon (LND)](https://github.com/lightningnetwork/lnd) package for LND's REST endpoints. PHP classes are generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project using LND's [rpc.swagger.json](https://github.com/lightningnetwork/lnd/blob/master/lnrpc/rpc.swagger.json)

- Based on LND version: 0.13.3-beta
- This package version: 0.13.3

Requirements
------------

[](#requirements)

PHP 7.1 and later

Installation &amp; Usage
------------------------

[](#installation--usage)

### Composer

[](#composer)

To install the bindings via [Composer](http://getcomposer.org/), use the following command:

```
composer require ndeet/ln-lnd-rest

```

Tests
-----

[](#tests)

To run the unit tests:

```
composer install
./vendor/bin/phpunit

```

Getting Started
---------------

[](#getting-started)

Note:

- The examples in the generated classes docs are not working out of the box. You will need to pass the port, use SSL and also use macaroons of your properly secured LND installation.
- Generated classes with lnd-0.13.3-beta are not tested yet by me due to lack of time currently. Fingers crossed everything works.

```
