1
0
Fork 0
forked from lthn/blockchain
blockchain/utils/sdk/packages/php.json
Snider c67fda3cfb Add generated PHP client SDK for blockchain API
Introduces a new PHP client SDK generated via OpenAPI for the Lethean blockchain, including source code, models, API classes, documentation, tests, and configuration files. Updates Makefile to support PHP SDK generation and modifies php.json package configuration.
2025-10-19 15:09:11 +01:00

10 lines
No EOL
228 B
JSON

{
"additionalProperties": {
"apiPackage": "lthn",
"packageName": "lthn",
"modelPackage": "lthn",
"invokerPackage": "lthn",
"licenceName": "EUPL-1.2",
"composerPackageName": "letheanvpn/blockchain"
}
}