griffnode/php-sdk
Composer 安装命令:
composer require griffnode/php-sdk
包简介
Accept Bitcoin, Litecoin, Dogecoin, Dash, Ethereum and ERC-20 tokens. Server-to-server, authenticated with a secret API key (`Authorization: Bearer sk_live_…` for live, or `sk_test_…` for test mode — same base URL). All monetary amounts in API responses are JSON numbers; **webhook** amounts are stri
README 文档
README
Official SDK for the GriffNode crypto-payments API — accept Bitcoin, Ethereum, Litecoin, Dogecoin, Dash and ERC-20 tokens straight to your own wallet.
composer require griffnode/php-sdk
- API reference: https://docs.griffnode.com/reference
- OpenAPI spec: https://docs.griffnode.com/openapi.yaml
- Generated from
openapi.yamlwith OpenAPI Generator (php) — see.github/workflows/generate.yml. Do not hand-edit generated files.
Quick start
Authenticate with a secret key (Authorization: Bearer sk_live_…, or sk_test_… for
sandbox), then create a payment. Send an X-Idempotency-Key on every create so a retried
request can't double-charge. Full, language-specific examples are generated below by CI.
License
Apache-2.0 — see LICENSE.
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2026-07-14