
Soneso Stellar Php Sdk
- 41 repo stars
- Updated July 18, 2026
- Soneso/stellar-php-sdk
soneso-stellar-php-sdk is a Claude Code marketplace plugin with an agent skill that teaches correct usage of the Stellar PHP SDK for transactions, Horizon, Soroban, and SEPs.
About
soneso-stellar-php-sdk is a Claude Code marketplace plugin bundling an agent skill that teaches coding agents to use the Soneso Stellar PHP SDK. It covers transaction building and signing, Horizon queries, Soroban smart contract deployment, XDR encoding, and SEP anchor integrations. Reach for it when generating PHP code for Stellar network applications instead of guessing SDK patterns. Install via the marketplace, then reference the skill when agents need correct Guzzle HTTP patterns for blockchain operations.
- Agent skill for soneso/stellar-php-sdk
- Covers 26 operations and 50 Horizon endpoints
- Soroban smart contract deployment and invocation
- 18 SEP protocol implementations documented
Soneso Stellar Php Sdk by the numbers
- Data as of Jul 19, 2026 (Skillselion catalog sync)
/plugin marketplace add Soneso/stellar-php-sdkAdd your badge
Show developers this marketplace is listed on Skillselion. Paste this into your README.
| repo stars | ★ 41 |
|---|---|
| Last updated | July 18, 2026 |
| Repository | Soneso/stellar-php-sdk ↗ |
How do I get my coding agent to generate correct PHP code for Stellar transactions, Horizon queries, and Soroban contracts?
Teach coding agents to build Stellar PHP apps—transactions, Horizon queries, Soroban contracts, and SEP protocols.
Who is it for?
PHP developers building Stellar blockchain applications who want agent-guided SDK patterns for operations, RPC, and SEP integrations.
Skip if: Non-PHP stacks or projects with no Stellar, Horizon, or Soroban integration requirements.
What you get
Agents produce PHP code following documented SDK patterns for operations, endpoints, RPC methods, and SEP implementations.
Plugins in this marketplace
1 plugin - install individually after you add the marketplace.
Recommended Marketplaces
FAQ
What does the agent skill cover?
Transaction building, signing, Horizon queries, Soroban RPC, smart contract deployment, XDR encoding, and 18 SEP protocol integrations.
How do I install the PHP library itself?
Run composer require soneso/stellar-php-sdk; the marketplace plugin adds the agent skill for coding assistance.
What PHP version is required?
PHP 8.0 or later per the SDK requirements on Packagist.