bearname / nowpayments-api-php
Nowpayments php api client with types
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-11-13 15:31:52 UTC
README
Installation
This project using composer.
$ composer require bearname/nowpayments-api-php
Compatible with php8 and ignore platform requirements
$ composer require bearname/nowpayments-api-php --ignore-platform-reqs
Usage
Genrate random password.
<?php require ("vendor/autoload.php"); use NowPaymentsIO\NOWPaymentsApi; $password = new NOWPaymentsApi("YOUR API"); echo $password->status();