PHPackages                             willphp/guestbook - 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. willphp/guestbook

ActiveProject[Framework](/categories/framework)

willphp/guestbook
=================

一鱼留言本

v3.1(2y ago)03Apache-2.0PHPPHP &gt;=7.4.3

Since Sep 4Pushed 2y ago1 watchersCompare

[ Source](https://github.com/willphp/guestbook)[ Packagist](https://packagist.org/packages/willphp/guestbook)[ Docs](http://www.113344.com/)[ RSS](/packages/willphp-guestbook/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

一鱼留言本v3
-------

[](#一鱼留言本v3)

> 一鱼留言本是一个用aphp框架开发的简单留言本

### 演示地址

[](#演示地址)

### 系统特色

[](#系统特色)

- 多主题
- 自适应
- 安全过滤html

### 技术构架

[](#技术构架)

- PHP框架：APHP v5.0.3 (php7.4.3~8.3.x)
- 前后台UI：Bootstrap + Jquery
- 弹窗组件：layer mobile
- 富文本编辑器：HandyEditor

### 前台功能

[](#前台功能)

- 游客发布留言，点赞留言，查看留言会员信息。
- 会员注册，登录，修改资料，修改密码。发布留言，删除留言。
- 管理员回复，置顶，删除留言。

### 后台功能

[](#后台功能)

- 留言管理：查看，回复，启用，停用，删除留言。
- 单页管理：设置留言公告，关于页面(HTML内容)，图片上传等。
- 用户管理：启用，停用，添加，删除，修改用户。
- 网站配置：添加，修改，删除配置，生成配置文件。
- 数据管理：清空数据，清除缓存。

### URL重写

[](#url重写)

Nginx规则：

```
location / {
	if (!-e $request_filename) {
		rewrite  ^(.*)$  /index.php/$1  last;
	}
}

```

Apache规则：

```

  Options +FollowSymlinks -Multiviews
  RewriteEngine On
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteRule ^(.*)$ index.php? [L,E=PATH_INFO:$1]

```

### 技术支持

[](#技术支持)

QQ群1：325825297 QQ群2：16008861

官网：[aphp.top](https://www.aphp.top) 作者：大松栩()

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 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 ~12 days

Total

2

Last Release

975d ago

### Community

Maintainers

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

---

Top Contributors

[![willphp](https://avatars.githubusercontent.com/u/94844305?v=4)](https://github.com/willphp "willphp (5 commits)")

---

Tags

frameworkormwillphp

### Embed Badge

![Health badge](/badges/willphp-guestbook/health.svg)

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

###  Alternatives

[cakephp/cakephp

The CakePHP framework

8.8k18.5M1.6k](/packages/cakephp-cakephp)

PHPackages © 2026

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