Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: sudiptpa/wise-php-sdk

v0.1.0 - First public release

Choose a tag to compare

@sudiptpa sudiptpa released this 13 Mar 08:48
29e6ab8

Release highlights
This is the first public release of sudiptpa/wise-php-sdk, a modern PHP SDK for Wise Platform APIs built with production use in mind.

The package focuses on clear API flow, typed models, transport flexibility, and practical integration safety. It is designed for PHP teams who want a maintainable Wise integration without being locked to a specific HTTP client or working with raw arrays everywhere.

Features

  • PHP 8.2+ support
  • Transport-agnostic architecture with no hard dependency on curl or a specific HTTP client
  • Rich typed models and readable resource-based API
  • Support for both personal API token and OAuth2 integration styles
  • Implemented current non-deprecated Wise API flows across:
    • Quote
    • Recipient Account
    • Transfer
    • Payment
    • Webhook
    • Activity
    • Profile
    • Balance
    • Rate
    • Address
    • Contact
    • Balance Statement
    • Bank Account Details
    • User
    • User Tokens
  • Middleware support for retry, idempotency, and safe logging
  • Typed exception mapping for auth errors, rate limits, API errors, and transport failures
  • Strong unit test coverage with endpoint contract checks and strict static analysis
  • Clear documentation for auth differences, sandbox behavior, transport setup, and production usage

Notes

  • Personal API token and OAuth2 do not provide the same capabilities in all cases.
  • Funding flows and some application-level integrations depend on Wise account type, region, and partner access.
  • The documentation explains these differences clearly so integrators can choose the right path.