Skip to content
/ octoms Public template

A small, self-documenting PHP framework

License

Notifications You must be signed in to change notification settings

markjivko/octoms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OctoMS

A small, self-documenting PHP framework

Project created in 2011 and ported to GitHub in 2021.

Getting started

Assuming you have installed a LAMP Stack on your machine, navigate to your www folder and run the following command:

git clone https://github.com/markjivko/octoms .

Quick demo

You can access this static DEMO for a very short introduction to the wizard interface or you can navigate to the following address:

http://localhost

MVC

This project is inspired by CodeIgniter's approach to a Model-View-Controller and routing.

In the wild

Although no longer maintained, Fervoare CMS is an example of a fully-featured content management system built with OctoMS.

Warning!

Do not use this framework in a production environment; this is an unmaintained study/side-project from 2011.