webumer/fireblocks-php-sdk 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

webumer/fireblocks-php-sdk

最新稳定版本:1.1.2

Composer 安装命令:

composer require webumer/fireblocks-php-sdk

包简介

Unofficial PHP SDK for Fireblocks API - A secure digital asset custody and transfer platform

README 文档

README

Packagist Version PHP Version License

Unofficial PHP SDK for Fireblocks API - A secure digital asset custody and transfer platform.

⚠️ Disclaimer: This is an unofficial SDK created by the community. It is not affiliated with or endorsed by Fireblocks.

Installation

composer require webumer/fireblocks-php-sdk

Quick Start

<?php

use Webumer\Fireblocks\FireblocksClient;
use Webumer\Fireblocks\Auth\ApiKeyAuthProvider;

// Initialize the client with your credentials
$authProvider = new ApiKeyAuthProvider(
    apiKey: 'your-api-key-here',
    privateKey: 'your-private-key-here'
);

// Create client for sandbox environment
$client = FireblocksClient::forSandbox($authProvider);

// Get all vault accounts
$vaults = $client->vaults()->list();

// Create a transaction
$transaction = $client->transactions()->create([
    'assetId' => 'ETH',
    'source' => ['type' => 'VAULT_ACCOUNT', 'id' => '0'],
    'destination' => ['type' => 'EXTERNAL_WALLET', 'id' => 'external-wallet-id'],
    'amount' => '0.1',
    'note' => 'Test transaction from PHP SDK'
]);

Features

  • Vault Management: Create and manage vault accounts
  • Transaction Processing: Send and receive digital assets
  • Address Generation: Generate deposit addresses
  • Webhook Support: Handle real-time notifications
  • Multi-Asset Support: Support for 100+ digital assets
  • Security: JWT-based authentication with private key signing
  • Sandbox Support: Test with Fireblocks sandbox environment

API Coverage

This SDK provides comprehensive coverage of the Fireblocks API including:

  • Vaults API: Account management and operations
  • Transactions API: Transaction creation and monitoring
  • Addresses API: Address generation and validation
  • Webhooks API: Real-time event notifications
  • Assets API: Supported assets and configurations

Requirements

  • PHP 8.1 or higher
  • Guzzle HTTP Client
  • Firebase JWT library

Documentation

For complete API documentation, visit the Fireblocks API Reference.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

MIT License - see LICENSE file for details.

Disclaimer

This is an unofficial SDK created by the community. It is not affiliated with or endorsed by Fireblocks. Use at your own risk.

统计信息

  • 总下载量: 337
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-09-05

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固