PHPackages                             a761208/yii2-ace - 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. [Admin Panels](/categories/admin)
4. /
5. a761208/yii2-ace

ActiveYii2-extension[Admin Panels](/categories/admin)

a761208/yii2-ace
================

Ace admin theme for Yii2.

1.1.1(8y ago)027BSD 3-ClausePHP

Since Jun 20Pushed 8y ago1 watchersCompare

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

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

Yii2 Ace
========

[](#yii2-ace)

[![Latest Version](https://camo.githubusercontent.com/44afb32949aefcca66c5fcc6ee3152cf8a58d1c88ff08a531a041e1e62eb6552/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f7461672f636f726e65726e6f74652f796969322d6163652e7376673f7374796c653d666c61742d737175617265266c6162656c3d72656c65617365)](https://github.com/cornernote/yii2-ace/tags)[![Software License](https://camo.githubusercontent.com/b60331a2084501dc07cf6d6964c0da58dd005d89c45cf3b28b4b22b60f5ec00f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4253442d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/8f80cc9e467284e95806232b60f28f569b4d3a423c2da13a777e88dc14ca0656/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f636f726e65726e6f74652f796969322d6163652f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/cornernote/yii2-ace)[![Coverage Status](https://camo.githubusercontent.com/92382a669c983d8dc86d084c4051492f99c2b8566245f01e4076248ff8838d5c/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f636f726e65726e6f74652f796969322d6163652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/cornernote/yii2-ace/code-structure)[![Quality Score](https://camo.githubusercontent.com/f94baf91ae567cbc10584b1549e78f25bf365109c68290fc5327c214717b8f7f/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f636f726e65726e6f74652f796969322d6163652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/cornernote/yii2-ace)[![Total Downloads](https://camo.githubusercontent.com/4db89d527397ed0bf23755d5c24c32677e01134d56ac236c2597f3b3c6fdd846/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f636f726e65726e6f74652f796969322d6163652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/cornernote/yii2-ace)

Ace admin theme for Yii2.

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

[](#installation)

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

Either run

```
$ composer require cornernote/yii2-ace "*"

```

or add

```
"cornernote/yii2-ace": "*"

```

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

Add the following to your `AppAsset.php`:

```
class AppAsset extends AssetBundle
{
    public $depends = [
        'cornernote\ace\web\AceAsset',
    ];
}
```

Example Layout
--------------

[](#example-layout)

An example Yii2 layout exists at `views/layouts/main.php`.

You can use it directly by pasting the following into your `views/layouts/main.php`:

```
use app\assets\AppAsset;

AppAsset::register($this);

$viewPath = '@vendor/cornernote/yii2-ace/src/views/layouts';

$regex = '|(\\' . DIRECTORY_SEPARATOR . '[^\\' . DIRECTORY_SEPARATOR . ']*\\' . DIRECTORY_SEPARATOR . '[^\\' . DIRECTORY_SEPARATOR . ']*\.php)$|';
preg_match($regex, __FILE__, $matches);
require(Yii::getAlias('@vendor/cornernote/yii2-ace/src/views' . $matches[1]));

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 90.9% 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 ~525 days

Total

3

Last Release

2929d ago

### Community

Maintainers

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

---

Top Contributors

[![cornernote](https://avatars.githubusercontent.com/u/51875?v=4)](https://github.com/cornernote "cornernote (30 commits)")[![a761208](https://avatars.githubusercontent.com/u/3387311?v=4)](https://github.com/a761208 "a761208 (3 commits)")

---

Tags

yii2themeace

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/a761208-yii2-ace/health.svg)

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

###  Alternatives

[dmstr/yii2-adminlte-asset

AdminLTE backend theme asset bundle for Yii 2.0 Framework

1.1k1.8M67](/packages/dmstr-yii2-adminlte-asset)[yiister/yii2-gentelella

Free admin template for backend

277278.3k5](/packages/yiister-yii2-gentelella)

PHPackages © 2026

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