bearname / nowpayments-api-php
支持类型的Nowpayments PHP API客户端
1.0.1
2023-01-02 10:01 UTC
Requires
- php: ^7.4
- symfony/http-client: ^4.4
Requires (Dev)
- phpdocumentor/phpdocumentor: ^2.0
- phpmd/phpmd: ^2.6
- phpunit/phpunit: ^6.0
- squizlabs/php_codesniffer: ^3.0
This package is auto-updated.
Last update: 2024-09-13 15:12:44 UTC
README
安装
本项目使用composer。
$ composer require bearname/nowpayments-api-php
与php8兼容且忽略平台要求
$ composer require bearname/nowpayments-api-php --ignore-platform-reqs
使用
生成随机密码。
<?php require ("vendor/autoload.php"); use NowPaymentsIO\NOWPaymentsApi; $password = new NOWPaymentsApi("YOUR API"); echo $password->status();