Skip to content

RiverVanRain/nowpayments-api-php

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

This project using composer.

$ composer require bearname/nowpayments-api-php

Usage

Genrate random password.

<?php

require ("vendor/autoload.php");

use NowPaymentsIO\NOWPaymentsApi;

$password = new NOWPaymentsApi("YOUR API");
echo $password->status();

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%