All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Initial release of SofizPay PHP SDK
- Account balance checking and trustline verification
- Payment history retrieval with pagination
- Transaction search by memo
- Comprehensive error handling with custom exceptions
- Service-based architecture (AccountService, PaymentService)
- Complete documentation and usage examples
- Send DZD payments with optional memos
- Check account DZD balances and authorization status
- Retrieve all asset balances for accounts
- Verify account existence on Stellar network
- Search transactions by memo text
- Built on reliable Soneso Stellar PHP SDK
- PSR-4 autoloading support
- MIT License
- PHP 8.0 or higher
- Soneso Stellar PHP SDK ^1.8
- Guzzle HTTP ^7.0
- JSON and cURL extensions