PHPackages                             ayrozjlc/yii2-hotkeys - 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. ayrozjlc/yii2-hotkeys

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

ayrozjlc/yii2-hotkeys
=====================

AssetBundle for hotkeys.js

v1.0(5y ago)019BSD-3-ClausePHP

Since Oct 7Pushed 4y ago1 watchersCompare

[ Source](https://github.com/ayrozjlc/yii2-hotkeys)[ Packagist](https://packagist.org/packages/ayrozjlc/yii2-hotkeys)[ RSS](/packages/ayrozjlc-yii2-hotkeys/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Yii2 hotkeysjs
==============

[](#yii2-hotkeysjs)

AssetBundle for hotkeys.js

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

[](#installation)

#### Composer

[](#composer)

```
composer require --prefer-dist "ayrozjlc/yii2-hotkeys:*"

```

or add

```
"ayrozjlc/yii2-hotkeys": "dev-master"

```

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

Usage
-----

[](#usage)

in view (for example: `@app/views/layouts/main.php`)

```
// ...
use ayrozjlc\hotkeys\HotkeysAsset;
// ...
HotkeysAsset::register($this);
```

or add to your `assets/AppAsset.php`

```
public $depends = [
    // ...
    'ayrozjlc\hotkeys\HotkeysAsset',
];
```

Documentation: [hotkeysjs](https://wangchujiang.com/hotkeys/)

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

2097d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/82b95f0e2db70af9bc5d2aaa9467737dad42a9f7dd20cbf4610d00ab535dcb71?d=identicon)[ayrozjlc](/maintainers/ayrozjlc)

---

Top Contributors

[![ayrozjlc](https://avatars.githubusercontent.com/u/10901620?v=4)](https://github.com/ayrozjlc "ayrozjlc (2 commits)")

---

Tags

yii2assetassetBundlehotkeysjshotkeys-js

### Embed Badge

![Health badge](/badges/ayrozjlc-yii2-hotkeys/health.svg)

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

###  Alternatives

[nizsheanez/yii2-asset-converter

Less, Sass, Scss and Phamlp converter for Yii2. No system requires. yii2-composer support, Less autoupdate, customizing of output directory

61170.8k6](/packages/nizsheanez-yii2-asset-converter)

PHPackages © 2026

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