https://github.com/codenteq/param-payment-gateway
The Laravel eCommerce ParamPOS Payment Gateway
https://github.com/codenteq/param-payment-gateway
bagisto codenteq ecommerce opensource parampos payment
Last synced: 11 months ago
JSON representation
The Laravel eCommerce ParamPOS Payment Gateway
- Host: GitHub
- URL: https://github.com/codenteq/param-payment-gateway
- Owner: codenteq
- License: mit
- Created: 2025-03-06T11:34:06.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2025-03-06T14:23:10.000Z (12 months ago)
- Last Synced: 2025-04-14T03:09:32.636Z (11 months ago)
- Topics: bagisto, codenteq, ecommerce, opensource, parampos, payment
- Language: PHP
- Homepage: https://codenteq.com
- Size: 13.7 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Param POS Payment Gateway
[](https://github.com/codenteq/param-payment-gateway/blob/master/LICENSE)
[](https://packagist.org/packages/codenteq/param-payment-gateway)
## 1. Introduction:
Install this package now to receive secure payments in your online store. Param POS offers an easy and secure payment gateway.
## 2. Requirements:
* **PHP**: 8.1 or higher.
* **Bagisto**: v2.*
* **Composer**: 1.6.5 or higher.
## 3. Installation:
- Run the following command
```
composer require codenteq/param-payment-gateway
```
- Run these commands below to complete the setup
```
composer dump-autoload
```
> WARNING
> It will check existence of the .env file, if it exists then please update the file manually with the below details.
```
//
```
- Run these commands below to complete the setup
```
php artisan optimize
```
## Installation without composer:
- Unzip the respective extension zip and then merge "packages" and "storage" folders into project root directory.
- Goto config/app.php file and add following line under 'providers'
```
Webkul\ParamPOS\Providers\ParamPOSServiceProvider::class,
```
- Goto composer.json file and add following line under 'psr-4'
```
"Webkul\\ParamPOS\\": "packages/Webkul/ParamPOS/src"
```
- Run these commands below to complete the setup
```
composer dump-autoload
```
> WARNING
> It will check existence of the .env file, if it exists then please update the file manually with the below details.
```
//
```
```
php artisan optimize
```
> That's it, now just execute the project on your specified domain.
## How to contribute
Param POS Payment Gateway is always open for direct contributions. Contributions can be in the form of design suggestions, documentation improvements, new component suggestions, code improvements, adding new features or fixing problems. For more information please check our [Contribution Guideline document.](https://github.com/codenteq/param-payment-gateway/blob/master/CONTRIBUTING.md)