PHPackages                             plesk/yii2-pjax - 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. plesk/yii2-pjax

ActiveYii2-extension

plesk/yii2-pjax
===============

Plesk extension for Yii2 framework to extend it's PJAX functions.

1.1.1(6y ago)111011Apache-2.0PHPPHP &gt;=5.4

Since Nov 29Pushed 6y ago22 watchersCompare

[ Source](https://github.com/plesk/yii2-pjax)[ Packagist](https://packagist.org/packages/plesk/yii2-pjax)[ Docs](https://github.com/plesk/yii2-pjax)[ RSS](/packages/plesk-yii2-pjax/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependencies (1)Versions (5)Used By (1)

Plesk extension for Yii2 framework to extend it's PJAX functions
================================================================

[](#plesk-extension-for-yii2-framework-to-extend-its-pjax-functions)

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

[](#installation)

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

- Add the following lines to your `composer.json` file:

    ```
    "repositories": [
        {
            "type": "vcs",
            "url":  "git@github.com:plesk/yii2-pjax.git"
        }
    ]
    ```
- Run `composer require "plesk/yii2-pjax:^1.0.0"`

API
---

[](#api)

Setup the component in your web.php config:

```
[
    'components' => [
        'pjax' => [
            'class' => 'plesk\yii2pjax\Component',
        ],
    ],
]
```

Convert PJAX config from Yii2 widget format to JS format.

```
$this->registerJs(
    '$("#plesk-pjax-search-form").on("pjax:success", function() {
        $.pjax.reload(' . Json::encode(Yii::$app->pjax->pjaxConvertConfigWidgetToJs($gridPjaxOptions)) . ');
    });'
);
```

Exceptions

```
- plesk\yii2pjax\exceptions\Exception

    All exceptions thrown by the extension, extend this exception.

```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity61

Established project with proven stability

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

Total

4

Last Release

2214d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/187856?v=4)[Alexey Yuzhakov](/maintainers/sibprogrammer)[@sibprogrammer](https://github.com/sibprogrammer)

![](https://www.gravatar.com/avatar/1916e8e87254ef106fbaefa67de07d17fb78d0295fdf458b9256543da249b815?d=identicon)[dshiryaev-plesk](/maintainers/dshiryaev-plesk)

---

Top Contributors

[![dshiryaev-plesk](https://avatars.githubusercontent.com/u/19424413?v=4)](https://github.com/dshiryaev-plesk "dshiryaev-plesk (4 commits)")

---

Tags

yii2extensionpjaxplesk

### Embed Badge

![Health badge](/badges/plesk-yii2-pjax/health.svg)

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

###  Alternatives

[skeeks/cms

SkeekS CMS — control panel and tools based on php framework Yii2

13825.6k47](/packages/skeeks-cms)[dmstr/yii2-cookie-consent

Yii2 Cookie Consent Widget

1452.6k](/packages/dmstr-yii2-cookie-consent)[richardfan1126/yii2-js-register

Yii2 widget to register JS into view

1357.2k7](/packages/richardfan1126-yii2-js-register)

PHPackages © 2026

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