argonavis/php-anchor-sdk 问题修复 & 功能扩展

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

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

argonavis/php-anchor-sdk

最新稳定版本:0.10.0

Composer 安装命令:

composer require argonavis/php-anchor-sdk

包简介

A PHP SDK that helps developers implement Stellar Anchors.

README 文档

README

The PHP Stellar Anchor SDK makes it easier for PHP developers to implement Stellar Anchors.

Stellar clients make requests to the endpoints of Anchor Servers using sets of standards called SEPs (Stellar Ecosystem Proposals). The PHP Anchor SDK will help PHP developers to implement the Client - Anchor interaction by abstracting the Stellar-specific functionality defined in the SEP's so that developers can focus on business logic.

The SDK is composed of two components:

  • A Service Layer Library implementing the Stellar specific functionality described in the corresponding SEPs
  • An Anchor Reference Server implementation that uses the library.

This is the repo of the Service Layer Library. Pls. see architecture doc.

The Anchor Reference Server using the library can be found here.

Roadmap:

  • Implementation of SEP-01 Service (Stellar Info File) -> Done, see doc.
  • Implementation of SEP-10 Service (Stellar Authentication) -> Done, see doc.
  • Implementation of SEP-12 KYC API Service & SEP-09 Standard KYC Fields -> Done, see doc.
  • Implementation of SEP-24 Hosted Deposit and Withdrawal - Interactive Flow Service -> Done, see doc.
  • Implementation of SEP-38 Anchor RFQ Service -> Done, see doc.
  • Implementation of SEP-06 Deposit and Withdrawal Service -> Done, see doc.
  • Implementation of SEP-31 Cross-Border Payments Service -> Done, see doc.
  • Implementation of SEP-08 Regulated Assets -> Done, see doc.
  • Implementation of a transaction watcher to watch for important Stellar transactions such as incoming payments or trustline changes -> Done, see doc.
  • Implementation of a callback mechanism that will be used by Anchors to notify clients about status changes -> Done, see doc.
  • Localization and Logging -> Done, see docs localization and logging.

Installing the SDK:

composer require argonavis/php-anchor-sdk

Integration docs:

Docs folder

Example Integration

Anchor Reference Server

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: Apache-2.0
  • 更新时间: 2023-12-25