PHPackages                             ham3r/yii2-spinkit - 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. ham3r/yii2-spinkit

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

ham3r/yii2-spinkit
==================

SpinKit asset for Yii2 framework (https://github.com/tobiasahlin/SpinKit)

1.0.0(8y ago)017MITPHP

Since Apr 25Pushed 8y ago1 watchersCompare

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

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

SpinKit Asset for Yii2 Framework
================================

[](#spinkit-asset-for-yii2-framework)

Allows to use SpinKit () CSS library inside Yii2 framework environment.

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

[](#installation)

Use Composer to install this extension. Bower dependencies used by this asset will be automatically installed.

```
composer require ham3r/yii2-spinkit:dev-master

```

Usage
-----

[](#usage)

### Register directly onto the view:

[](#register-directly-onto-the-view)

```
use ham3r\spinkit\SpinKitAsset;

SpinKitAsset::register($this);
```

### Or use as another asset dependency:

[](#or-use-as-another-asset-dependency)

```
use yii\web\AssetBundle;

class SomeAsset extends AssetBundle {

    /** dependencies */
    public $depends = [
        'ham3r\spinkit\SpinKitAsset'
    ];

    ...
}

```

Then you can use CSS classes defined by this library:

```

```

License
-------

[](#license)

Project is licensed under MIT. Please see [License File](LICENSE) for more information.

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

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

2988d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/16233395?v=4)[Łukasz Hamerszmidt](/maintainers/ham3r)[@ham3r](https://github.com/ham3r)

---

Top Contributors

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

---

Tags

phpspinkityii2animationyii2assetloadingspinkit

### Embed Badge

![Health badge](/badges/ham3r-yii2-spinkit/health.svg)

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

###  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

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

PHPackages © 2026

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