Skip to main content

PHP Integration Guide

This guide covers integration with plain PHP (cURL) and with the Guzzle HTTP client, including a Laravel-specific example.

Using cURL

Using Guzzle

Laravel example

Service class

Config (config/services.php)

Controller