# package for receiving cardano native token payments in php, laravel, and woocommerce [](https://packagist.org/packages/lido-nation/adapayments) [](https://github.com/lido-nation/adapayments/actions/workflows/run-tests.yml) [](https://packagist.org/packages/lido-nation/adapayments) 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: ```bash composer require lido-nation/adapayments ``` ## Usage ```php $skeleton = new LidoNation\Adapayments(); echo $skeleton->echoPhrase('Hello, LidoNation!'); ``` ## Testing ```bash composer test ``` ## Changelog Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently. ## Contributing Please see [CONTRIBUTING](https://github.com/spatie/.github/blob/main/CONTRIBUTING.md) for details. ## Security Vulnerabilities Please review [our security policy](../../security/policy) on how to report security vulnerabilities. ## Credits - [Lido Nation](https://github.com/Lido Nation) - [All Contributors](../../contributors) ## License The MIT License (MIT). Please see [License File](LICENSE.md) for more information.