Download the PHP package blaaiz/blaaiz-laravel-sdk without Composer
On this page you can find all versions of the php package blaaiz/blaaiz-laravel-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download blaaiz/blaaiz-laravel-sdk
More information about blaaiz/blaaiz-laravel-sdk
Files in blaaiz/blaaiz-laravel-sdk
Package blaaiz-laravel-sdk
Short Description Official Laravel SDK for Blaaiz RaaS (Remittance as a Service) API
License MIT
Homepage https://docs.business.blaaiz.com
Informations about the package blaaiz-laravel-sdk
Blaaiz Laravel SDK
Official Laravel SDK for the Blaaiz RaaS (Remittance as a Service) API.
Installation
Laravel package discovery is enabled automatically.
Quick Start
OAuth 2.0
OAuth is recommended for new integrations.
Legacy API key
You can also authenticate with a legacy API key:
When both OAuth credentials and an API key are configured, OAuth is used.
Publish configuration
Basic usage with dependency injection
Configuration
The published config file exposes these options:
Available Services
customers()collections()payouts()wallets()virtualBankAccounts()transactions()banks()currencies()fees()files()webhooks()rates()swaps()
These services are also exposed as public properties on the underlying SDK instance.
Common Examples
Create a customer
List customers (with optional filters and pagination)
Initiate a payout
Upload a KYC document
Verify a webhook
API Reference
- Root SDK helpers
- Customers
- Collections
- Payouts
- Wallets and virtual bank accounts
- Transactions, banks, currencies, and rates
- Fees and files
- Webhooks
- Swaps
Runnable Examples
See examples/README.md for Laravel-oriented example classes and snippets.
High-Level Helpers
The root SDK object includes:
testConnection()createCompletePayout(array $config)createCompleteCollection(array $config)
These helpers compose the lower-level services for common workflows.