PHP SDK
The Simiz PHP SDK provides an elegant client for integrating payments into PHP applications.Installation
Install and initialize the Simiz PHP SDK:Configuration
Quick example
Available resources
| Resource | Methods |
|---|---|
$simiz->transactions | create, retrieve, list, cancel |
$simiz->refunds | create, retrieve, list |
$simiz->subscriptions | create, retrieve, list, update, cancel |
$simiz->payouts | create, retrieve, list |
$simiz->webhooks | constructEvent |
Changelog
Version history
Version history
| Version | Date | Changes |
|---|---|---|
1.0.0 | 2026-02-27 | Initial pre-release — transactions, refunds, customers |

