PHPackages                             softlogic-gt/neopay-laravel - 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. softlogic-gt/neopay-laravel

ActiveLibrary[Payment Processing](/categories/payments)

softlogic-gt/neopay-laravel
===========================

NeoPay Laravel Payment Gateway

v1.0.16(2mo ago)033PHPPHP &gt;=7.2

Since Feb 4Pushed 2mo agoCompare

[ Source](https://github.com/softlogic-gt/neopay-laravel)[ Packagist](https://packagist.org/packages/softlogic-gt/neopay-laravel)[ RSS](/packages/softlogic-gt-neopay-laravel/feed)WikiDiscussions main Synced 1mo ago

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

NoePay Laravel Payment Gateway
==============================

[](#noepay-laravel-payment-gateway)

Send payment transactions to NeoPay (Neonet). You must have an active account for this to work. The package automatically validates all input data.

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

[](#installation)

`composer require softlogic-gt/neopay-laravel`

Set your environment variables

```
NEOPAY_TEST=true
NEOPAY_AFFILLIATION=
NEOPAY_TERMINAL=
NEOPAY_USER=
NEOPAY_PASSWORD=

```

Usage
-----

[](#usage)

In the constructor, if the email is specified, a confirmation receipt is sent. The default subject is `Comprobante de pago`.

### Sale

[](#sale)

```
use SoftlogicGT\NeoPayLaravel\NeoPay;

$creditCard = '4000000000000416';
$expirationMonth = '2';
$expirationYear = '26';
$cvv2 = '123';
$amount = 1230.00;
$externalId = '557854';

$server = new NeoPay(
    [
        'receipt' => [
            'email'   => 'email@email.com',
            'subject' => 'My custom subject',
            'name'    => 'The name to print on the receipt'
        ]
    ]
);

$response = $server->sale($creditCard, $expirationMonth, $expirationYear, $cvv2, $amount, $externalId);

```

It will throw an exception if any error is received from NeoPay, or an object with the following info:

`[[auditNumber] => 111111 [referenceNumber] => 254555555 [authorizationNumber] => 022226 [responseCode] => 00 [messageType] => 0210]`

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance88

Actively maintained with recent releases

Popularity10

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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

Every ~2 days

Total

17

Last Release

60d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f9b62ef229498f67cac52462df0bdea1d5ff7e0e5b6ee3d1ed6df2dfc10130b4?d=identicon)[jgalindosl](/maintainers/jgalindosl)

---

Top Contributors

[![vchete](https://avatars.githubusercontent.com/u/60408064?v=4)](https://github.com/vchete "vchete (18 commits)")

### Embed Badge

![Health badge](/badges/softlogic-gt-neopay-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/softlogic-gt-neopay-laravel/health.svg)](https://phpackages.com/packages/softlogic-gt-neopay-laravel)
```

###  Alternatives

[omnipay/paypal

PayPal gateway for Omnipay payment processing library

3156.8M53](/packages/omnipay-paypal)[eduardokum/laravel-boleto

Biblioteca com boletos para o laravel

626351.9k2](/packages/eduardokum-laravel-boleto)[tbbc/money-bundle

This is a Symfony bundle that integrates moneyphp/money library (Fowler pattern): https://github.com/moneyphp/money.

1961.9M](/packages/tbbc-money-bundle)[2checkout/2checkout-php

2Checkout PHP Library

83740.3k2](/packages/2checkout-2checkout-php)[smhg/sepa-qr-data

Generate QR code data for SEPA payments

61717.2k5](/packages/smhg-sepa-qr-data)[omnipay/dummy

Dummy driver for the Omnipay payment processing library

271.2M33](/packages/omnipay-dummy)

PHPackages © 2026

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