SonesoSonesoOfficialยท1 Agent Skills Included

stellar-php-sdk

Stellar blockchain payments, smart contracts, and anchor integration in PHP

Builds, signs, and submits Stellar blockchain transactions directly from PHP applications. Queries Horizon API data, streams live payments, and deploys or invokes Soroban smart contracts without manual XDR handling. Includes 20 built-in SEP implementations for anchor authentication, KYC, deposits, and withdrawals, removing complex protocol integration work.
npx skills add Soneso/stellar-php-sdk --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install stellar-php-sdk?โ–ผ

Run `npx skills add Soneso/stellar-php-sdk --all -g -y` in your terminal to install this skill globally for your coding agent.

How to send Stellar payments from PHP?โ–ผ

Use the PaymentOperationBuilder to create a payment, add it to a TransactionBuilder, sign it with your KeyPair, and submit it through the SDK in a few lines of code.

Can I call Soroban smart contracts from PHP?โ–ผ

Yes. The SorobanClient handles contract deployment and method invocation, automatically managing simulation, signing, and transaction submission.

Does it support anchor integrations like SEP-10 and SEP-24?โ–ผ

Yes. The SDK implements 20 SEPs including web authentication, KYC, and interactive deposit and withdrawal flows, with ready-to-use classes under the SEP namespace.

What PHP version does the Stellar SDK require?โ–ผ

It requires PHP 8.0 or higher with the bcmath, gmp, mbstring, and sodium extensions, installed via Composer.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’