php-lightning/lnaddress

0.7.0 2023-06-19 16:23 UTC

This package is auto-updated.

Last update: 2024-09-06 12:50:03 UTC


README

PHP Lightning Address 是一种在 PHP 中获取闪电地址的简单方法。

GitHub Build Status Scrutinizer Code Quality Scrutinizer Code Coverage Psalm Type-coverage Status MIT Software License

使用/开发

设置自定义配置

cp lightning-config.dist.php lightning-config.php
# or just simply the nostr.json to define the backends/user-settings
cp nostr.dist.json nostr.json

运行本地 PHP 服务器,监听 public/index.php

composer serve

演示模板

我们准备了一个演示模板,因此您可以将其用作依赖项。这种方式的好处是,当在 lnaddress 存储库中有新功能或改进时,您可以使用 composer update 轻松更新您的项目。

https://github.com/php-lightning/demo-lnaddress

Wiki

查看 wiki 获取更多详细信息: https://github.com/php-lightning/lnaddress/wiki

贡献

如果您想为此项目做出贡献,请随意提交问题 & PR。