PHPackages                             codezeen/yii2-fastclick - 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. codezeen/yii2-fastclick

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

codezeen/yii2-fastclick
=======================

FastClick Asset Bundle for Yii2

1.0.0(11y ago)015.7k1BSD-3-ClausePHP

Since May 9Pushed 11y ago1 watchersCompare

[ Source](https://github.com/codezeen/yii2-fastclick)[ Packagist](https://packagist.org/packages/codezeen/yii2-fastclick)[ RSS](/packages/codezeen-yii2-fastclick/feed)WikiDiscussions master Synced today

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

Yii2 FastClick Asset
====================

[](#yii2-fastclick-asset)

FastClick Asset Bundle for Yii2

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist codezeen/yii2-fastclick "*"

```

or add

```
"codezeen/yii2-fastclick": "*"

```

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

Usage
-----

[](#usage)

Once the extension is installed, use the following code in view to register asset :

```

```

Or used as dependencies in asset bundle

```
class AppAsset extends AssetBundle
{
    public $depends = [
        // ...
        'codezeen\yii2\fastclick\FastClickAsset',
        // ...
    ];
}
```

More Information
----------------

[](#more-information)

Please, check  for more information about fastclick.js.

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity63

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

Unknown

Total

1

Last Release

4073d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/793846?v=4)[Agiel Kurniawan Saputra](/maintainers/13nightevil)[@13nightevil](https://github.com/13nightevil)

---

Top Contributors

[![13nightevil](https://avatars.githubusercontent.com/u/793846?v=4)](https://github.com/13nightevil "13nightevil (3 commits)")

---

Tags

bundleJSyii2extensionassetfastclick

### Embed Badge

![Health badge](/badges/codezeen-yii2-fastclick/health.svg)

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

PHPackages © 2026

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