PHPackages                             zeevx/lara-lazer - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Payment Processing](/categories/payments)
4. /
5. zeevx/lara-lazer

ActiveLibrary[Payment Processing](/categories/payments)

zeevx/lara-lazer
================

A Laravel Package for LazerPay Finance - https://lazerpay.finance

1.0.0(4y ago)15MITPHPPHP ^7.4|^8.0

Since Feb 23Pushed 4y ago1 watchersCompare

[ Source](https://github.com/zeevx/lara-lazer)[ Packagist](https://packagist.org/packages/zeevx/lara-lazer)[ Docs](https://github.com/zeevx/lara-lazer)[ RSS](/packages/zeevx-lara-lazer/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (3)Versions (2)Used By (0)

LazerPay Laravel Package
------------------------

[](#lazerpay-laravel-package)

Lara-Lazer helps you Set up, test, and manage your Lazerpay Finance integration directly in your Laravel App.

[![Total Downloads](https://camo.githubusercontent.com/40d53d96667ad7fc91ad12b683a23b2f3d90105bc3c4697f69d57590473ba088/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7a656576782f6c6172612d6c617a65722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/zeevx/lara-lazer)

Official Documentation
----------------------

[](#official-documentation)

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require zeevx/lara-lazer
```

After installation, run (to create the lara-lazer.php config file):

```
php artisan lazerpay:publish
```

Input your secrete key, public key and version number for Lazerpay:

```
return [
    'LAZER_PUBLIC_KEY' => '',
    'LAZER_SECRET_KEY' => '',
    'LAZER_VERSION' => 1
];
```

Usage:
------

[](#usage)

### Use the helper function

[](#use-the-helper-function)

```
lazerpay() //It works automatically
```

### To see supported coins

[](#to-see-supported-coins)

- get accepted coins by doing this:

```
lazerpay()->getAcceptedCoins();
```

### To Initiate transaction

[](#to-initiate-transaction)

- Initiate a transaction by doing this:

```
$params = [
        'reference' => 'random-unique-string',
        'amount' => 100000,
        'currency' => 'USD',
        'customer_name' => 'Paul Adams',
        'customer_email' => 'adamsohiani@gmail.com',
        'coin' => 'USDT',
        'accept_partial_payment' => false,
        ];

lazerpay()->initiateTransaction($params);
```

### To Verify transaction

[](#to-verify-transaction)

- verify a transaction by doing this:

```
lazerpay()->confirmTransaction('reference-used');
```

### To make transfer

[](#to-make-transfer)

- to initiate transfer, do this:

```
$params = [
        'amount' => 1000,
        'recipient' => 'recipient-address',
        'coin' => 'coin',
        'blockchain' => 'blockchain'
        ];

lazerpay()->transfer($params);
```

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Paul Adams](https://github.com/zeevx)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1589d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/89e891f62dbee3c7f6979348f5e75af5b72267a9160456918e63f80092281ff4?d=identicon)[zeevx](/maintainers/zeevx)

---

Tags

zeevxlara-lazer

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/zeevx-lara-lazer/health.svg)

```
[![Health](https://phpackages.com/badges/zeevx-lara-lazer/health.svg)](https://phpackages.com/packages/zeevx-lara-lazer)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[linkxtr/laravel-qrcode

A clean, modern, and easy-to-use QR code generator for Laravel

3720.4k](/packages/linkxtr-laravel-qrcode)[sebdesign/laravel-viva-payments

A Laravel package for integrating the Viva Payments gateway

4851.0k](/packages/sebdesign-laravel-viva-payments)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
