lido-nation / adapayments
package for receiving cardano native token payments in php, laravel, and woocommerce
1.0.3
2024-08-17 08:08 UTC
Requires
- php: ^8.1
- illuminate/config: ^11.20
- saloonphp/saloon: ^3.0
- symfony/finder: ^7.1
- vlucas/phpdotenv: ^5.6
Requires (Dev)
- laravel/pint: ^1.0
- pestphp/pest: ^2.15
- pestphp/pest-plugin-mock: ^2.0.
- spatie/ray: ^1.28
This package is not auto-updated.
Last update: 2024-11-09 09:05:36 UTC
README
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
List your product in USD, allow user to pay in ada
$priceInAda round(usd_to_ada($item['price']), 2);
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.