Download the PHP package sagapay/sdk-php without Composer
On this page you can find all versions of the php package sagapay/sdk-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download sagapay/sdk-php
More information about sagapay/sdk-php
Files in sagapay/sdk-php
Package sdk-php
Short Description SagaPay - The world's first free, non-custodial blockchain payment gateway SDK for PHP
License MIT
Homepage https://sagapay.net
Informations about the package sdk-php
SagaPay PHP SDK
SagaPay (https://sagapay.net) is the world's first free, non-custodial blockchain payment gateway service provider, enabling businesses to seamlessly integrate cryptocurrency payments without holding customer funds. With enterprise-grade security and zero transaction fees, SagaPay empowers merchants to accept crypto payments across multiple blockchains while maintaining full control of their digital assets.
Installation
Install the SagaPay PHP SDK via Composer:
Quick Start
Features
- Deposit address generation
- Withdrawal processing
- Transaction status checking
- Wallet balance fetching
- Multi-chain support (ERC20, BEP20, TRC20, POLYGON, SOLANA)
- Webhook notifications (IPN)
- Custom UDF field support
- Zero transaction fees
- Non-custodial architecture
API Reference
Create Deposit
Create Withdrawal
Check Transaction Status
Fetch Wallet Balance
Handling Webhooks (IPN)
SagaPay sends webhook notifications to your specified ipnUrl
when transaction statuses change. Use the WebhookHandler to process these notifications:
Webhook Payload Format
When SagaPay sends a webhook to your endpoint, it will include the following payload:
Error Handling
All methods in the SagaPay SDK can throw a SagaPay\SDK\Exception
. This exception contains:
- Message: Error description
- Code: Error code
- HTTP code: HTTP status code (when applicable)
License
This SDK is released under the MIT License.
Support
For questions or support, please contact [email protected] or visit https://sagapay.net.
All versions of sdk-php with dependencies
ext-curl Version *
ext-json Version *