Skip to content

col3name/nowpayments-api-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Available here

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();