PHPackages                             gemor/fzo-question-store - 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. gemor/fzo-question-store

ActiveLibrary

gemor/fzo-question-store
========================

05PHP

Since Apr 24Pushed 6y ago1 watchersCompare

[ Source](https://github.com/wdgwgz/FzoQuestionStore)[ Packagist](https://packagist.org/packages/gemor/fzo-question-store)[ RSS](/packages/gemor-fzo-question-store/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

简单版本 问题内容库
----------

[](#简单版本-问题内容库)

```
注意：测试关联扩展，生成环境不要使用

```

安装
--

[](#安装)

```
composer require gemor/fzo-question-store

```

数据库创建
-----

[](#数据库创建)

```
CREATE TABLE `question_store` (
  `id` int(11) NOT NULL AUTO_INCREMENT COMMENT '自增ID',
  `category` varchar(191) DEFAULT NULL COMMENT '栏目名称',
  `question` varchar(191) DEFAULT NULL COMMENT '标题',
  `answer` text COMMENT '内容',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `sort` int(11) DEFAULT NULL COMMENT '排序',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4;

```

用法
--

[](#用法)

```
/**
 *
 * 获取所有 问题
 * @param string $cate 栏目名称
 * @param number $limit 返回的条数
 */
(new \FzoQuestionStore\FzoQuestionStore)->getAll( $cate = '', $limit = 50);

/**
 *
 * 获取 所有栏目
 *
 */
(new \FzoQuestionStore\FzoQuestionStore())->getAllCate();

```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/536340?v=4)[deguo](/maintainers/wdgwgz)[@wdgwgz](https://github.com/wdgwgz)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/gemor-fzo-question-store/health.svg)

```
[![Health](https://phpackages.com/badges/gemor-fzo-question-store/health.svg)](https://phpackages.com/packages/gemor-fzo-question-store)
```

PHPackages © 2026

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