{ "_readme": [ "This file locks the dependencies of your project to a known state", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], "content-hash": "e1cfa44ca9cb7bf0a72b392971ce7cb6", "packages": [ { "name": "alby/php", "version": "dev-main", "source": { "type": "git", "url": "https://github.com/getAlby/alby-php.git", "reference": "e0f50042d1f761a755a68ecddbf29579f138f1ab" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/getAlby/alby-php/zipball/e0f50042d1f761a755a68ecddbf29579f138f1ab", "reference": "e0f50042d1f761a755a68ecddbf29579f138f1ab", "shasum": "" }, "require": { "guzzlehttp/guzzle": "^7.0", "php": ">=7.0" }, "require-dev": { "phpunit/phpunit": "^9" }, "default-branch": true, "type": "library", "autoload": { "psr-4": { "Alby\\": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "Alby Contributors", "email": "hello@getalby.com" } ], "description": "A client for the Alby API", "support": { "source": "https://github.com/getAlby/alby-php/tree/main", "issues": "https://github.com/getAlby/alby-php/issues" }, "time": "2023-11-14T08:14:43+00:00" }, { "name": "bitwasp/bech32", "version": "v0.0.1", "source": { "type": "git", "url": "https://github.com/Bit-Wasp/bech32.git", "reference": "e1ea58c848a4ec59d81b697b3dfe9cc99968d0e7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Bit-Wasp/bech32/zipball/e1ea58c848a4ec59d81b697b3dfe9cc99968d0e7", "reference": "e1ea58c848a4ec59d81b697b3dfe9cc99968d0e7", "shasum": "" }, "require-dev": { "phpunit/phpunit": "^5.4.0", "squizlabs/php_codesniffer": "^2.0.0" }, "type": "library", "autoload": { "files": [ "src/bech32.php" ], "psr-4": { "BitWasp\\Bech32\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "Unlicense" ], "authors": [ { "name": "Thomas Kerin", "homepage": "https://thomaskerin.io", "role": "Author" } ], "description": "Pure (no dependencies) implementation of bech32", "homepage": "https://github.com/bit-wasp/bech32", "support": { "issues": "https://github.com/Bit-Wasp/bech32/issues", "source": "https://github.com/Bit-Wasp/bech32/tree/more-tests" }, "time": "2018-02-05T22:23:47+00:00" }, { "name": "composer/semver", "version": "dev-main", "source": { "type": "git", "url": "https://github.com/composer/semver.git", "reference": "c51258e759afdb17f1fd1fe83bc12baaef6309d6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/semver/zipball/c51258e759afdb17f1fd1fe83bc12baaef6309d6", "reference": "c51258e759afdb17f1fd1fe83bc12baaef6309d6", "shasum": "" }, "require": { "php": "^5.3.2 || ^7.0 || ^8.0" }, "require-dev": { "phpstan/phpstan": "^1.4", "symfony/phpunit-bridge": "^4.2 || ^5" }, "default-branch": true, "type": "library", "extra": { "branch-alias": { "dev-main": "3.x-dev" } }, "autoload": { "psr-4": { "Composer\\Semver\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nils Adermann", "email": "naderman@naderman.de", "homepage": "http://www.naderman.de" }, { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be" }, { "name": "Rob Bast", "email": "rob.bast@gmail.com", "homepage": "http://robbast.nl" } ], "description": "Semver library that offers utilities, version constraint parsing and validation.", "keywords": [ "semantic", "semver", "validation", "versioning" ], "support": { "irc": "ircs://irc.libera.chat:6697/composer", "issues": "https://github.com/composer/semver/issues", "source": "https://github.com/composer/semver/tree/3.4.2" }, "funding": [ { "url": "https://packagist.com", "type": "custom" }, { "url": "https://github.com/composer", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/composer/composer", "type": "tidelift" } ], "time": "2024-07-12T11:35:52+00:00" }, { "name": "fgrosse/phpasn1", "version": "v2.5.0", "source": { "type": "git", "url": "https://github.com/fgrosse/PHPASN1.git", "reference": "42060ed45344789fb9f21f9f1864fc47b9e3507b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/fgrosse/PHPASN1/zipball/42060ed45344789fb9f21f9f1864fc47b9e3507b", "reference": "42060ed45344789fb9f21f9f1864fc47b9e3507b", "shasum": "" }, "require": { "php": "^7.1 || ^8.0" }, "require-dev": { "php-coveralls/php-coveralls": "~2.0", "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0" }, "suggest": { "ext-bcmath": "BCmath is the fallback extension for big integer calculations", "ext-curl": "For loading OID information from the web if they have not bee defined statically", "ext-gmp": "GMP is the preferred extension for big integer calculations", "phpseclib/bcmath_compat": "BCmath polyfill for servers where neither GMP nor BCmath is available" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { "FG\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Friedrich Große", "email": "friedrich.grosse@gmail.com", "homepage": "https://github.com/FGrosse", "role": "Author" }, { "name": "All contributors", "homepage": "https://github.com/FGrosse/PHPASN1/contributors" } ], "description": "A PHP Framework that allows you to encode and decode arbitrary ASN.1 structures using the ITU-T X.690 Encoding Rules.", "homepage": "https://github.com/FGrosse/PHPASN1", "keywords": [ "DER", "asn.1", "asn1", "ber", "binary", "decoding", "encoding", "x.509", "x.690", "x509", "x690" ], "support": { "issues": "https://github.com/fgrosse/PHPASN1/issues", "source": "https://github.com/fgrosse/PHPASN1/tree/v2.5.0" }, "abandoned": true, "time": "2022-12-19T11:08:26+00:00" }, { "name": "firebase/php-jwt", "version": "v6.10.0", "source": { "type": "git", "url": "https://github.com/firebase/php-jwt.git", "reference": "a49db6f0a5033aef5143295342f1c95521b075ff" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/firebase/php-jwt/zipball/a49db6f0a5033aef5143295342f1c95521b075ff", "reference": "a49db6f0a5033aef5143295342f1c95521b075ff", "shasum": "" }, "require": { "php": "^7.4||^8.0" }, "require-dev": { "guzzlehttp/guzzle": "^6.5||^7.4", "phpspec/prophecy-phpunit": "^2.0", "phpunit/phpunit": "^9.5", "psr/cache": "^1.0||^2.0", "psr/http-client": "^1.0", "psr/http-factory": "^1.0" }, "suggest": { "ext-sodium": "Support EdDSA (Ed25519) signatures", "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present" }, "type": "library", "autoload": { "psr-4": { "Firebase\\JWT\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Neuman Vong", "email": "neuman+pear@twilio.com", "role": "Developer" }, { "name": "Anant Narayanan", "email": "anant@php.net", "role": "Developer" } ], "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.", "homepage": "https://github.com/firebase/php-jwt", "keywords": [ "jwt", "php" ], "support": { "issues": "https://github.com/firebase/php-jwt/issues", "source": "https://github.com/firebase/php-jwt/tree/v6.10.0" }, "time": "2023-12-01T16:26:39+00:00" }, { "name": "getalby/nwc-php", "version": "dev-main", "source": { "type": "git", "url": "https://github.com/getAlby/nwc-php.git", "reference": "a855ad8baef3c19c71cdfce7b15d6f68eb490f4a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/getAlby/nwc-php/zipball/a855ad8baef3c19c71cdfce7b15d6f68eb490f4a", "reference": "a855ad8baef3c19c71cdfce7b15d6f68eb490f4a", "shasum": "" }, "require": { "guzzlehttp/guzzle": "^7.8.1", "php": ">=7.0", "public-square/phpecc": "0.1.0", "simplito/elliptic-php": "^1.0" }, "require-dev": { "phpunit/phpunit": "^9" }, "default-branch": true, "type": "library", "autoload": { "psr-4": { "NWC\\": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "Alby Contributors", "email": "hello@getalby.com" } ], "description": "A client for the NWC API", "support": { "source": "https://github.com/getAlby/nwc-php/tree/main", "issues": "https://github.com/getAlby/nwc-php/issues" }, "time": "2024-06-26T09:29:49+00:00" }, { "name": "guzzlehttp/guzzle", "version": "7.9.x-dev", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", "reference": "84ac2b2afc44e40d3e8e658a45d68d6d20437612" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/guzzle/zipball/84ac2b2afc44e40d3e8e658a45d68d6d20437612", "reference": "84ac2b2afc44e40d3e8e658a45d68d6d20437612", "shasum": "" }, "require": { "ext-json": "*", "guzzlehttp/promises": "^1.5.3 || ^2.0.3", "guzzlehttp/psr7": "^2.7.0", "php": "^7.2.5 || ^8.0", "psr/http-client": "^1.0", "symfony/deprecation-contracts": "^2.2 || ^3.0" }, "provide": { "psr/http-client-implementation": "1.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.8.2", "ext-curl": "*", "guzzle/client-integration-tests": "3.0.2", "php-http/message-factory": "^1.1", "phpunit/phpunit": "^8.5.39 || ^9.6.20", "psr/log": "^1.1 || ^2.0 || ^3.0" }, "suggest": { "ext-curl": "Required for CURL handler support", "ext-intl": "Required for Internationalized Domain Name (IDN) support", "psr/log": "Required for using the Log middleware" }, "default-branch": true, "type": "library", "extra": { "bamarni-bin": { "bin-links": true, "forward-command": false } }, "autoload": { "files": [ "src/functions_include.php" ], "psr-4": { "GuzzleHttp\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Graham Campbell", "email": "hello@gjcampbell.co.uk", "homepage": "https://github.com/GrahamCampbell" }, { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" }, { "name": "Jeremy Lindblom", "email": "jeremeamia@gmail.com", "homepage": "https://github.com/jeremeamia" }, { "name": "George Mponos", "email": "gmponos@gmail.com", "homepage": "https://github.com/gmponos" }, { "name": "Tobias Nyholm", "email": "tobias.nyholm@gmail.com", "homepage": "https://github.com/Nyholm" }, { "name": "Márk Sági-Kazár", "email": "mark.sagikazar@gmail.com", "homepage": "https://github.com/sagikazarmark" }, { "name": "Tobias Schultze", "email": "webmaster@tubo-world.de", "homepage": "https://github.com/Tobion" } ], "description": "Guzzle is a PHP HTTP client library", "keywords": [ "client", "curl", "framework", "http", "http client", "psr-18", "psr-7", "rest", "web service" ], "support": { "issues": "https://github.com/guzzle/guzzle/issues", "source": "https://github.com/guzzle/guzzle/tree/7.9.0" }, "funding": [ { "url": "https://github.com/GrahamCampbell", "type": "github" }, { "url": "https://github.com/Nyholm", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle", "type": "tidelift" } ], "time": "2024-07-18T11:52:56+00:00" }, { "name": "guzzlehttp/promises", "version": "2.0.x-dev", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", "reference": "6ea8dd08867a2a42619d65c3deb2c0fcbf81c8f8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/promises/zipball/6ea8dd08867a2a42619d65c3deb2c0fcbf81c8f8", "reference": "6ea8dd08867a2a42619d65c3deb2c0fcbf81c8f8", "shasum": "" }, "require": { "php": "^7.2.5 || ^8.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.8.2", "phpunit/phpunit": "^8.5.39 || ^9.6.20" }, "default-branch": true, "type": "library", "extra": { "bamarni-bin": { "bin-links": true, "forward-command": false } }, "autoload": { "psr-4": { "GuzzleHttp\\Promise\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Graham Campbell", "email": "hello@gjcampbell.co.uk", "homepage": "https://github.com/GrahamCampbell" }, { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" }, { "name": "Tobias Nyholm", "email": "tobias.nyholm@gmail.com", "homepage": "https://github.com/Nyholm" }, { "name": "Tobias Schultze", "email": "webmaster@tubo-world.de", "homepage": "https://github.com/Tobion" } ], "description": "Guzzle promises library", "keywords": [ "promise" ], "support": { "issues": "https://github.com/guzzle/promises/issues", "source": "https://github.com/guzzle/promises/tree/2.0.3" }, "funding": [ { "url": "https://github.com/GrahamCampbell", "type": "github" }, { "url": "https://github.com/Nyholm", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises", "type": "tidelift" } ], "time": "2024-07-18T10:29:17+00:00" }, { "name": "guzzlehttp/psr7", "version": "2.7.x-dev", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", "reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/psr7/zipball/a70f5c95fb43bc83f07c9c948baa0dc1829bf201", "reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201", "shasum": "" }, "require": { "php": "^7.2.5 || ^8.0", "psr/http-factory": "^1.0", "psr/http-message": "^1.1 || ^2.0", "ralouphie/getallheaders": "^3.0" }, "provide": { "psr/http-factory-implementation": "1.0", "psr/http-message-implementation": "1.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.8.2", "http-interop/http-factory-tests": "0.9.0", "phpunit/phpunit": "^8.5.39 || ^9.6.20" }, "suggest": { "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" }, "default-branch": true, "type": "library", "extra": { "bamarni-bin": { "bin-links": true, "forward-command": false } }, "autoload": { "psr-4": { "GuzzleHttp\\Psr7\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Graham Campbell", "email": "hello@gjcampbell.co.uk", "homepage": "https://github.com/GrahamCampbell" }, { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" }, { "name": "George Mponos", "email": "gmponos@gmail.com", "homepage": "https://github.com/gmponos" }, { "name": "Tobias Nyholm", "email": "tobias.nyholm@gmail.com", "homepage": "https://github.com/Nyholm" }, { "name": "Márk Sági-Kazár", "email": "mark.sagikazar@gmail.com", "homepage": "https://github.com/sagikazarmark" }, { "name": "Tobias Schultze", "email": "webmaster@tubo-world.de", "homepage": "https://github.com/Tobion" }, { "name": "Márk Sági-Kazár", "email": "mark.sagikazar@gmail.com", "homepage": "https://sagikazarmark.hu" } ], "description": "PSR-7 message implementation that also provides common utility methods", "keywords": [ "http", "message", "psr-7", "request", "response", "stream", "uri", "url" ], "support": { "issues": "https://github.com/guzzle/psr7/issues", "source": "https://github.com/guzzle/psr7/tree/2.7.0" }, "funding": [ { "url": "https://github.com/GrahamCampbell", "type": "github" }, { "url": "https://github.com/Nyholm", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7", "type": "tidelift" } ], "time": "2024-07-18T11:15:46+00:00" }, { "name": "jorijn/bitcoin-bolt11", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/getAlby/bitcoin-bolt11.git", "reference": "2dd30b648456aff49f63992f4c1ee0b8e597b451" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/getAlby/bitcoin-bolt11/zipball/2dd30b648456aff49f63992f4c1ee0b8e597b451", "reference": "2dd30b648456aff49f63992f4c1ee0b8e597b451", "shasum": "" }, "require": { "bitwasp/bech32": "^0.0.1", "ext-bcmath": "*", "ext-gmp": "*", "php": "^7.4|^8.0", "protonlabs/bitcoin": "^1.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.10", "phpunit/phpunit": "^9" }, "default-branch": true, "type": "library", "autoload": { "psr-4": { "Jorijn\\Bitcoin\\Bolt11\\": "src/" } }, "autoload-dev": { "psr-4": { "Tests\\Jorijn\\Bitcoin\\Bolt11\\": "tests/" } }, "license": [ "MIT" ], "authors": [ { "name": "Jorijn Schrijvershof", "email": "jorijn@jorijn.com", "homepage": "https://jorijn.com" } ], "description": "A library for decoding lightning network payment requests as defined in BOLT #11", "homepage": "https://github.com/Jorijn/bitcoin-bolt11/", "keywords": [ "bitcoin", "bolt11", "lightning-network" ], "support": { "source": "https://github.com/getAlby/bitcoin-bolt11/tree/master" }, "time": "2023-08-09T16:19:14+00:00" }, { "name": "lastguest/murmurhash", "version": "2.1.1", "source": { "type": "git", "url": "https://github.com/lastguest/murmurhash-php.git", "reference": "0150ba26fb7025d1f936983a167cdc74149f87c8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/lastguest/murmurhash-php/zipball/0150ba26fb7025d1f936983a167cdc74149f87c8", "reference": "0150ba26fb7025d1f936983a167cdc74149f87c8", "shasum": "" }, "require": { "php": "^7||^8.0" }, "require-dev": { "phpstan/phpstan": "^0.12", "phpunit/phpunit": "^7||^9" }, "type": "library", "autoload": { "psr-4": { "lastguest\\": "src/lastguest/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Stefano Azzolini", "email": "lastguest@gmail.com", "homepage": "https://github.com/lastguest/murmurhash-php" } ], "description": "MurmurHash3 Hash", "homepage": "https://github.com/lastguest/murmurhash-php", "keywords": [ "hash", "hashing", "murmur" ], "support": { "issues": "https://github.com/lastguest/murmurhash-php/issues", "source": "https://github.com/lastguest/murmurhash-php/tree/2.1.1" }, "time": "2021-04-13T16:23:45+00:00" }, { "name": "octan/btcpay", "version": "dev-main", "source": { "type": "git", "url": "https://github.com/bumi/btcpay-php.git", "reference": "5be4ba849310cbcbeda2547bb49640efaffe5464" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/bumi/btcpay-php/zipball/5be4ba849310cbcbeda2547bb49640efaffe5464", "reference": "5be4ba849310cbcbeda2547bb49640efaffe5464", "shasum": "" }, "require": { "guzzlehttp/guzzle": "^7.0", "php": ">=7.0" }, "require-dev": { "phpunit/phpunit": "^7" }, "default-branch": true, "type": "library", "autoload": { "psr-4": { "BTCPay\\": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "Bumi", "email": "hello@michaelbumann.com" }, { "name": "Musayann", "email": "yannick@octan.group" } ], "description": "A client for the BTCPay API", "support": { "source": "https://github.com/bumi/btcpay-php/tree/main" }, "time": "2023-04-03T10:26:42+00:00" }, { "name": "octan/lnbits", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/bumi/lnbits-php.git", "reference": "349752dff9cd5393c8291bfe11dda5f03228902f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/bumi/lnbits-php/zipball/349752dff9cd5393c8291bfe11dda5f03228902f", "reference": "349752dff9cd5393c8291bfe11dda5f03228902f", "shasum": "" }, "require": { "guzzlehttp/guzzle": "^7.0", "php": ">=7.0" }, "default-branch": true, "type": "library", "autoload": { "psr-4": { "LNbits\\": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "Bumi", "email": "hello@michaelbumann.com" }, { "name": "Promesse", "email": "promesse@octan.group" } ], "description": "A client for the LNbits API", "support": { "source": "https://github.com/bumi/lnbits-php/tree/master", "issues": "https://github.com/bumi/lnbits-php/issues" }, "time": "2023-04-03T10:20:11+00:00" }, { "name": "octan/lnd-rest", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/bumi/lnd-php-rest.git", "reference": "fe4713325a45bd06b2095e04456d2ef0126d84fa" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/bumi/lnd-php-rest/zipball/fe4713325a45bd06b2095e04456d2ef0126d84fa", "reference": "fe4713325a45bd06b2095e04456d2ef0126d84fa", "shasum": "" }, "require": { "guzzlehttp/guzzle": "^7.0", "php": ">=7.0" }, "default-branch": true, "type": "library", "autoload": { "psr-4": { "LND\\": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "Bumi", "email": "hello@michaelbumann.com" }, { "name": "Promesse", "email": "promesse@octan.group" } ], "description": "A client for the lnd REST API", "support": { "source": "https://github.com/bumi/lnd-php-rest/tree/master", "issues": "https://github.com/bumi/lnd-php-rest/issues" }, "time": "2023-04-03T10:27:20+00:00" }, { "name": "octan/lndhub", "version": "dev-main", "source": { "type": "git", "url": "https://github.com/bumi/lndhub-php.git", "reference": "a7033a13f36532c8ac02371d634b67bf0cd09a1d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/bumi/lndhub-php/zipball/a7033a13f36532c8ac02371d634b67bf0cd09a1d", "reference": "a7033a13f36532c8ac02371d634b67bf0cd09a1d", "shasum": "" }, "require": { "guzzlehttp/guzzle": "^7.0", "php": ">=7.0" }, "require-dev": { "phpunit/phpunit": "^7" }, "default-branch": true, "type": "library", "autoload": { "psr-4": { "LNDHub\\": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "Bumi", "email": "hello@michaelbumann.com" }, { "name": "Musayann", "email": "yannick@octan.group" } ], "description": "A client for the LNDHub API", "support": { "source": "https://github.com/bumi/lndhub-php/tree/main", "issues": "https://github.com/bumi/lndhub-php/issues" }, "time": "2023-04-03T10:20:57+00:00" }, { "name": "pleonasm/merkle-tree", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/pleonasm/merkle-tree.git", "reference": "6abdf5aacd79b6d502f944c96edd1a896ef6039b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pleonasm/merkle-tree/zipball/6abdf5aacd79b6d502f944c96edd1a896ef6039b", "reference": "6abdf5aacd79b6d502f944c96edd1a896ef6039b", "shasum": "" }, "require": { "php": ">=5.6.0" }, "require-dev": { "phpunit/php-invoker": "*", "phpunit/phpunit": "^5.7", "satooshi/php-coveralls": "*@dev", "squizlabs/php_codesniffer": "*" }, "type": "library", "autoload": { "psr-0": { "Pleo": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-2-Clause" ], "authors": [ { "name": "Matt Nagi", "email": "matthew.nagi@base-2.net" } ], "description": "An implementation of a Merkle Tree in PHP", "support": { "issues": "https://github.com/pleonasm/merkle-tree/issues", "source": "https://github.com/pleonasm/merkle-tree/tree/master" }, "time": "2017-02-10T15:26:01+00:00" }, { "name": "protonlabs/bitcoin", "version": "1.0.10", "source": { "type": "git", "url": "https://github.com/ProtonMail/bitcoin-php.git", "reference": "475361ce56f1601164cc447cbb78f859799d9eaf" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ProtonMail/bitcoin-php/zipball/475361ce56f1601164cc447cbb78f859799d9eaf", "reference": "475361ce56f1601164cc447cbb78f859799d9eaf", "shasum": "" }, "require": { "bitwasp/bech32": "^0.0.1", "composer/semver": "^1.4.0|^3.2.0", "lastguest/murmurhash": "^v2.0.0", "php-64bit": ">=7.0", "pleonasm/merkle-tree": "~1.0.0", "protonlabs/buffertools": "^0.5.0", "shanecurran/phpecc": "^0.0.1" }, "require-dev": { "bitwasp/bitcoinconsensus": "v3.0.0", "bitwasp/secp256k1-php": "^v0.2.0", "ext-json": "*", "nbobtc/bitcoind-php": "v2.0.2", "phpunit/phpunit": "^8.0.0", "squizlabs/php_codesniffer": "^3.0.0" }, "suggest": { "ext-bitcoinconsensus": "The bitcoinconsensus library for safest possible script verification", "ext-secp256k1": "The secp256k1 library for fast and safe elliptic curve operations" }, "type": "library", "autoload": { "files": [ "src/Script/functions.php" ], "psr-4": { "BitWasp\\Bitcoin\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "Unlicense" ], "authors": [ { "name": "Thomas Kerin", "homepage": "https://thomaskerin.io", "role": "Author" } ], "description": "PHP Bitcoin library with functions for transactions, signatures, serialization, Random/Deterministic ECDSA keys, blocks, RPC bindings", "homepage": "https://github.com/bit-wasp/bitcoin-php", "support": { "issues": "https://github.com/ProtonMail/bitcoin-php/issues", "source": "https://github.com/ProtonMail/bitcoin-php/tree/1.0.10" }, "time": "2024-04-17T17:01:22+00:00" }, { "name": "protonlabs/buffertools", "version": "v0.5.8", "source": { "type": "git", "url": "https://github.com/ProtonMail/buffertools-php.git", "reference": "9bb64c124f93f3e373e61806d1e10d8feb0d5751" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ProtonMail/buffertools-php/zipball/9bb64c124f93f3e373e61806d1e10d8feb0d5751", "reference": "9bb64c124f93f3e373e61806d1e10d8feb0d5751", "shasum": "" }, "require": { "php-64bit": ">=7.0.0" }, "replace": { "bitwasp/buffertools": "^0.5.0" }, "require-dev": { "phpstan/phpstan": "v0.9.x", "phpunit/phpunit": "^6.0", "squizlabs/php_codesniffer": "~2.0" }, "type": "library", "autoload": { "psr-4": { "BitWasp\\Buffertools\\": "src/Buffertools/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Thomas Kerin", "homepage": "https://thomaskerin.io" }, { "name": "Ruben de Vries", "email": "ruben@rubensayshi.com" } ], "description": "Toolbox for working with binary and hex data. Similar to NodeJS Buffer.", "support": { "source": "https://github.com/ProtonMail/buffertools-php/tree/v0.5.8" }, "time": "2023-07-17T08:19:22+00:00" }, { "name": "psr/http-client", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/php-fig/http-client.git", "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90", "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90", "shasum": "" }, "require": { "php": "^7.0 || ^8.0", "psr/http-message": "^1.0 || ^2.0" }, "default-branch": true, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Http\\Client\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "https://www.php-fig.org/" } ], "description": "Common interface for HTTP clients", "homepage": "https://github.com/php-fig/http-client", "keywords": [ "http", "http-client", "psr", "psr-18" ], "support": { "source": "https://github.com/php-fig/http-client" }, "time": "2023-09-23T14:17:50+00:00" }, { "name": "psr/http-factory", "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/php-fig/http-factory.git", "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a", "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a", "shasum": "" }, "require": { "php": ">=7.1", "psr/http-message": "^1.0 || ^2.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Http\\Message\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "https://www.php-fig.org/" } ], "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories", "keywords": [ "factory", "http", "message", "psr", "psr-17", "psr-7", "request", "response" ], "support": { "source": "https://github.com/php-fig/http-factory" }, "time": "2024-04-15T12:06:14+00:00" }, { "name": "psr/http-message", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/php-fig/http-message.git", "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71", "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71", "shasum": "" }, "require": { "php": "^7.2 || ^8.0" }, "default-branch": true, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Http\\Message\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "https://www.php-fig.org/" } ], "description": "Common interface for HTTP messages", "homepage": "https://github.com/php-fig/http-message", "keywords": [ "http", "http-message", "psr", "psr-7", "request", "response" ], "support": { "source": "https://github.com/php-fig/http-message/tree/2.0" }, "time": "2023-04-04T09:54:51+00:00" }, { "name": "public-square/phpecc", "version": "v0.1.0", "source": { "type": "git", "url": "https://github.com/public-square/phpecc.git", "reference": "0ff0bfd72bf03bf7145db2c0dde9dff9c818757f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/public-square/phpecc/zipball/0ff0bfd72bf03bf7145db2c0dde9dff9c818757f", "reference": "0ff0bfd72bf03bf7145db2c0dde9dff9c818757f", "shasum": "" }, "require": { "ext-gmp": "*", "fgrosse/phpasn1": "^2.0", "php": "^7.0||^8.0" }, "require-dev": { "phpunit/phpunit": "^6.0||^8.0||^9.0", "squizlabs/php_codesniffer": "^2.0", "symfony/yaml": "^2.6|^3.0" }, "type": "library", "autoload": { "psr-4": { "Mdanter\\Ecc\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Matyas Danter", "homepage": "http://matejdanter.com/", "role": "Author" }, { "name": "Thibaud Fabre", "email": "thibaud@aztech.io", "homepage": "http://aztech.io", "role": "Maintainer" }, { "name": "Thomas Kerin", "email": "afk11@users.noreply.github.com", "role": "Maintainer" } ], "description": "PHP Elliptic Curve Cryptography library", "homepage": "https://github.com/public-square/phpecc", "keywords": [ "Diffie", "ECDSA", "Hellman", "curve", "ecdh", "elliptic", "nistp192", "nistp224", "nistp256", "nistp384", "nistp521", "phpecc", "secp256k1", "secp256r1" ], "support": { "source": "https://github.com/public-square/phpecc/tree/v0.1.0" }, "time": "2022-10-07T17:58:44+00:00" }, { "name": "ralouphie/getallheaders", "version": "3.0.3", "source": { "type": "git", "url": "https://github.com/ralouphie/getallheaders.git", "reference": "120b605dfeb996808c31b6477290a714d356e822" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", "reference": "120b605dfeb996808c31b6477290a714d356e822", "shasum": "" }, "require": { "php": ">=5.6" }, "require-dev": { "php-coveralls/php-coveralls": "^2.1", "phpunit/phpunit": "^5 || ^6.5" }, "type": "library", "autoload": { "files": [ "src/getallheaders.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Ralph Khattar", "email": "ralph.khattar@gmail.com" } ], "description": "A polyfill for getallheaders.", "support": { "issues": "https://github.com/ralouphie/getallheaders/issues", "source": "https://github.com/ralouphie/getallheaders/tree/develop" }, "time": "2019-03-08T08:55:37+00:00" }, { "name": "shanecurran/phpecc", "version": "v0.0.1", "source": { "type": "git", "url": "https://github.com/shanecurran/phpecc.git", "reference": "2f99b2c785e7bac48485b0da7cc1db7d9c0e5d87" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/shanecurran/phpecc/zipball/2f99b2c785e7bac48485b0da7cc1db7d9c0e5d87", "reference": "2f99b2c785e7bac48485b0da7cc1db7d9c0e5d87", "shasum": "" }, "require": { "ext-gmp": "*", "fgrosse/phpasn1": "^2.0", "php": "^7.0||^8.0" }, "require-dev": { "phpunit/phpunit": "^6.0||^8.0||^9.0", "squizlabs/php_codesniffer": "^2.0", "symfony/yaml": "^2.6|^3.0" }, "type": "library", "autoload": { "psr-4": { "Mdanter\\Ecc\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Matyas Danter", "homepage": "http://matejdanter.com/", "role": "Author" }, { "name": "Thibaud Fabre", "email": "thibaud@aztech.io", "homepage": "http://aztech.io", "role": "Maintainer" }, { "name": "Thomas Kerin", "email": "afk11@users.noreply.github.com", "role": "Maintainer" }, { "name": "Shane Curran", "email": "shanecurran@users.noreply.github.com", "role": "Maintainer" } ], "description": "PHP Elliptic Curve Cryptography library", "homepage": "https://github.com/shanecurran/phpecc", "keywords": [ "Diffie", "ECDSA", "Hellman", "curve", "ecdh", "elliptic", "nistp192", "nistp224", "nistp256", "nistp384", "nistp521", "phpecc", "secp256k1", "secp256r1" ], "support": { "source": "https://github.com/shanecurran/phpecc/tree/v0.0.1" }, "time": "2023-03-08T19:51:13+00:00" }, { "name": "simplito/bigint-wrapper-php", "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/simplito/bigint-wrapper-php.git", "reference": "cf21ec76d33f103add487b3eadbd9f5033a25930" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/simplito/bigint-wrapper-php/zipball/cf21ec76d33f103add487b3eadbd9f5033a25930", "reference": "cf21ec76d33f103add487b3eadbd9f5033a25930", "shasum": "" }, "type": "library", "autoload": { "psr-4": { "BI\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Simplito Team", "email": "s.smyczynski@simplito.com", "homepage": "https://simplito.com" } ], "description": "Common interface for php_gmp and php_bcmath modules", "support": { "issues": "https://github.com/simplito/bigint-wrapper-php/issues", "source": "https://github.com/simplito/bigint-wrapper-php/tree/1.0.0" }, "time": "2018-02-27T12:38:08+00:00" }, { "name": "simplito/bn-php", "version": "1.1.4", "source": { "type": "git", "url": "https://github.com/simplito/bn-php.git", "reference": "83446756a81720eacc2ffb87ff97958431451fd6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/simplito/bn-php/zipball/83446756a81720eacc2ffb87ff97958431451fd6", "reference": "83446756a81720eacc2ffb87ff97958431451fd6", "shasum": "" }, "require": { "simplito/bigint-wrapper-php": "~1.0.0" }, "require-dev": { "phpunit/phpunit": "*" }, "type": "library", "autoload": { "psr-4": { "BN\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Simplito Team", "email": "s.smyczynski@simplito.com", "homepage": "https://simplito.com" } ], "description": "Big number implementation compatible with bn.js", "support": { "issues": "https://github.com/simplito/bn-php/issues", "source": "https://github.com/simplito/bn-php/tree/1.1.4" }, "time": "2024-01-10T16:16:59+00:00" }, { "name": "simplito/elliptic-php", "version": "1.0.12", "source": { "type": "git", "url": "https://github.com/simplito/elliptic-php.git", "reference": "be321666781be2be2c89c79c43ffcac834bc8868" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/simplito/elliptic-php/zipball/be321666781be2be2c89c79c43ffcac834bc8868", "reference": "be321666781be2be2c89c79c43ffcac834bc8868", "shasum": "" }, "require": { "ext-gmp": "*", "simplito/bn-php": "~1.1.0" }, "require-dev": { "phpbench/phpbench": "@dev", "phpunit/phpunit": "*" }, "type": "library", "autoload": { "psr-4": { "Elliptic\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Simplito Team", "email": "s.smyczynski@simplito.com", "homepage": "https://simplito.com" } ], "description": "Fast elliptic curve cryptography", "homepage": "https://github.com/simplito/elliptic-php", "keywords": [ "Curve25519", "ECDSA", "Ed25519", "EdDSA", "cryptography", "curve", "curve25519-weier", "ecc", "ecdh", "elliptic", "nistp192", "nistp224", "nistp256", "nistp384", "nistp521", "secp256k1" ], "support": { "issues": "https://github.com/simplito/elliptic-php/issues", "source": "https://github.com/simplito/elliptic-php/tree/1.0.12" }, "time": "2024-01-09T14:57:04+00:00" }, { "name": "symfony/deprecation-contracts", "version": "2.5.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/deprecation-contracts.git", "reference": "d36279a5a4bc7f3ca2c412839f10d7c0aa2c1a02" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/d36279a5a4bc7f3ca2c412839f10d7c0aa2c1a02", "reference": "d36279a5a4bc7f3ca2c412839f10d7c0aa2c1a02", "shasum": "" }, "require": { "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { "dev-main": "2.5-dev" }, "thanks": { "name": "symfony/contracts", "url": "https://github.com/symfony/contracts" } }, "autoload": { "files": [ "function.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "A generic function and convention to trigger deprecation notices", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/deprecation-contracts/tree/2.5" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2024-04-18T08:26:06+00:00" }, { "name": "tkijewski/php-lnurl", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/tkthundr/php-lnurl.git", "reference": "7007e8e26b3b3527f19446feaae9d6e4b602f8f8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/tkthundr/php-lnurl/zipball/7007e8e26b3b3527f19446feaae9d6e4b602f8f8", "reference": "7007e8e26b3b3527f19446feaae9d6e4b602f8f8", "shasum": "" }, "require": { "bitwasp/bech32": "*" }, "require-dev": { "phpunit/phpunit": "^5.4.0", "squizlabs/php_codesniffer": "^2.0.0" }, "default-branch": true, "type": "library", "autoload": { "psr-4": { "tkijewski\\lnurl\\": "src/" }, "files": [ "src/lnurl.php" ] }, "autoload-dev": { "psr-4": { "tkijewski\\test\\lnurl\\": "test/" } }, "license": [ "Unlicense" ], "authors": [ { "name": "Tim Kijewski", "role": "Author" } ], "description": "PHP implementation of lnurl Spec", "homepage": "https://github.com/tkijewski/php-lnurl", "support": { "source": "https://github.com/tkthundr/php-lnurl/tree/master", "issues": "https://github.com/tkthundr/php-lnurl/issues" }, "time": "2023-01-13T17:14:49+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "dev", "stability-flags": { "alby/php": 20, "getalby/nwc-php": 20, "octan/lnd-rest": 20, "octan/lnbits": 20, "octan/lndhub": 20, "octan/btcpay": 20, "jorijn/bitcoin-bolt11": 20, "tkijewski/php-lnurl": 20 }, "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [], "plugin-api-version": "2.6.0" }