PHPackages                             webgriffe/payum-lock-request-extension-bundle - 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. [API Development](/categories/api)
4. /
5. webgriffe/payum-lock-request-extension-bundle

ActiveSymfony-bundle[API Development](/categories/api)

webgriffe/payum-lock-request-extension-bundle
=============================================

Symfony bundle for Payum Lock Request extension library

0.2.0(4mo ago)017.6k↓78.8%MITPHPCI passing

Since Oct 17Pushed 4mo ago4 watchersCompare

[ Source](https://github.com/webgriffe/PayumLockRequestExtensionBundle)[ Packagist](https://packagist.org/packages/webgriffe/payum-lock-request-extension-bundle)[ RSS](/packages/webgriffe-payum-lock-request-extension-bundle/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (3)Dependencies (5)Versions (5)Used By (0)

Payum Lock Request Extension Bundle
===================================

[](#payum-lock-request-extension-bundle)

Symfony bundle for Payum Lock Request extension library
-------------------------------------------------------

[](#symfony-bundle-for-payum-lock-request-extension-library)

Installation
============

[](#installation)

Make sure Composer is installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

Applications that use Symfony Flex
----------------------------------

[](#applications-that-use-symfony-flex)

Open a command console, enter your project directory and execute:

```
$ composer require webgriffe/payum-lock-request-extension-bundle
```

Applications that don't use Symfony Flex
----------------------------------------

[](#applications-that-dont-use-symfony-flex)

### Step 1: Download the Bundle

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require webgriffe/payum-lock-request-extension-bundle
```

### Step 2: Enable the Bundle

[](#step-2-enable-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles in the `config/bundles.php` file of your project:

```
// config/bundles.php

return [
    // ...
    Webgriffe\PayumLockRequestExtensionBundle\WebgriffePayumLockRequestExtensionBundle::class => ['all' => true],
];
```

Notice
------

[](#notice)

This Payum extension should lock before every other Payum extension but release the lock at the end of every other Payum extension. Unfortunately, this is not possible with Payum because extension are called in the same order in both onPreExecute and onPostExecute methods. We choose to not prepend this extension in the list because it is more important that the lock is released as last operation.

###  Health Score

39

—

LowBetter than 85% of packages

Maintenance75

Regular maintenance activity

Popularity24

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 Bus Factor2

2 contributors hold 50%+ of commits

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

Total

3

Last Release

145d ago

### Community

Maintainers

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

---

Top Contributors

[![mmenozzi](https://avatars.githubusercontent.com/u/1199914?v=4)](https://github.com/mmenozzi "mmenozzi (5 commits)")[![lruozzi9](https://avatars.githubusercontent.com/u/26346480?v=4)](https://github.com/lruozzi9 "lruozzi9 (4 commits)")[![LucaGallinari](https://avatars.githubusercontent.com/u/5822554?v=4)](https://github.com/LucaGallinari "LucaGallinari (4 commits)")

### Embed Badge

![Health badge](/badges/webgriffe-payum-lock-request-extension-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/webgriffe-payum-lock-request-extension-bundle/health.svg)](https://phpackages.com/packages/webgriffe-payum-lock-request-extension-bundle)
```

PHPackages © 2026

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