mightybytesuk / apirone
There is no license information available for the latest version (dev-main) of this package.
Simple Package To Help Use The APIrone API
dev-main
2022-08-28 08:39 UTC
This package is auto-updated.
Last update: 2025-06-18 12:50:13 UTC
README
A Simple PHP Package to use the Apirone API. Easily Accept Payments With Crypto.
Installation
Install my-project with npm
cd my-project
composer require mightybytesuk/apirone
Usage
$api = new apirone;
Create an account with Apirone
$api->account();
Create a Address with callback to accept payments.
$api->generateAddress($account, $currency, $callback, $id);
Check Address for payment
$api->checkpayment($account, $currency, $address);