Skip to content

Codeigniter4 Indodax API Check Payment BTC Library

Notifications You must be signed in to change notification settings

alifjauzi/ci4-indodax-library

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

ci4-indodax-library

Codeigniter4 Indodax API Check Payment BTC Library

How to use

  • Place app/Libraries/Indodax.php in your project.
  • Call the Classes example :
// Something
use App\Libraries\Indodax;
Class Payment extend BaseController{
	public function index()
	{
		// something
	}
	public function btc_pay(){
		$idx = new Indodax;
		$idx->amount = '';
		$idx->txid = '';
		$data = $idx->run();
		print_r($data);
	}
}

About

Codeigniter4 Indodax API Check Payment BTC Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%