sarowar/bkash

A Laravel package for bKash payment gateway integration

Installs: 3

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/sarowar/bkash

v1.0.1 2025-01-07 16:08 UTC

This package is not auto-updated.

Last update: 2025-12-24 19:32:20 UTC


README

This package simplifies the integration of the bKash payment gateway into Laravel applications, supporting tokenized payments for a secure and seamless transaction experience.

Features

  • Generate bKash Token
  • Create Payments
  • Execute Payments
  • Query Payment Status

Installation

  1. Install the package via Composer:
    composer require sarowar/bkash
    
    php artisan vendor:publish --tag=controllers
    
    php artisan vendor:publish --tag=config
    
    
    

License

This package is open-sourced software licensed under the MIT license.