PHPackages                             cinghie/yii2-animate - 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. cinghie/yii2-animate

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

cinghie/yii2-animate
====================

Asset Bundle to include Animate CSS on your Yii 2 project

1.0.2(3y ago)0178BSD-3-ClausePHP

Since Nov 27Pushed 3w ago2 watchersCompare

[ Source](https://github.com/cinghie/yii2-animate)[ Packagist](https://packagist.org/packages/cinghie/yii2-animate)[ Docs](https://github.com/cinghie/yii2-animate)[ RSS](/packages/cinghie-yii2-animate/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (4)Dependencies (2)Versions (6)Used By (0)

Yii2 Animate
============

[](#yii2-animate)

[![License](https://camo.githubusercontent.com/4c48046788470c68a9507e069d86612c12aa6bb2fddda251f775f92018ef974a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f63696e676869652f796969322d616e696d6174652e737667)](https://camo.githubusercontent.com/4c48046788470c68a9507e069d86612c12aa6bb2fddda251f775f92018ef974a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f63696e676869652f796969322d616e696d6174652e737667)[![Latest Stable Version](https://camo.githubusercontent.com/4eaeb9b7044aa9eb8e9a420f51a823c59a29c1e6baa67929c9c9783e3b6d7530/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f63696e676869652f796969322d616e696d6174652e737667)](https://camo.githubusercontent.com/4eaeb9b7044aa9eb8e9a420f51a823c59a29c1e6baa67929c9c9783e3b6d7530/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f63696e676869652f796969322d616e696d6174652e737667)[![Latest Release Date](https://camo.githubusercontent.com/48c941706f125b9a0ef21cd9ae25e6705bcf05f29cb0b47228708258b0417f4c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652d646174652f63696e676869652f796969322d616e696d6174652e737667)](https://camo.githubusercontent.com/48c941706f125b9a0ef21cd9ae25e6705bcf05f29cb0b47228708258b0417f4c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652d646174652f63696e676869652f796969322d616e696d6174652e737667)[![Latest Commit](https://camo.githubusercontent.com/1a9f20430d4e19acc67dfc7815d25cf1d03c93f87295a886f488d89ba1d16fff/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6173742d636f6d6d69742f63696e676869652f796969322d616e696d6174652e737667)](https://camo.githubusercontent.com/1a9f20430d4e19acc67dfc7815d25cf1d03c93f87295a886f488d89ba1d16fff/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6173742d636f6d6d69742f63696e676869652f796969322d616e696d6174652e737667)[![Total Downloads](https://camo.githubusercontent.com/0bc1180a7b551ccc64e13483da44ce3eb042e06e3b2738495c7ad71783c07ad7/68747470733a2f2f7061636b61676973742e6f72672f7061636b616765732f63696e676869652f796969322d616e696d617465)](https://packagist.org/packages/cinghie/yii2-animate)

Yii 2 asset bundles for [Animate.css](https://animate.style/) **v4**.

Requirements
------------

[](#requirements)

- Yii 2 (`^2.0.15`)
- `bower-asset/animate.css` (`^4.1.1` — latest upstream as of this release is still **4.1.1**)

Configure the `@bower` alias to `vendor/bower-asset` (standard Yii 2 advanced / composer-asset setup).

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

[](#installation)

```
composer require cinghie/yii2-animate "^1.0.4"
```

or in `composer.json`:

```
"cinghie/yii2-animate": "^1.0.4"
```

Usage
-----

[](#usage)

Register the asset in a view (or layout):

```
use cinghie\animate\AnimateMinifyAsset;

// Production / default: minified CSS only
AnimateMinifyAsset::register($this);
```

Development (readable CSS):

```
use cinghie\animate\AnimateAsset;

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

### Animate.css v4 class names

[](#animatecss-v4-class-names)

v4 uses the `animate__` prefix (the old `.animated` class is gone unless you load `animate.compat.css` yourself):

```
Hello
Bounce
```

See the full list at [animate.style](https://animate.style/).

### Production tip

[](#production-tip)

Prefer `AnimateMinifyAsset` in production. Both bundles publish **only** their CSS file from the bower package (no docs / source tree).

License
-------

[](#license)

BSD-3-Clause. Animate.css itself is MIT (see the upstream package).

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance62

Regular maintenance activity

Popularity12

Limited adoption so far

Community8

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

Every ~166 days

Total

4

Last Release

1228d ago

Major Versions

0.1.0 → 1.0.02021-11-27

### Community

Maintainers

![](https://www.gravatar.com/avatar/cfedb99c8fcbaf668c4f9779d341997b84029673eda224241b11732981cbc8b2?d=identicon)[cinghie](/maintainers/cinghie)

---

Top Contributors

[![cinghie](https://avatars.githubusercontent.com/u/2445152?v=4)](https://github.com/cinghie "cinghie (22 commits)")

---

Tags

yii2animateyii2 animateyii2 animate cssyii2 animate assetanimate css

### Embed Badge

![Health badge](/badges/cinghie-yii2-animate/health.svg)

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

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.7M3.4k](/packages/craftcms-cms)[skeeks/cms

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

13926.0k66](/packages/skeeks-cms)

PHPackages © 2026

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