Download the PHP package karim007/sslcommerz-laravel without Composer
On this page you can find all versions of the php package karim007/sslcommerz-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download karim007/sslcommerz-laravel
More information about karim007/sslcommerz-laravel
Files in karim007/sslcommerz-laravel
Package sslcommerz-laravel
Short Description SSLCommerz - Laravel Library
License MIT
Informations about the package sslcommerz-laravel
SSLCommerz Payment Gateway for PHP/Laravel Framework
Features
This is a php/laravel wrapper package for SSLCommerz
Requirements
- PHP >=7.4
- Laravel >= 6
- ext-curl '*'
Installation
vendor publish (config)
After publish config file setup your credential. you can see this in your config directory sslcommerz.php file
Set .env configuration
For development purposes, you can obtain sandbox 'Store ID' and 'Store Password' by registering at https://developer.sslcommerz.com/registration/
publish SslCommerzPaymentController.php controller
this is your routes list
Add exceptions for VerifyCsrfToken middleware accordingly.
For payment ( All functionality already append in SslCommerzPaymentController)
for other info append(optional)
if you want you can publish orders migration
you can also publish views(optionals)
Contributions to the SSLCommerz Payment Gateway package you are welcome. Please note the following guidelines before submitting your pull request.
- Follow PSR-4 coding standards.
- Read SSLCommerz API documentations first. Please contact with SSLCommerz for their api documentation and sandbox access.
License
This repository is licensed under the MIT License.
Copyright 2023 md abdul karim. We are not affiliated with SSLCommerz and don't give any guarantee.
All versions of sslcommerz-laravel with dependencies
ext-curl Version *