Skip to main content
This SDK is coming soon. Subscribe to our changelog to be notified when it’s released.
The official PHP SDK for FYATU API v3, compatible with Laravel, Symfony, and vanilla PHP.

Requirements

  • PHP 8.1 or higher
  • Composer

Installation

Quick Start

Laravel Integration

Service Provider

Add the service provider to your config/app.php:

Configuration

Publish the configuration file:
Add to your .env:

Usage with Facade

Features

  • PHP 8.1+ Support - Modern PHP with full type declarations
  • Framework Agnostic - Works with any PHP framework
  • Laravel Integration - First-class Laravel support with Facade
  • Automatic Token Management - Handles JWT refresh automatically
  • PSR-18 Compatible - Use your preferred HTTP client

Configuration Options

Available Services

| $fyatu->account | Access account information |

Error Handling

Webhook Verification

Resources