PHPackages                             d-rivera-c/silverstripe-faq - 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. [Search &amp; Filtering](/categories/search)
4. /
5. d-rivera-c/silverstripe-faq

Abandoned → [silverstripe/faq](/?search=silverstripe%2Ffaq)Silverstripe-module[Search &amp; Filtering](/categories/search)

d-rivera-c/silverstripe-faq
===========================

Provides Q&amp;A pages and Solr-based search

1.1.0(9y ago)41.0k13[4 issues](https://github.com/d-rivera-c/silverstripe-faq/issues)[1 PRs](https://github.com/d-rivera-c/silverstripe-faq/pulls)BSD-3-ClausePHPCI failing

Since Aug 31Pushed 6y ago7 watchersCompare

[ Source](https://github.com/d-rivera-c/silverstripe-faq)[ Packagist](https://packagist.org/packages/d-rivera-c/silverstripe-faq)[ Docs](https://github.com/d-rivera-c/silverstripe-faq)[ RSS](/packages/d-rivera-c-silverstripe-faq/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (5)Versions (8)Used By (0)

FAQ
===

[](#faq)

[![Build Status](https://camo.githubusercontent.com/781d142d4cd3cff0ee10e5ea5a485347c534d1864e3da286f6436f01f3944aeb/68747470733a2f2f6170692e7472617669732d63692e6f72672f73696c7665727374726970652f73696c7665727374726970652d6661712e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/silverstripe/silverstripe-faq)[![Latest Stable Version](https://camo.githubusercontent.com/e53f8f03f637b28c07626d96a7f91b5d9ad90465a073bea80f8b16cad5320d49/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73696c7665727374726970652f6661712e737667)](https://github.com/silverstripe/silverstripe-faq/releases)[![Total Downloads](https://camo.githubusercontent.com/49582e7c317f3924eb8072ed51abeca9e4ac519bbdc176879a221ed294f41016/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f73696c7665727374726970652f6661712e737667)](https://packagist.org/packages/silverstripe/faq)[![License](https://camo.githubusercontent.com/3d2cb5b44d9be24857cdef146a74b4397f74cef2a1dca8c6ac4a6e09076cf70d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f73696c7665727374726970652f73696c7665727374726970652d6661712e737667)](https://github.com/silverstripe/silverstripe-faq/blob/master/LICENSE.md)[![Dependency Status](https://camo.githubusercontent.com/6e0a601331ccb2713bc36df9f67b2dc8892395ca4f77bb6080afe0748558cfc2/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f7068702f73696c7665727374726970653a6661712f62616467652e737667)](https://www.versioneye.com/php/silverstripe:faq)[![Reference Status](https://camo.githubusercontent.com/d3dc2285a757129c2835e8578f4cf13cde36228b67cc07451f01bd29cd306df3/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f7068702f73696c7665727374726970653a6661712f7265666572656e63655f62616467652e737667)](https://www.versioneye.com/php/silverstripe:faq/references)

Introduction
------------

[](#introduction)

This module provides FAQ functionality on top of Solr.

Just by adding the module to the project, you'll get a ModelAdmin for FAQs, where you can manage Questions &amp; Answers. You only need to add an FAQPage type (comes with the module), and some questions and answers.

The module comes with its own Solr search index, customized to have a fuzzy search, and has its own file for stopwords and synonyms.

Requirements
------------

[](#requirements)

- [Fulltextsearch module](https://github.com/silverstripe-labs/silverstripe-fulltextsearch), v2.1.0 or up.
- [Phockito](https://github.com/hafriedlander/silverstripe-phockito) and PHPunit for testing, not required if you don't care about running tests.

Installation
------------

[](#installation)

```
composer require silverstripe/faq

```

Run a database rebuild by visiting **. This will add the required database columns and tables for the module to function.

Ensure you have `silverstripe/fulltextsearch-localsolr` running (See this modules docs for starting local instance of Solr).

Run the Solr related tasks:

```
$ ./framework/sake dev/tasks/Solr_Configure
$ ./framework/sake dev/tasks/Solr_ReIndex

```

##### If you are using CWP

[](#if-you-are-using-cwp)

Check how to configure this module to behave like CWP-Solr [on the docs](docs/en/cwp.md).

Quickstart
----------

[](#quickstart)

1. Add a FAQPage to your CMS

    [![](docs/images/faq-pagetype.png)](docs/images/faq-pagetype.png)
2. Add an FAQ on the FAQ ModelAdmin sidebar link

    [![](docs/images/faq-modeladmin.png)](docs/images/faq-modeladmin.png)
3. Wait for Solr to reindex
4. Search your FAQ page :)

    [![](docs/images/faq-frontend.png)](docs/images/faq-frontend.png)

Features
--------

[](#features)

- [Featured FAQs](docs/en/features.md)
- [Categories](docs/en/features.md)

Links
-----

[](#links)

- [Module configuration](docs/en/configuration.md)
- [Configuring Solr](docs/en/configure-solr.md)
- [Using CWP](docs/en/cwp.md)

TODO
----

[](#todo)

- Get static config variables from yml files for controller
- Pagetypes, search index and dataobjects easily extendable
- version FAQs (?)

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community21

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 77.5% 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 ~148 days

Total

3

Last Release

3481d ago

Major Versions

0.9.0 → 1.0.02016-04-01

### Community

Maintainers

![](https://www.gravatar.com/avatar/78aed398408781e887b97d9e2b45f233eaf0c9ecfce506516eb8c4f634110500?d=identicon)[d-rivera-c](/maintainers/d-rivera-c)

---

Top Contributors

[![wilfredjonathanjames](https://avatars.githubusercontent.com/u/5732688?v=4)](https://github.com/wilfredjonathanjames "wilfredjonathanjames (62 commits)")[![edlinklater](https://avatars.githubusercontent.com/u/1176635?v=4)](https://github.com/edlinklater "edlinklater (5 commits)")[![robbieaverill](https://avatars.githubusercontent.com/u/5170590?v=4)](https://github.com/robbieaverill "robbieaverill (3 commits)")[![madmatt](https://avatars.githubusercontent.com/u/893117?v=4)](https://github.com/madmatt "madmatt (3 commits)")[![camfindlay](https://avatars.githubusercontent.com/u/367847?v=4)](https://github.com/camfindlay "camfindlay (2 commits)")[![d-rivera-c](https://avatars.githubusercontent.com/u/101479103?v=4)](https://github.com/d-rivera-c "d-rivera-c (2 commits)")[![edwilde](https://avatars.githubusercontent.com/u/415374?v=4)](https://github.com/edwilde "edwilde (1 commits)")[![timkung](https://avatars.githubusercontent.com/u/1825194?v=4)](https://github.com/timkung "timkung (1 commits)")[![chillu](https://avatars.githubusercontent.com/u/111025?v=4)](https://github.com/chillu "chillu (1 commits)")

---

Tags

searchsilverstripesolrFAQ

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/d-rivera-c-silverstripe-faq/health.svg)

```
[![Health](https://phpackages.com/badges/d-rivera-c-silverstripe-faq/health.svg)](https://phpackages.com/packages/d-rivera-c-silverstripe-faq)
```

###  Alternatives

[silverstripe/solr

Solr integration for SilverStripe. Note that this is NOT related to the silverstripe/fulltext package.

1914.0k](/packages/silverstripe-solr)[cmsig/seal

Search Engine Abstraction Layer

32207.9k53](/packages/cmsig-seal)

PHPackages © 2026

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