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

Maintainers

Package info

github.com/GriffNode/php-sdk

Homepage

pkg:composer/griffnode/php-sdk

Transparency log

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-main 2026-07-14 20:52 UTC

This package is not auto-updated.

Last update: 2026-07-15 19:09:34 UTC


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

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.