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

Maintainers

Package info

github.com/mightybytesuk/apirone

pkg:composer/mightybytesuk/apirone

Statistics

Installs: 4

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-main 2022-08-28 08:39 UTC

This package is auto-updated.

Last update: 2026-03-18 14:22:20 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);

Apirone Documentation

Documentation