PHPackages                             trendyminds/guide - 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. trendyminds/guide

ArchivedCraft-plugin[Utility &amp; Helpers](/categories/utility)

trendyminds/guide
=================

A Craft CMS plugin to display a help guide in the control panel

1.1.0(6y ago)07MITPHP

Since Apr 20Pushed 3y ago2 watchersCompare

[ Source](https://github.com/trendyminds/guide)[ Packagist](https://packagist.org/packages/trendyminds/guide)[ RSS](/packages/trendyminds-guide/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (6)Dependencies (1)Versions (4)Used By (0)

[![](src/icon.svg)](src/icon.svg) Guide
=======================================

[](#-guide)

A Craft CMS module to display a help guide in the control panel

[![](images/guide.png)](images/guide.png)

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

[](#requirements)

Guide is built to run on Craft CMS 3.2 and later

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

[](#installation)

1. [Download a zip archive](https://github.com/trendyminds/guide/archive/master.zip), rename the `src` folder to `guide` and add it to your `modules/` folder.
2. Add the contents of the `app.php` file to your `config/app.php` (or just copy it there if it does not exist)

```
return [
    'modules' => [
        'guide' => [
            'class' => \modules\guide\Guide::class
        ],
    ],
    'bootstrap' => ['guide'],
];
```

3. Add the following to your project's `composer.json` file so that Composer can find your module:

```
"autoload": {
  "psr-4": {
    "modules\\guide\\": "modules/guide/"
  }
},
```

4. Run the following in your command line

```
composer dump-autoload
```

Configuration
-------------

[](#configuration)

You may configure both the name of the plugin as well as which content type to use as your "Guide" entries in `src/config/guide.php`.

**NOTE**: The section you use must have public URLs disabled. If these are enabled the Guide will not pull this data in and will display an error.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity58

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

Total

4

Last Release

2218d ago

Major Versions

0.9.0 → 1.0.02020-04-20

### Community

Maintainers

![](https://www.gravatar.com/avatar/51ee860b8a11c81c32b2d0bf9f90e23067fcf3cf72476bfab89913bf0e1ea3b3?d=identicon)[trendyminds](/maintainers/trendyminds)

---

Top Contributors

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

---

Tags

cmsCraftcraftcmscraft-pluginusermanual

### Embed Badge

![Health badge](/badges/trendyminds-guide/health.svg)

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

###  Alternatives

[verbb/navigation

Create navigation menus for your site.

90683.7k17](/packages/verbb-navigation)[verbb/formie

The most user-friendly forms plugin for Craft.

101372.9k40](/packages/verbb-formie)[hillholliday/craft-user-manual

Craft User Manual allows developers (or even content editors) to provide CMS documentation using Craft's built-in sections (singles, channels, or structures) to create a `User Manual` or `Help` section directly in the control panel.

8472.1k1](/packages/hillholliday-craft-user-manual)[verbb/comments

Add comments to your site.

13753.1k](/packages/verbb-comments)[verbb/tablemaker

Create customizable and user-defined table fields.

40168.8k1](/packages/verbb-tablemaker)[supercool/tablemaker

Create customizable and user-defined table fields.

40141.7k](/packages/supercool-tablemaker)

PHPackages © 2026

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