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

ActiveProject[Framework](/categories/framework)

quarkcms/quark-cms
==================

The Quark CMS.

v2.1.16(4y ago)4597[3 PRs](https://github.com/quarkcloudio/quark-cms/pulls)MITPHPPHP ^7.2.5

Since Apr 30Pushed 1y ago2 watchersCompare

[ Source](https://github.com/quarkcloudio/quark-cms)[ Packagist](https://packagist.org/packages/quarkcms/quark-cms)[ RSS](/packages/quarkcms-quark-cms/feed)WikiDiscussions 2.0 Synced 6d ago

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

介绍
--

[](#介绍)

基于 QuarkAdmin 的CMS系统，简单、灵活、开源，欢迎使用！

系统特性
----

[](#系统特性)

**内置功能**

- 文章管理
- 单页管理
- 广告位管理
- 友情链接管理
- 导航管理
- 管理员管理
- 用户管理
- 权限系统
- 菜单管理
- 系统配置
- 操作日志
- 附件管理

安装
--

[](#安装)

需要安装PHP7.2+ 和 Laravel6.0+；下载最新的安装包解压到WEB目录，并正确配置了WEB环境；

1、重命名.env.example 改为 .env

2、编辑.env文件，配置数据库信息

3、执行下面的命令完成安装：

```
# 第一步，安装依赖
composer install

# 第二步，运行下面的命令安装
php artisan quarkadmin:install

# 第三步，然后填充数据
php artisan db:seed
```

注意: 您需要将php加入到环境变量，如果在执行迁移时发生 `「class not found」` 错误，试着先执行 `composer dump-autoload` 命令后再进行一次。

运行命令的时候，如果遇到了下面的错误:

SQLSTATE\[42000\]: Syntax error or access violation: 1071 Specified key was too long; max key length is 1000 bytes ...

您可以找到 config 目录下的 database.php 文件，进行更改：

```
// 将 strict 改为 false
'strict' => false,
// 将 engine 改为 'InnoDB'
'engine' => 'InnoDB',
```

完成安装后，执行如下命令，快速启动服务：

```
php artisan serve
```

后台地址：

默认用户名：administrator 密码：123456

技术支持
----

[](#技术支持)

为了避免打扰作者日常工作，你可以在Github上提交 [Issues](https://github.com/quarkcms/quark-cms/issues)

相关教程，你可以查看 [在线文档](http://www.quarkcms.com/quark-cms/)

License
-------

[](#license)

QUARKCMS IS NOT FREE,IF YOU WANT TO USE THIS SOFTWARE,PILEASE BUY A LICENSE.

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance30

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 96% 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 ~32 days

Recently: every ~177 days

Total

42

Last Release

873d ago

Major Versions

v0.0.1 → v1.0.02020-08-25

1.1.x-dev → v2.0.02021-07-27

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/35247409?v=4)[Quark Cloud](/maintainers/quarkcloud)[@QuarkCloud](https://github.com/QuarkCloud)

---

Top Contributors

[![tangtanglove](https://avatars.githubusercontent.com/u/60868863?v=4)](https://github.com/tangtanglove "tangtanglove (145 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (6 commits)")

---

Tags

frameworkLaravelCMSquarkcms

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[krayin/laravel-crm

Krayin CRM

22.0k32.8k1](/packages/krayin-laravel-crm)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)[bytefury/crater

Free &amp; Open Source Invoice App for Individuals &amp; Small Businesses. https://craterapp.com

8.3k4.2k](/packages/bytefury-crater)

PHPackages © 2026

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