Skip to main content

Requirements

  • PHP: Version 7.4 or higher
  • Composer: Latest version

Install via Composer

composer require legnext-api/php-sdk

Manual Installation

Download the SDK and include it in your project:
<?php
require_once(__DIR__ . '/vendor/autoload.php');
?>

Verify Installation

composer show legnext-api/php-sdk