Download the PHP package argonavis/php-anchor-sdk without Composer
On this page you can find all versions of the php package argonavis/php-anchor-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package php-anchor-sdk
php-anchor-sdk
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 -> in progress
- Localization and Logging -> in progress
Installing the SDK:
composer require argonavis/php-anchor-sdk
Integration docs:
Example Integration
All versions of php-anchor-sdk with dependencies
firebase/php-jwt Version ^6.10
laminas/laminas-diactoros Version ^2.26
psr/http-message Version ^1.0 || ^2.0
soneso/stellar-php-sdk Version ^1.5.5