saliboh / larabisaja-transferwise
A Laravel service for Wise API integration.
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/saliboh/larabisaja-transferwise
Requires
- php: >=8.0
- ext-json: *
- guzzlehttp/guzzle: ^7.0
- ramsey/uuid: ^4.0
This package is auto-updated.
Last update: 2026-01-23 21:35:38 UTC
README
A Laravel package to integrate with Wise (formerly TransferWise) API.
Installation
- Install via composer:
composer require saliboh/larabisaja-transferwise:^1.0
- Publish the configuration file:
php artisan vendor:publish --provider="Larabisaja\WiseService\WiseServiceProvider"
- Set the environment variables in your
.envfile:
WISE_API_URL=https://api.sandbox.transferwise.tech/v1
WISE_API_TOKEN=your-wise-api-token
WISE_API_URL_V3=https://api.sandbox.transferwise.tech/v3