Skip to content

Instantly share code, notes, and snippets.

View Pushkraj19's full-sized avatar
🏷️
Guiding the ship 🚢 while building its engine ⚙️.

Pushkraj Jori Pushkraj19

🏷️
Guiding the ship 🚢 while building its engine ⚙️.
View GitHub Profile
<?php
// Your API Key
$api_key = '************'; # -> Your API key goes here
// Add your websites to this array
$websites = ["https://example.in", "https://example.com"];
// Add Uptime Monitor API Call
$api_call = 'https://api.hetrixtools.com/v2/'.$api_key.'/uptime/add/';
@Pushkraj19
Pushkraj19 / PayUHashGenerator.php
Last active February 2, 2026 09:04
PayU Hash Generator Utility PHP Class
<?php
namespace App\Services\Gateways\PayU;
/**
* PayU Hash Generator Utility Class
*
* Handles all hash generation and validation scenarios for PayU payment gateway.
*
* @see https://docs.payu.in/docs/generate-hash-merchant-hosted
@Pushkraj19
Pushkraj19 / gist:ba6c9bc8a77ae780db015bd56148654c
Created February 2, 2026 07:35
PayU Hash Generator Utility PHP Class
<?php
namespace App\Services\Gateways\PayU;
/**
* PayU Hash Generator Utility Class
*
* Handles all hash generation and validation scenarios for PayU payment gateway.
*
* @see https://docs.payu.in/docs/generate-hash-merchant-hosted
@Pushkraj19
Pushkraj19 / countries.json
Created August 13, 2022 17:03
Country Name with Timezones
[
{
"name": "Côte d\\'Ivoire",
"phone_prefix": "225",
"timezone": "Africa/Abidjan",
"code": "CI"
},
{
"name": "Ghana",
"phone_prefix": "233",