PHPackages                             mlo/simple-wiki - 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. mlo/simple-wiki

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

mlo/simple-wiki
===============

Simple database-less wiki

v1.0.0(12y ago)8572[1 issues](https://github.com/mloberg/Simple-Wiki/issues)MITPHPPHP &gt;=5.3.0

Since May 10Pushed 11y ago1 watchersCompare

[ Source](https://github.com/mloberg/Simple-Wiki)[ Packagist](https://packagist.org/packages/mlo/simple-wiki)[ RSS](/packages/mlo-simple-wiki/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (7)Versions (3)Used By (0)

Simple Wiki
===========

[](#simple-wiki)

Simple Wiki is a database-less wiki. It renders pages from Markdown and allows you to add and edit pages from the web application.

Installing
----------

[](#installing)

If you have [Composer](https://getcomposer.org) installed you can use the `create-project` command to install Simple Wiki.

```
composer create-project mlo/simple-wiki path/to/project

```

Configuring
-----------

[](#configuring)

Simple Wiki allows you to edit your pages through the web application if an user is logged in. Users are defined in `index.php`.

```
$app['users'] = array(
    'username' => 'bcrypted password',
);

```

To generate a bcrypted password run `php index.php genpass [password]`.

Pages
-----

[](#pages)

Pages are stored in `app/content`, but can be changed using the `contentDir`setting. These pages are Markdown files with support for YAML Front Matter.

```
---
title: Page Title
---
Page content

```

Hacking
-------

[](#hacking)

Simple Wiki is built using Silex and Twig and can be modified to fit your needs.

If you add something cool, create a pull request for it.

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

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

Unknown

Total

1

Last Release

4438d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6b7bb02bd7aebd8ca0d722ceb4162a00dc9b0e523ce9b5eb7b88d8fef6bff43f?d=identicon)[mloberg](/maintainers/mloberg)

---

Tags

wiki

### Embed Badge

![Health badge](/badges/mlo-simple-wiki/health.svg)

```
[![Health](https://phpackages.com/badges/mlo-simple-wiki/health.svg)](https://phpackages.com/packages/mlo-simple-wiki)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-bundle)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M574](/packages/shopware-core)[concrete5/core

Concrete core subtree split

20166.1k52](/packages/concrete5-core)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9421.6k61](/packages/open-dxp-opendxp)[mapbender/mapbender

Mapbender library

10418.3k8](/packages/mapbender-mapbender)[chameleon-system/chameleon-base

The Chameleon System core.

1028.6k5](/packages/chameleon-system-chameleon-base)

PHPackages © 2026

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