Skip to content
View prabalsslw's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report prabalsslw

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. bKash-Tokenized-PHP bKash-Tokenized-PHP Public

    bKash Tokenized PHP library including - With Agreement, Without Agreement, With and Without Agreement.

    PHP 6

  2. bKash RPP Webhook Signature Validation bKash RPP Webhook Signature Validation
    1
    import base64
    2
    import hashlib
    3
    import hmac
    4
    
                  
    5
    sig = '' // Signature from the payload header
  3. bKash-Direct-Charge-Signature-Generation-PHP bKash-Direct-Charge-Signature-Generation-PHP Public

    Generate signature using this library for Direct Charge Product

    PHP 1

  4. Simple Query String to SQL WHERE Cla... Simple Query String to SQL WHERE Clause - This script will help you to simplify your search module
    1
    $queries = array();
    2
    parse_str($_SERVER['QUERY_STRING'], $queries);                  // GET Query String from URL
    3
    $result = array_filter($queries);                               // Filter empty string
    4
    $keys = array_keys($result);                                    // Separate array key
    5
    $values = array_values($result);                                // Separate array value
  5. Apache-Status-Monitoring-Telegram-Bot Apache-Status-Monitoring-Telegram-Bot Public

    This is an Apache Status Monitoring Telegram Bot

    PHP

  6. SSLCommerz-Magento SSLCommerz-Magento Public

    Tested Up to 2.4

    PHP 2 1