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

v1.0.0 2024-10-23 18:36 UTC

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

  1. Install via composer:
composer require saliboh/larabisaja-transferwise:^1.0
  1. Publish the configuration file:
php artisan vendor:publish --provider="Larabisaja\WiseService\WiseServiceProvider"
  1. Set the environment variables in your .env file:
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