PHPackages                             piedweb/faq-bundle - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. piedweb/faq-bundle

Abandoned → [pushword/core](/?search=pushword%2Fcore)ArchivedSymfony-bundle[Utility &amp; Helpers](/categories/utility)

piedweb/faq-bundle
==================

Faq Bundle for PiedWebCMS

00PHP

Since Nov 19Pushed 7y ago1 watchersCompare

[ Source](https://github.com/PiedWeb/FaqBundle)[ Packagist](https://packagist.org/packages/piedweb/faq-bundle)[ RSS](/packages/piedweb-faq-bundle/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependenciesVersions (1)Used By (0)

[![theme devoluix bootstrap 4](https://raw.githubusercontent.com/PiedWeb/piedweb-devoluix-theme/master/src/img/logo_title.png)](https://piedweb.com)

Faq Bundle
==========

[](#faq-bundle)

Simple faq to your app (no user entry). Question can be associated to Page, see usage.

Initially dev to be use with [PiedWeb CMS](https://github.com/PiedWeb/CMS).

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

[](#installation)

Via [Packagist](https://packagist.org/packages/piedweb/faq-bundle) :

```
# Get the Bundle
composer require piedweb/faq-bundle

# Install the admin
# Edit your config/package/sonata_admin.yaml
# Add :
sonata_admin:
    ...
        ...
            ...
                items:
                    ...
                    - piedweb.admin.faq

```

Usage
-----

[](#usage)

### As it...

[](#as-it)

... to have a page with a faq.

/!\\ Not ready yet, controller not finished (not started in fact)

```
# Load form in ajax

# Render form in Controller
{{ render(controller('PiedWeb\\FaqBundle\\Controller\\FaqController::show')) }}
```

### Or you can...

[](#or-you-can)

... add it to each page of your website by extending your `Page` Entity with `PiedWeb\FaqBundle\Entity\PageFaqTrait`, adding in the constructor `$this->__construct_faq();`

And adding this in your template:

```
{% include '@PiedWebFaq/faq/_faq.html.twig' %}

```

TODO
----

[](#todo)

- test
- controller

Contributors
------------

[](#contributors)

- [Robin](https://www.robin-d.fr/) / [Pied Web](https://piedweb.com)
- ...

Check coding standard before to commit :

```
php-cs-fixer fix src --rules=@Symfony --verbose
php-cs-fixer fix src --rules='{"array_syntax": {"syntax": "short"}}' --verbose

```

License
-------

[](#license)

MIT (see the LICENSE file for details)

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

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://www.gravatar.com/avatar/afce4cf517928a50560237f1410d5957271fd808671b2216687ecf1422adaee0?d=identicon)[Robin D.](/maintainers/Robin%20D.)

### Embed Badge

![Health badge](/badges/piedweb-faq-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/piedweb-faq-bundle/health.svg)](https://phpackages.com/packages/piedweb-faq-bundle)
```

###  Alternatives

[nubs/vectorix

A vector library.

162.4k2](/packages/nubs-vectorix)

PHPackages © 2026

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