Skip to content

Bkash Api system for php, Accept payments from bKash customer account using our rich API's of bKash Online Payment Gateway. Well structured and most secure payment application interfaces.

Notifications You must be signed in to change notification settings

amitghoshanto/Bkash-API-PHP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Set Your credential in log.php file

$bKash = Bkash::builder()
        ->setSandbox(false) // True for Sandbox & False for Production
        ->setUsername('username')
        ->setPassword('password')
        ->setAppKey('appkey')
        ->setAppSecret('appsecret')
        ->build();

About

Bkash Api system for php, Accept payments from bKash customer account using our rich API's of bKash Online Payment Gateway. Well structured and most secure payment application interfaces.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published