https://github.com/coderatio/whmcs-lazerpay
A payment gateway module for WHMCS
https://github.com/coderatio/whmcs-lazerpay
Last synced: 10 months ago
JSON representation
A payment gateway module for WHMCS
- Host: GitHub
- URL: https://github.com/coderatio/whmcs-lazerpay
- Owner: coderatio
- License: mit
- Created: 2022-04-09T10:16:05.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-10T06:47:10.000Z (about 4 years ago)
- Last Synced: 2025-06-08T14:04:37.130Z (about 1 year ago)
- Language: PHP
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LazerPay WHMCS Module
LazerPay payment gateway module for WHMCS.
## How to use
#### 1. Download with Composer:
```shell
cd your_whmcs_installation_path/modules/gateways
```
Then pull from packagist registry with composer
```shell
composer require cloudinos/whmcs-lazerpay
```
#### 2. Download from GitHub:
- Locate the `Code` button with green color, click on it and select `Download ZIP`
- Unzip the downloaded file to `modules/gateways` folder.
#### 3. Create initiator:
Move the file `lazerpay.php` into this folder `modules/gateways`. You can also do this by executing the command below:
```shell
cd your_whmcs_installation_path/modules/gateways & mv lazperay/lazerpay.php ./lazerpay.php
```
### Things To Note
The `verify-payment.php` file handles payment verification just as callbacks works on WHMCS.
## How To Contribute
We love working together. Notice something very important, fork the repo, create a Pull Request, and we'd be happy to merge.