Learn
If you've worked with a PHP framework before (specially anything MVC), Micromegas CMS will feel familiar fast. It leans on the same tried-and-true patterns you already know, so there's very little new vocabulary to pick up. The best way in is simply to try it: Micromegas is easy to run locally, and learning by doing beats reading any day. When you're ready to go deeper, you'll find guides and resources below.
Online documentation
The documentation for the latest version is being served as HTML via docsify and deployed via GitLab Pages. Please note that this is very much a work in progress and actively being improved, so expect them to get better in the near future.
Offline, version-based documentation
Documentation ships with the code itself: the full documentation is written in Markdown, inside the core/docs or /docs folder depending on your Micromegas CMS version. We also try to provide useful docblock above major public functions.
With AI
We've had a lot of feedback from people learning with Claude Code or OpenAI Codex. We tried it ourselves, and we can confirm: running an AI tool inside a local copy of Micromegas CMS and asking it questions is a great way to learn. Hallucinations turned out to be rare, and we provide a CLAUDE.md file to help agents follow good practices.