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

v0.1.0 2017-01-24 14:53 UTC

This package is not auto-updated.

Last update: 2024-04-27 17:53:33 UTC


README

License Version

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.