PHPackages                             zhlhuang/hcms - 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. [Framework](/categories/framework)
4. /
5. zhlhuang/hcms

ActiveProject[Framework](/categories/framework)

zhlhuang/hcms
=============

Hcms is a project development management system based on Hyperf framework. Under the support of Hyperf's hyperspeed and flexibility characteristics, it builds a project development management system with rapid development and module reuse.

v3.1.14(6mo ago)5044510Apache-2.0JavaScriptPHP &gt;=8.1

Since Feb 23Pushed 6mo ago3 watchersCompare

[ Source](https://github.com/zhlhuang/hcms)[ Packagist](https://packagist.org/packages/zhlhuang/hcms)[ RSS](/packages/zhlhuang-hcms/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (30)Versions (46)Used By (0)

介绍
==

[](#介绍)

Hcms 是一个基于 [Hyperf](https://hyperf.io/) 框架的项目开发管理系统 , 在Hyperf超高速且灵活的特性加持下，构建一个快速开发、模块复用的项目开发管理系统。

依赖
==

[](#依赖)

- PHP &gt;= 8.1
- Swoole PHP extension &gt;= 5.0，and Disabled `Short Name`
- OpenSSL PHP extension
- JSON PHP extension
- PDO PHP extension
- Redis PHP extension

安装
==

[](#安装)

- composer 创建项目

```
composer create-project zhlhuang/hcms
```

- 配置 .env 数据库和Redis

```
APP_NAME=hcms
APP_ENV=dev
SCAN_CACHEABLE=false

DB_DRIVER=mysql
DB_HOST=localhost
DB_PORT=3306
DB_DATABASE=hcms
DB_USERNAME=root
DB_PASSWORD=
DB_CHARSET=utf8mb4
DB_COLLATION=utf8mb4_unicode_ci
DB_PREFIX=

REDIS_HOST=localhost
REDIS_AUTH=(null)
REDIS_PORT=6379
REDIS_DB=0

```

- 执行hcms安装 Admin 模块

```
php bin/hyperf.php hcms:install admin
```

启动
==

[](#启动)

```
composer start

//开发启动
composer watch
```

访问
==

[](#访问)

访问 `http://127.0.0.1:9501/admin/index/index`

默认管理的账号是 admin、密码是 123123

> 建议安装成功后修改管理员密码

安全登录
====

[](#安全登录)

> 安装后台管理模块后，建议在 `配置管理>站点配置` 中配置安全登录入口，防止登录页面暴露

文档
==

[](#文档)

模块扩展
====

[](#模块扩展)

###  Health Score

47

—

FairBetter than 94% of packages

Maintenance66

Regular maintenance activity

Popularity27

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity70

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

Every ~30 days

Recently: every ~45 days

Total

45

Last Release

203d ago

Major Versions

v0.12.0 → 3.0.x-dev2023-03-19

PHP version history (4 changes)0.1.0PHP &gt;=7.3

v0.1.1PHP &gt;=7.4

3.0.x-devPHP &gt;=8.0

3.1.x-devPHP &gt;=8.1

### Community

Maintainers

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

---

Top Contributors

[![zhlhuang](https://avatars.githubusercontent.com/u/6230834?v=4)](https://github.com/zhlhuang "zhlhuang (139 commits)")

---

Tags

hyperfphpredisphpmiddlewareframeworkswoolehyperfMicroservice

###  Code Quality

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/zhlhuang-hcms/health.svg)

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

PHPackages © 2026

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