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

19302bd · Mar 18, 2024

History

26 Commits
Jan 10, 2022
Jan 10, 2022
Jul 14, 2021
Jul 14, 2021
Mar 18, 2024
Jan 10, 2022
Jul 14, 2021

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.