{"id":28323487,"url":"https://github.com/php-lightning/lnaddress","last_synced_at":"2026-01-11T10:55:36.313Z","repository":{"id":149464872,"uuid":"540600416","full_name":"php-lightning/lnaddress","owner":"php-lightning","description":"PHP package that let you get a lightning address on your own domain.","archived":false,"fork":false,"pushed_at":"2025-05-25T13:04:57.000Z","size":1277,"stargazers_count":26,"open_issues_count":0,"forks_count":5,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-06-02T00:56:43.128Z","etag":null,"topics":["bitcoin","lightning-address","lightning-network","ln","php"],"latest_commit_sha":null,"homepage":"https://packagist.org/packages/php-lightning/lnaddress","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/php-lightning.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"custom":["https://chemaclass.com/sponsor"]}},"created_at":"2022-09-23T20:05:35.000Z","updated_at":"2025-05-25T12:12:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"f45cc691-d57d-462f-8732-f2b724901595","html_url":"https://github.com/php-lightning/lnaddress","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/php-lightning/lnaddress","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/php-lightning%2Flnaddress","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/php-lightning%2Flnaddress/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/php-lightning%2Flnaddress/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/php-lightning%2Flnaddress/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/php-lightning","download_url":"https://codeload.github.com/php-lightning/lnaddress/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/php-lightning%2Flnaddress/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261582489,"owners_count":23180602,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bitcoin","lightning-address","lightning-network","ln","php"],"created_at":"2025-05-25T16:14:19.607Z","updated_at":"2026-01-11T10:55:36.307Z","avatar_url":"https://github.com/php-lightning.png","language":"PHP","funding_links":["https://chemaclass.com/sponsor"],"categories":[],"sub_categories":[],"readme":"# PHP Lightning Address\n\nPHP Lightning Address is an easy way to get a [lightning address](https://lightningaddress.com/) in PHP.\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/php-lightning/lnaddress/actions\"\u003e\n    \u003cimg src=\"https://github.com/php-lightning/lnaddress/workflows/CI/badge.svg\" alt=\"GitHub Build Status\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://scrutinizer-ci.com/g/php-lightning/lnaddress/?branch=main\"\u003e\n    \u003cimg src=\"https://scrutinizer-ci.com/g/php-lightning/lnaddress/badges/quality-score.png?b=main\" alt=\"Scrutinizer Code Quality\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://scrutinizer-ci.com/g/php-lightning/lnaddress/?branch=main\"\u003e\n    \u003cimg src=\"https://scrutinizer-ci.com/g/php-lightning/lnaddress/badges/coverage.png?b=main\" alt=\"Scrutinizer Code Coverage\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://shepherd.dev/github/php-lightning/lnaddress\"\u003e\n    \u003cimg src=\"https://shepherd.dev/github/php-lightning/lnaddress/coverage.svg\" alt=\"Psalm Type-coverage Status\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/php-lightning/lnaddress/blob/master/LICENSE\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/License-MIT-green.svg\" alt=\"MIT Software License\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## Usage / Development\n\nSet up your custom config:\n\n```bash\ncp lightning-config.dist.php lightning-config.php\n# or just simply the nostr.json to define the backends/user-settings\ncp nostr.dist.json nostr.json\n```\n\nYou can customize the invoice description and the success message by editing\n`lightning-config.php`:\n\n```php\nuse PhpLightning\\Config\\LightningConfig;\n\nreturn (new LightningConfig())\n    -\u003esetDescriptionTemplate('Pay to %s on mynode')\n    -\u003esetSuccessMessage('Thanks for the payment!');\n```\n\nRun a local PHP server listening `public/index.php`\n\n```bash\ncomposer serve\n```\n\n### Demo template\n\nWe prepared a demo template, so you can use this project as a dependency. The benefits from this approach is that you can update your project with `composer update` whenever there are new features or improvements on this `lnaddress` repository.\n\n\u003e [https://github.com/php-lightning/demo-lnaddress](https://github.com/php-lightning/demo-lnaddress)\n\n## Wiki\n\nCheck the wiki for more details: [https://github.com/php-lightning/lnaddress/wiki](https://github.com/php-lightning/lnaddress/wiki)\n\n## Contributions\n\nFeel free to open issues \u0026 PR if you want to contribute to this project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphp-lightning%2Flnaddress","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphp-lightning%2Flnaddress","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphp-lightning%2Flnaddress/lists"}