yyqsg888 / tatum-php
A flexible framework to build, run, and scale blockchain apps with PHP. Perform local wallet operations (mnemonic, xpub, private key) for Bitcoin, Bitcoin Cash, BSC, Litecoin, Celo, Dogecoin, Ethereum, Harmony.ONE, KCS, Klaytn, Polygon, Tron, VeChain and XDC.
Requires
- php-64bit: >=7.3
- ext-bcmath: *
- ext-curl: *
- ext-gmp: *
- ext-json: *
- ext-mbstring: *
Requires (Dev)
- ext-dom: *
- phpunit/phpunit: ^9.1
This package is auto-updated.
Last update: 2025-04-04 15:12:00 UTC
README
Tatum - PHP SDK is no longer supported
For PHP recommended way is to use API
Table of Contents
Welcome!
This is the official Tatum SDK for PHP version 2.0.0
based on API version 3.17.2
.
What is Tatum?
Tatum offers a flexible framework to build, run, and scale blockchain apps fast. To learn more about the Tatum blockchain development framework, visit our website.
The Tatum API features powerful endpoints that simplify a complex blockchain into single API requests. Code for all supported blockchains using unified API calls.
Troubleshooting
Should you face any issues, feel free to contribute to our troubleshooting process by forking the SDK and submitting pull requests for any changes. For reporting issues and tracking progress, create new issues within this GitHub repository.
Getting started
Simply clone this repository and load it with a PSR-4 autoloader.
You can also install the SDK with Composer:
composer require tatumio/tatum-php
More information is available in the SDK documentation.