Search by

griffnode / php-sdk

CryptoGateLive

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

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

This package is not auto-updated.

Last update: 2026-09-09 20:01:14 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.