PHPackages                             fond-of-oryx/payment-total-amount-restriction - 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. fond-of-oryx/payment-total-amount-restriction

ActiveLibrary[Payment Processing](/categories/payments)

fond-of-oryx/payment-total-amount-restriction
=============================================

2.0.0(3y ago)013.5kMITPHPPHP &gt;=8.0

Since Mar 24Pushed 1y ago1 watchersCompare

[ Source](https://github.com/fond-of-oryx/payment-total-amount-restriction)[ Packagist](https://packagist.org/packages/fond-of-oryx/payment-total-amount-restriction)[ RSS](/packages/fond-of-oryx-payment-total-amount-restriction/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependencies (5)Versions (4)Used By (0)

payment total amount restriction
================================

[](#payment-total-amount-restriction)

[![license](https://camo.githubusercontent.com/a6bdd32a0954956b36c3ffef1799cc3590c1d784b1e3a429a08161b7bdd6e92e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f666f6e642d6f662d6f7279782f7061796d656e742d746f74616c2d616d6f756e742d7265737472696374696f6e2e737667)](https://packagist.org/packages/fond-of-oryx/payment-total-amount-restriction)

What it does
------------

[](#what-it-does)

restriction maximum allowed total amount for payment methods

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

[](#installation)

```
composer require fond-of-oryx/payment-total-amount-restriction

```

Usage
-----

[](#usage)

register the plugin in your dependency provider

i.E.: Pyz\\Zed\\Payment\\PaymentDependencyProvider.php

```
/**
 * @return array|array
 */
protected function getPaymentMethodFilterPlugins(): array
{
    return [
        ...,
        new TotalAmountRestrictionPaymentMethodFilterPlugin(),
    ];
}

```

add the following configuration to your config-file

```
$config[PaymentTotalAmountRestrictionConstants::TOTAL_AMOUNT_RESTRICTED_PAYMENT_METHOD_COMBINATIONS] = [
    'payment-method-name => 500000 // max amount 500.00
];

```

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 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 ~151 days

Total

3

Last Release

1253d ago

Major Versions

1.0.0-beta.0 → 2.0.02023-01-20

PHP version history (2 changes)1.0.0PHP &gt;=7.3

2.0.0PHP &gt;=8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/2f5bd8b1a3358200680cbaf5d0dce827afb0569cc997877854354cc70bcf5a61?d=identicon)[julianzimmermann](/maintainers/julianzimmermann)

---

Top Contributors

[![DerCalli](https://avatars.githubusercontent.com/u/35733274?v=4)](https://github.com/DerCalli "DerCalli (4 commits)")[![SpiderDan98](https://avatars.githubusercontent.com/u/40319023?v=4)](https://github.com/SpiderDan98 "SpiderDan98 (2 commits)")[![julianhyatt](https://avatars.githubusercontent.com/u/54834203?v=4)](https://github.com/julianhyatt "julianhyatt (1 commits)")

### Embed Badge

![Health badge](/badges/fond-of-oryx-payment-total-amount-restriction/health.svg)

```
[![Health](https://phpackages.com/badges/fond-of-oryx-payment-total-amount-restriction/health.svg)](https://phpackages.com/packages/fond-of-oryx-payment-total-amount-restriction)
```

PHPackages © 2026

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