PHPackages                             apriil/payment - 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. apriil/payment

ActiveLibrary[Payment Processing](/categories/payments)

apriil/payment
==============

v3.3.2(3mo ago)013↓70%PHP

Since Nov 14Pushed 1mo agoCompare

[ Source](https://github.com/Apriil-Digital/netflex-payments)[ Packagist](https://packagist.org/packages/apriil/payment)[ RSS](/packages/apriil-payment/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (7)Versions (61)Used By (0)

apriil/payment
==============

[](#apriilpayment)

Payment integration for Netflex commerce (Nets Easy and extensible processors).

Requirements
------------

[](#requirements)

- PHP 8.4+
- Laravel 13 (`illuminate/support` and `illuminate/routing` ^13.0)
- Netflex Framework 7.x (`netflex/commerce` and `netflex/renderer` ^7.0)

Install
-------

[](#install)

```
composer require apriil/payment
```

Publish config and views when needed:

```
php artisan vendor:publish --tag=config --provider="Apriil\Payment\Providers\PaymentServiceProvider"
php artisan vendor:publish --tag=views --provider="Apriil\Payment\Providers\PaymentServiceProvider"
```

CSRF / request forgery
----------------------

[](#csrf--request-forgery)

Laravel 13 renames CSRF middleware to `PreventRequestForgery`. Payment callback routes exclude that middleware automatically, but you should still whitelist payment routes in your app middleware when required:

- `App\Http\Middleware\PreventRequestForgery` — exclude or except payment callback paths as documented in the [Laravel 13 upgrade guide](https://laravel.com/docs/13.x/upgrade#request-forgery-protection).

Migrating from `apility/payment`
--------------------------------

[](#migrating-from-apilitypayment)

WasNow`apility/payment``apriil/payment:^1.0``Apility\Payment\…``Apriil\Payment\…``apility/nets-easy``apriil/nets-easy:^1.0``VerifyCsrfToken` middleware docs`PreventRequestForgery`1. Require `netflex/framework:^7.0` and `apriil/payment:^1.0`.
2. Replace `Apility\Payment` imports and config FQCNs with `Apriil\Payment`.
3. Upgrade app CSRF middleware per Laravel 13.
4. Re-publish config if `config/payment.php` still references old class names.

###  Health Score

43

—

FairBetter than 89% of packages

Maintenance86

Actively maintained with recent releases

Popularity7

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 57.1% 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 ~24 days

Total

55

Last Release

51d ago

Major Versions

v1.6.0 → v2.0.0-RC12023-03-06

v2.1.1 → v3.0.02023-04-13

v1.6.1 → v2.1.22023-08-24

v2.1.2 → v3.1.32023-11-10

### Community

Maintainers

![](https://www.gravatar.com/avatar/93300f1d57e4f198d035a680f1de6a8635becc12052acbe74a08f578b124863b?d=identicon)[cathrinevaage](/maintainers/cathrinevaage)

---

Top Contributors

[![thomas-alrek](https://avatars.githubusercontent.com/u/14291825?v=4)](https://github.com/thomas-alrek "thomas-alrek (48 commits)")[![tommysolsen](https://avatars.githubusercontent.com/u/1438488?v=4)](https://github.com/tommysolsen "tommysolsen (29 commits)")[![cathrinevaage](https://avatars.githubusercontent.com/u/8112742?v=4)](https://github.com/cathrinevaage "cathrinevaage (5 commits)")[![olavoyen](https://avatars.githubusercontent.com/u/3416810?v=4)](https://github.com/olavoyen "olavoyen (2 commits)")

### Embed Badge

![Health badge](/badges/apriil-payment/health.svg)

```
[![Health](https://phpackages.com/badges/apriil-payment/health.svg)](https://phpackages.com/packages/apriil-payment)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.3M347](/packages/psalm-plugin-laravel)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

77922.3M186](/packages/laravel-mcp)[api-platform/laravel

API Platform support for Laravel

58174.6k17](/packages/api-platform-laravel)[laravel/surveyor

Static analysis tool for Laravel applications.

86121.4k14](/packages/laravel-surveyor)[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)
