Introduction
Learn how to cash your first crypto payment using the vxpay PHP SDK.
Prerequisites
1. Install
Get the vxpay PHP SDK.
composer require vxpay/vxpay-php
2. Accept onchain payment
index.php
$vxpay = VXPAY::client('YOUR_API_KEY');
...