https://github.com/esyede/phpmarkdocs
Lightweight markdown-based documentation website generator written in PHP.
https://github.com/esyede/phpmarkdocs
documentation generator lightweight markdown
Last synced: about 2 months ago
JSON representation
Lightweight markdown-based documentation website generator written in PHP.
- Host: GitHub
- URL: https://github.com/esyede/phpmarkdocs
- Owner: esyede
- License: mit
- Created: 2025-03-24T23:05:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-05T08:36:41.000Z (about 1 year ago)
- Last Synced: 2025-08-20T02:49:42.107Z (10 months ago)
- Topics: documentation, generator, lightweight, markdown
- Language: PHP
- Homepage: https://esyede.my.id/phpmarkdocs
- Size: 130 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# phpmarkdocs
Lightweight markdown-based documentation website generator written in PHP. Simply create your markdown files and it will do the rest for you, let's create a beautiful and responsive documentation website.


## Features
- Lightweight (less than 100KB gzipped)
- No static HTML files
- Support for multiple documentation versions
- Theme customization with automatic light/dark mode
- Syntax highlighting support with highlightjs
- Automatic routing
- Automatic menu generation
- Support for search in files
- Responsive layout
- Supports flavored Markdown and Markdown Extra
- Supports direct editing on GitHub
- Large compatibility with all basic hosting providers
## Getting started
[Explore the documentation](https://esyede.my.id/phpmarkdocs) to get started.
The documentation website itself was made with phpMarkDocs, so this is a great example on how to get started. The docs source code is bundled within this project.
## System requirements
- PHP 5.4 or newer
- PHP mbstring extesnsion
- Apache 2.4 or newer
## Todo
- [ ] Markdovn caching
- [ ] Support for other webservers
## License
This program is licensed under the [MIT License](http://opensource.org/licenses/MIT)