SkillAgentSearch skills...

FaucetPayPHP

FaucetPay API client in PHP, suitable for clever developers and webmasters

Install / Use

/learn @HanzCEO/FaucetPayPHP
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

FaucetPayPHP

The most size efficient (lightweight) and beginner friendly FaucetPay API client in PHP, suitable for clever developers and webmasters

Get Started

  1. Download the script
wget https://github.com/HanzHaxors/FaucetPayPHP/raw/main/faucetpay.php
  1. Attach in your project
include('./faucetpay.php');
  1. Use the library (this is the example)
$fp = new FaucetPay('MY_API_KEY');
$method = $_GET['m'];

$fp->$method(
	$_GET, // An array of parameters without api_key
	true // Print test page
);

$response = $fp->send(
	array(
		"currency" => "BTC",
		"amount" => 100,
		"to" => "1HeadlkM24Jac..."
	)
);
print_r($response);

End Notes

Thank you for visiting this page! Appreciate my works by Following, being a Stargazer, Contribute to the project or Donate me via cryptocurrency down below

BTC, ETH, LTC, BCH, DASH, DGB, FEY via FaucetPay (username: Hanz)<br/> WAVES : use alias (hanz, hanzhaxors, haxors)

View on GitHub
GitHub Stars6
CategoryDevelopment
Updated8mo ago
Forks5

Languages

PHP

Security Score

82/100

Audited on Jul 29, 2025

No findings