PHPackages                             myzero1/yii2-pms - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. myzero1/yii2-pms

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

myzero1/yii2-pms
================

Prevent multiple submissions for yii2 app

1.0.2(8y ago)020BSD-3-ClausePHP

Since Nov 26Pushed 8y agoCompare

[ Source](https://github.com/myzero1/yii2-pms)[ Packagist](https://packagist.org/packages/myzero1/yii2-pms)[ RSS](/packages/myzero1-yii2-pms/feed)WikiDiscussions master Synced yesterday

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

yii2-pms(Prevent Multiple Submissions)
======================================

[](#yii2-pmsprevent-multiple-submissions)

Prevent multiple submissions by js and php, for yii2.

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

[](#installation)

The preferred way to install this module is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require myzero1/yii2-pms：1.*

```

or add

```
"myzero1/yii2-pms": "~1"

```

to the require section of your `composer.json` file.

Setting
-------

[](#setting)

Once the extension is installed, simply modify your application configuration as follows:

```
return [
    'as PreMulSubmissions' => [
        'class' => myzero1\pms\behaviors\PreventMultipleSubmissionsBehavior::class,
        // 'excludedRoutes' => [
        //     'site/login',
        // ],
    ],
    'components' => [
    // ...
];
```

Usage
-----

[](#usage)

You can use it,now.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 50% 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 ~5 days

Total

3

Last Release

3079d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/22048203?v=4)[myzero1](/maintainers/myzero1)[@myzero1](https://github.com/myzero1)

---

Top Contributors

[![mywoogle](https://avatars.githubusercontent.com/u/8934318?v=4)](https://github.com/mywoogle "mywoogle (3 commits)")[![myzero1](https://avatars.githubusercontent.com/u/22048203?v=4)](https://github.com/myzero1 "myzero1 (3 commits)")

### Embed Badge

![Health badge](/badges/myzero1-yii2-pms/health.svg)

```
[![Health](https://phpackages.com/badges/myzero1-yii2-pms/health.svg)](https://phpackages.com/packages/myzero1-yii2-pms)
```

###  Alternatives

[dmstr/yii2-cookie-consent

Yii2 Cookie Consent Widget

1452.6k](/packages/dmstr-yii2-cookie-consent)

PHPackages © 2026

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