bitsidy/bitsidy-sdk 问题修复 & 功能扩展

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

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

bitsidy/bitsidy-sdk

最新稳定版本:1.0.2

Composer 安装命令:

composer require bitsidy/bitsidy-sdk

包简介

A PHP SDK for the Bitsidy API service.

README 文档

README

Bitsidy SDK is a toolkit for integrating Bitsidy's cryptocurrency invoice services into your PHP projects. Whether you are using Composer for dependency management or prefer manual inclusion, this SDK is designed for easy integration.

Project Structure

  • src/BitsidySDK.php: The core SDK file.
  • examples/example.php: An example script demonstrating SDK usage.
  • examples/callback.php: An example script demonstrating how to handle received callback data.
  • include.php: For manual inclusion in projects.
  • composer.json: Composer configuration file.

Installation

Using Composer

To install via Composer, run:

composer require bitsidy/bitsidy-sdk

Then, include the autoloader in your script:

require_once 'vendor/autoload.php';

Manual Installation

Download or clone the SDK and include the include.php in your project:

require_once 'include.php';

Usage

Refer to examples/example.php for a practical demonstration on using the Bitsidy SDK to create invoices and handle responses. For understanding how our server communicates invoice status updates, consult examples/callback.php.

Contributing

Contributions to the Bitsidy SDK are welcome. Please ensure that your code adheres to the project's coding standards and include tests for new features or bug fixes.

License

This project is licensed under the GPLv3.

For more information and updates, visit the project repository.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: GPL-3.0-or-later
  • 更新时间: 2024-02-08