maxtream / themages
MOCMS
Installs: 120
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 30
Language:Vue
Type:cms
Requires
- php: >=7.0.0
- ext-curl: *
- ext-json: *
- ext-mbstring: *
- monolog/monolog: ^1.23
- slim/slim: ^3.9
- tuupola/cors-middleware: ^0.5.2
This package is not auto-updated.
Last update: 2022-02-01 12:53:51 UTC
README
"MOCMS" - CMS that I started in 2011, I use it as an sandbox project of applying stuff that I recently learned.
MOCMS is my hobby mostly and something that I use when client ask to not use WordPress or other CMS. I also found many existing CMS too bulky or hard to understand, I don't think that my CMS is some kind of solution for this. But it's definetely less than majority of what out there. Right now as there are tons of separations between RESTful API, Backend CMS system and Frontend webapps. I can't find any proper CMS that will be able mostly working with API without including MySQL. Previously I was trying to make my CMS light as much as possible. Now I try to make it a dynamic backend system for communication with API. Not there yet, but I'm trying. In the future I would like to try to attach Python to CMS as well as this is what I would like to learn next for backend knowledge.
If you find this project interesting I wouldn't mind you to join and contribute or just give ideas what could be made to make it better.
Instalation
Using composer.
{
"require": {
"maxtream/themages": "4.2.0"
}
}
Dependencies
- Composer
- Node
- Yarn
- SlimPHP framework 3
- MySQL/MariaDB
Demo
Demo can be found on website