Download the PHP package sayeed/payment-by-ekpay without Composer
On this page you can find all versions of the php package sayeed/payment-by-ekpay. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download sayeed/payment-by-ekpay
More information about sayeed/payment-by-ekpay
Files in sayeed/payment-by-ekpay
Download sayeed/payment-by-ekpay
More information about sayeed/payment-by-ekpay
Files in sayeed/payment-by-ekpay
Vendor sayeed
Package payment-by-ekpay
Short Description The package offers straightforward installation instructions, ensuring that developers can quickly set up Ekpay payment gateway within their Laravel projects. Its empowers developers to seamlessly integrate Ekpay's payment services into their Laravel applications
License MIT
Package payment-by-ekpay
Short Description The package offers straightforward installation instructions, ensuring that developers can quickly set up Ekpay payment gateway within their Laravel projects. Its empowers developers to seamlessly integrate Ekpay's payment services into their Laravel applications
License MIT
Please rate this library. Is it a good library?
Informations about the package payment-by-ekpay
Payment by Ekpay
Integration
Follow below instructions for installing the package
Step 1
Step 2
Step 3
NB: Your timezone
in app.php
must be Asia/Dhaka
Put below information in .env
file
Step 4 (Uses)
Submit your request to /ekpay/pay
route with params:
- amount
- customer_name
- customer_email
- customer_mobile
- order_id
- product_name
- customer_address [optional]
- customer_country [optional]
See example in resources/views/ekpay_example.blade.php
Step 5 (Uses)
After successful request you will get a base64 encoded data with status and message, which is shown as:
{"status":"completed", "transaction_id":"63jk232h323d", "message":"Transaction is successfully Completed"}
Then you can get full response from ekpay_orders
table by using transaction_id
Credits
Thank you for using it.
All versions of payment-by-ekpay with dependencies
PHP Build Version
Package Version
The package sayeed/payment-by-ekpay contains the following files
Loading the files please wait ....