PHPackages                             wula/coolay - 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. wula/coolay

AbandonedArchivedWula-asset[Admin Panels](/categories/admin)

wula/coolay
===========

an admin UI based on layui

v1.0(6y ago)111[7 issues](https://github.com/ninggf/coolayui/issues)[7 PRs](https://github.com/ninggf/coolayui/pulls)MITJavaScript

Since Sep 29Pushed 4y ago3 watchersCompare

[ Source](https://github.com/ninggf/coolayui)[ Packagist](https://packagist.org/packages/wula/coolay)[ RSS](/packages/wula-coolay/feed)WikiDiscussions master Synced 3d ago

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

Coolayui
========

[](#coolayui)

基于[layui](https://github.com/sentsin/layui/)的后台管理界面。

使用
--

[](#使用)

到[releases](https://github.com/ninggf/coolayui/releases)下载最新版本并解压，然后参考`demo`开始使用：

1. layui[文档](https://www.layui.com/doc/)
2. coolay[文档](https://coolay.wulaphp.com/)

### composer

[](#composer)

`composer require wula/coolay`

配置
--

[](#配置)

相比layui，coolay扩展了三个配置: `devMode`, `module`和`theme`：

```
layui.config({
    devMode: "1",// 开发模式
    module: '/modules/',
    theme: '/themes/',
    base: '/thirdjs/'
});

layui.use(['layer','&coolay','@app.module','$default.mod','third'],function(){
    // your code is here
});
```

1. `&`引用layui安装目录里`lay/exts`下的库
    - `&coolay`对应的文件为`lay/exts/coolay.js`
    - 项目开发的库(组件)都是此类
2. `@`引用`config.module`目录下的库
    - `@app.module`对应的文件为`/modules/app/js/module.js`
3. `$`引用`config.theme`目录下的库
    - `$default.mod`对应的文件为`/themes/default/js/mod.js`
4. 其它
    1. layui内置模块从`lay/modules`目录加载
    2. 第三方库,如`third`从`config.base`指定的目录加载,如从[三方组件](https://fly.layui.com/extend/)下载的库

参与开发
----

[](#参与开发)

`node version: 12.12`

1. `git clone https://github.com/ninggf/coolayui.git`
2. `cd coolayui && git submodule update --init --recursive`
3. `npm ci`
4. `npx gulp watch`

> 欢迎提交`pr`或`issue`。

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 96.7% 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

2420d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0fbc94bdddaa037a7447b60ee88aa33d28275134ae727cdf29f7e6290e8aebd8?d=identicon)[ninggf](/maintainers/ninggf)

---

Top Contributors

[![windywany](https://avatars.githubusercontent.com/u/1430771?v=4)](https://github.com/windywany "windywany (29 commits)")[![ninggf](https://avatars.githubusercontent.com/u/19420005?v=4)](https://github.com/ninggf "ninggf (1 commits)")

---

Tags

adminbackendcontrol-paneldashboardlayuiuiuidashboardbackendadminlayuicontroll-panel

### Embed Badge

![Health badge](/badges/wula-coolay/health.svg)

```
[![Health](https://phpackages.com/badges/wula-coolay/health.svg)](https://phpackages.com/packages/wula-coolay)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k16.7M310](/packages/easycorp-easyadmin-bundle)[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)[redchamps/module-clean-admin-menu

It will merge all third party extensions menu items to single menu item named 'Extensions'.

164416.3k](/packages/redchamps-module-clean-admin-menu)[kiwicommerce/module-cron-scheduler

Easily set up and manage cron jobs from the backend with a beautiful and managed timeline feature. Find the actual load on CPU/Memory by cron job execution.

74603.3k](/packages/kiwicommerce-module-cron-scheduler)[awes-io/indigo-layout

Basic styles and components set for building user interfaces.

4424.6k4](/packages/awes-io-indigo-layout)

PHPackages © 2026

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