ddbaidya/bkash-laravel

This package will let you connect bkash payment gateway to laravel application easy and secure.

dev-main 2023-06-27 04:07 UTC

This package is auto-updated.

Last update: 2024-09-27 07:07:57 UTC


README

Bkash-Laravel refers to the integration of Bkash payment gateway with Laravel, a popular PHP web application framework. Bkash is a mobile financial service provider in Bangladesh that allows users to send and receive money, pay bills, and make purchases through their mobile devices. Integrating Bkash with Laravel allows developers to easily add Bkash payment options to their web applications and facilitate secure and convenient transactions for their users.

Authors

Installation

Install Bkash-Payment with composer

  composer required ddbaidya/bkash-laravel

Usage/Examples

Publish package files

php artisan vendor:publish --provider="Ddbaidya\BkashLaravel\BkashServiceProvider"