PHPackages                             tjm/wiki-site - 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. tjm/wiki-site

ActiveLibrary

tjm/wiki-site
=============

Web-site front-end interface for a folder of markdown files, optionally managed with `tjm/wiki`, using Symfony.

v0.1.2(2mo ago)062↓100%10BSDPHPPHP &gt;=7.4

Since Sep 20Pushed 2mo ago2 watchersCompare

[ Source](https://github.com/tobymackenzie/wiki-site.symf)[ Packagist](https://packagist.org/packages/tjm/wiki-site)[ RSS](/packages/tjm-wiki-site/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (10)Versions (30)Used By (1)

TJM Wiki Site
=============

[](#tjm-wiki-site)

Web-site front-end interface for a folder of markdown files, optionally managed with `tjm/wiki`, using Symfony.

Usage
-----

[](#usage)

You can use this repo directly by creating a `wiki` directory and storing your markdown files in there. You would set up `web` as the web root and rewrite requests through `index.php`. However, you're more likely to have merge conflicts with upstream with this method.

Better would be to use composer to `composer require tjm/wiki-site`. Then you can create your own php file with contents much like `web/index.php`, but passing a config file path as the argument to the `Kernel`, like:

```
