Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/markjivko/octoms
A small, self-documenting PHP framework
https://github.com/markjivko/octoms
codeigniter markjivko php php-framework php-mvc-framework self-documenting
Last synced: about 2 months ago
JSON representation
A small, self-documenting PHP framework
- Host: GitHub
- URL: https://github.com/markjivko/octoms
- Owner: markjivko
- License: gpl-3.0
- Created: 2021-07-14T09:17:10.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-18T16:25:33.000Z (10 months ago)
- Last Synced: 2024-03-21T18:55:18.369Z (10 months ago)
- Topics: codeigniter, markjivko, php, php-framework, php-mvc-framework, self-documenting
- Language: PHP
- Homepage: https://markjivko.com/octoms
- Size: 541 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# 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](https://en.wikipedia.org/wiki/LAMP_(software_bundle)) 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](https://markjivko.com/octoms/) 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](https://codeigniter.com)'s approach to a Model-View-Controller and routing.
## In the wild
Although no longer maintained, [Fervoare CMS](https://github.com/markjivko/fervoare) 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.