interart / markdownwiki
Lightweight Wiki using Markdown markup language, file storage and and PHP.
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 1
Open Issues: 0
Type:project
pkg:composer/interart/markdownwiki
Requires
- erusev/parsedown: ^1.7
This package is auto-updated.
Last update: 2025-12-15 17:23:59 UTC
README
Markdown Wiki
A Lightweight Wiki using Markdown markup language, file storage and PHP.
This is your best choice to create online guides for applications.
Main Features
- Content Pages
- Sub Folders
Linking
You can add or not the .md extension in the link.
Installing
- Run
composer require interart/markdownwiki(orcomposer updateto get latest library version). - Copy the
index.phpand.htaccessfiles (fromexamplefolder) to your root www folder. - Edit
index.phpfile:- Set path to
vendor/autoload.php - Change the application title (MD_NAME var)
- Check ROOT_CONTENTS var path and change it, if needed
- Set path to
Creating Content
Just create a file named with .md extension, insert its contents and save it under contents folder.
Then, link it from any page.
Dependencies
- PHP 7.x
- Parsedown 1.7 (Markdown parser in PHP)
Roadmap
- Create web interface to create and edit contents
©2020 Interart Tecnologia
