Skip to content
Snippets Groups Projects
README.md 1.57 KiB

package for receiving cardano native token payments in php, laravel, and woocommerce

Latest Version on Packagist Tests Total Downloads

This is where your description should go. Try and limit it to a paragraph or two. Consider adding a small example.

Support us

lidonation.com

Installation

You can install the package via composer:

composer require lido-nation/adapayments

Usage

$skeleton = new LidoNation\Adapayments();
echo $skeleton->echoPhrase('Hello, LidoNation!');