PHPackages                             wulacms/cms - 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. wulacms/cms

ActiveWula-module[Admin Panels](/categories/admin)

wulacms/cms
===========

CMS-内容管理系统

v3.0.1(3y ago)068MITPHP

Since May 6Pushed 3y ago4 watchersCompare

[ Source](https://github.com/ninggf/wulacms_module_cms)[ Packagist](https://packagist.org/packages/wulacms/cms)[ Docs](https://www.wulacms.com/modules/cms)[ RSS](/packages/wulacms-cms/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (5)Dependencies (1)Versions (10)Used By (0)

内容管理系统 - CMS
============

[](#内容管理系统---cms)

**特性**：

1. 防CC机制
2. 防雪崩的缓存机制
3. 页面版本控制
4. 审核-发布控制
5. 自定义内容模型功能
6. 模板页支持（动态或静态）
7. 牛逼的`cts`与`ctsp`模板标签

缓存支持
----

[](#缓存支持)

1. 在`bootstrap.php`文件中将`APP_MODE`设为`pro`。
2. 修改`conf/cache_config.php`配置缓存服务器。
3. 在输出页面内容前定义`EXPIRE`常量值为缓存时间即可(单位秒)。

### 防雪崩机制

[](#防雪崩机制)

在`bootstrap.php`文件中将`ANTI_AVALANCHE`设为`true`即可开启（需要redis支持）。

防CC支持
-----

[](#防cc支持)

1. 在`bootstrap.php`文件中将`ANTI_CC`设为单位时间内同一IP可访问次数开启防CC机制。

    - `ANTI_CC` 格式有两种：
        1. 直接配置访问次数，格式为:`100`。表示60秒内最多访问100次。
        2. 同时配置访问次数与单位时间,格式为:`60/120`。表示120秒内最多访问100次。
    - 通过定义`ANTI_CC_WHITE`常量设置白名单，以逗号分隔.
2. 在`conf/ccredis_config.php`配置供防CC机制工作的redis。

    ```
    return ['host'=>'localhost','port'=>6379,'db'=>0,'auth'=>'','timeout'=>5];
    ```

文件存储器
-----

[](#文件存储器)

wulacms内置了两个文件存储器：

1. file - 基于本地文件系统
    - 配置参数: path - 存储路径
2. ssdb - 基于SSDB数据库
    - 配置参数: host - 主机; port - 端口; timeout - 超时(单位秒)。

> 注: 各参数使用';'分隔.
>
> 例如使用ssdb做为存储,配置如下:
>
> ssdb:host=127.0.0.1;port=8888;timeout=10

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 79.2% 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 ~218 days

Recently: every ~406 days

Total

9

Last Release

1184d ago

Major Versions

v1.2.2 → v2.0.12018-08-22

v2.0.x-dev → v3.0.02023-02-15

### Community

Maintainers

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

![](https://www.gravatar.com/avatar/2959562a1af0d0d5e86ea818ed9ecd32a9c518fac9192b0f67b016a10642daf8?d=identicon)[windywany](/maintainers/windywany)

---

Top Contributors

[![windywany](https://avatars.githubusercontent.com/u/1430771?v=4)](https://github.com/windywany "windywany (19 commits)")[![DavidWang666](https://avatars.githubusercontent.com/u/16075347?v=4)](https://github.com/DavidWang666 "DavidWang666 (5 commits)")

### Embed Badge

![Health badge](/badges/wulacms-cms/health.svg)

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

###  Alternatives

[jeroennoten/laravel-adminlte

Easy AdminLTE integration with Laravel

4.0k4.8M43](/packages/jeroennoten-laravel-adminlte)[dmstr/yii2-adminlte-asset

AdminLTE backend theme asset bundle for Yii 2.0 Framework

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

LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like CRUD Generation, Module Manager, Media, Menus, Backups and much more

1.6k68.7k](/packages/dwij-laraadmin)[filament/spatie-laravel-media-library-plugin

Filament support for `spatie/laravel-medialibrary`.

1764.8M125](/packages/filament-spatie-laravel-media-library-plugin)[bezhansalleh/filament-exceptions

A Simple &amp; Beautiful Pluggable Exception Viewer for FilamentPHP's Admin Panel

193195.9k13](/packages/bezhansalleh-filament-exceptions)[filament/infolists

Easily add beautiful read-only infolists to any Livewire component.

1220.8M36](/packages/filament-infolists)

PHPackages © 2026

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