akita-ken / deneb
Deneb is a simple flat-file content management system written in PHP
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=4.0.0
- aptoma/twig-markdown: ~2.0
- aura/session: ^2.0
- erusev/parsedown: ^1.6.0
- gregwar/image: 2.*
- michelf/php-markdown: ~1.3
- pear/config_lite: *@dev
- slim/csrf: ^0.6.0
- slim/slim: ^3.0
- slim/twig-view: ^2.0
This package is not auto-updated.
Last update: 2024-11-23 20:48:12 UTC
README
A simple flat-file content management system written in PHP.
Built on the Slim Microframework and implementing the Twig templating engine.
Requirements
- Nginx or Apache with mod_rewrite
- PHP 5.5.0 or later
- Composer
Installation
Clone the repo into your server's document root (or wherever you want it to be), and then do a
composer update
to get all the necessary dependencies.
Documentation
Coming soon
Additional information
This project was mostly a means for me to practice developing PHP applications (in addition to its primary purpose of running my personal site). I intend to continue extending its functionality as and when time permits.