PHPackages                             silverstripe/docstation - 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. [Admin Panels](/categories/admin)
4. /
5. silverstripe/docstation

ActiveSilverstripe-vendormodule[Admin Panels](/categories/admin)

silverstripe/docstation
=======================

A module for viewing user docs in the CMS

58223[1 issues](https://github.com/unclecheese/silverstripe-docstation/issues)[1 PRs](https://github.com/unclecheese/silverstripe-docstation/pulls)PHP

Since Nov 23Pushed 2y ago1 watchersCompare

[ Source](https://github.com/unclecheese/silverstripe-docstation)[ Packagist](https://packagist.org/packages/silverstripe/docstation)[ RSS](/packages/silverstripe-docstation/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Silverstripe Docstation module
==============================

[](#silverstripe-docstation-module)

Provides a CMS UI for browsing markdown documentation colocated with the project.

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

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

[](#installation)

```
composer require silverstripe/docstation

```

### Requirements

[](#requirements)

- silverstripe/graphql:4.x-dev
- PHP &gt;= 7.4

Example:
--------

[](#example)

```
app/
  docs/
    Adding-a-Product.md
    Cancelling-an-Order.md

```

**app/docs/Adding-a-Product.md**

```
---
title: How do add a product
sort: 1
---

## Been wondering how to add a product?

This guide will give you a
* Step
* by
* step

Tutorial!

```

### Customising the documentation directory

[](#customising-the-documentation-directory)

Defaults to `app/docs`.

```
SilverStripe\Docstation\Docstation:
  docs_dir: 'app/mydocs'

```

It also supports module resolution syntax.

```
SilverStripe\Docstation\Docstation:
  docs_dir: 'somevendor/somemodule: docs'

```

### To do:

[](#to-do)

- Nested documentation, hierarchical navigation (not sure this is a great idea)
- Make it look not terrible

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity28

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://avatars.githubusercontent.com/u/654636?v=4)[Aaron Carlino](/maintainers/unclecheese)[@unclecheese](https://github.com/unclecheese)

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

### Embed Badge

![Health badge](/badges/silverstripe-docstation/health.svg)

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

###  Alternatives

[jeroennoten/laravel-adminlte

Easy AdminLTE integration with Laravel

4.0k4.8M43](/packages/jeroennoten-laravel-adminlte)[dmstr/yii2-adminlte-asset

AdminLTE backend theme asset bundle for Yii 2.0 Framework

1.1k1.8M67](/packages/dmstr-yii2-adminlte-asset)[dwij/laraadmin

LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like CRUD Generation, Module Manager, Media, Menus, Backups and much more

1.6k68.7k](/packages/dwij-laraadmin)[filament/spatie-laravel-media-library-plugin

Filament support for `spatie/laravel-medialibrary`.

1764.8M125](/packages/filament-spatie-laravel-media-library-plugin)[bezhansalleh/filament-exceptions

A Simple &amp; Beautiful Pluggable Exception Viewer for FilamentPHP's Admin Panel

193195.9k13](/packages/bezhansalleh-filament-exceptions)[filament/infolists

Easily add beautiful read-only infolists to any Livewire component.

1220.8M36](/packages/filament-infolists)

PHPackages © 2026

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