About Wordless
Wordless is a minimal, dependency-free flat-file CMS built with modern PHP.
Philosophy
- No database — content lives in PHP files
- No Composer — zero third-party dependencies
- No magic — clean, readable, testable code
Architecture
Strict separation of concerns across focused modules:
app/Core— Container and Application kernelapp/Content— Repository and PHP file loaderapp/Routing— File-based URL resolutionapp/Http— Request, Response, Controllers, Middlewareapp/Templating— Native PHP renderer with layoutsapp/Cache— Flat-file cache with TTLapp/Events— Lightweight event dispatcherapp/Plugins— Plugin registration system