soma / papyrus
Papyrus is a PHP flat file CMS, built for developers to allow them to quickly publish and iterate on websites.
Requires
- php: >=7.4.0
- ext-gd: *
- ext-xml: *
- donatello-za/rake-php-plus: ^1.0
- erusev/parsedown: ^1.7
- erusev/parsedown-extra: ^0.7.1
- intervention/image: ^2.5
- maiorano84/shortcodes: ^1.2
- michelf/php-smartypants: ^1.8
- nsrosenqvist/blade-compiler: ^7.0
- soma/soma: ^1.0
- symfony/http-foundation: ^5.0
This package is auto-updated.
Last update: 2024-12-12 22:13:46 UTC
README
Papyrus is a flat file CMS, utilizing Markdown files and heavy use of file compilation and performance optimizations to provide a fast website that is easy to administrate. It's meant to provide simple publishing without requiring knowledge of static website compilers and avoiding their limitations, and is therefore a server side application that does all compilation on-demand. Every choice has been made with the developer in mind.
It's built using the SOMA framework and provides a very extensible and modular base for you to create custom features and simple but effective logic for routing and theming.
Documentation
Documentation is available on the website.
License
MIT