stellar-php-sdk
Stellar blockchain payments, smart contracts, and anchor integration in PHP
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core