Template
b60bdae251502731d8d1de9658d0ecfa2d832928
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
MokoStandards-Template-Joomla
Unified scaffolding templates for all Joomla extension types.
Structure
.gitea/workflows/ ← Standard 10-workflow CI/CD suite
types/
plugin/ ← Joomla plugin scaffold
template/ ← Joomla site template scaffold (full src/)
module/ ← Joomla module scaffold
component/ ← Joomla component scaffold
package/ ← Joomla package scaffold
library/ ← Joomla library scaffold
Usage
- Create a new repo from this template (or clone manually)
- Copy the relevant
types/<type>/content to your project root - Customize the manifest XML, namespace, and source files
- Workflows are already configured — push to trigger CI
Shared Files
The root contains files shared by all extension types:
.gitea/workflows/— CI/CD (auto-release, ci-joomla, pr-check, etc.).editorconfig,.gitignore,.gitattributes— editor/git configcomposer.json,phpstan.neon,Makefile— build toolingupdates.xml— Joomla update server manifest templateLICENSE,SECURITY.md,CONTRIBUTING.md— standard docs
Workflow Suite (10 workflows)
| Workflow | Purpose |
|---|---|
auto-release.yml |
Stable release on PR merge to main |
pre-release.yml |
Manual dev/alpha/beta/rc builds |
ci-joomla.yml |
PHP lint, PHPStan, coding standards |
pr-check.yml |
PR gate: manifest + build validation |
deploy-manual.yml |
Manual SFTP deploy |
repo-health.yml |
Structure compliance checks |
update-server.yml |
updates.xml validation |
security-audit.yml |
Dependency vulnerability scanning |
notify.yml |
ntfy notifications |
cleanup.yml |
Merged branch + old run cleanup |
Canonical Source
This repo is the single source of truth for Joomla workflows and scaffolding.
Sync to production repos by copying .gitea/workflows/ from here.
Languages
Markdown
48.7%
CSS
15.1%
PHP
12.3%
XML
11.3%
Makefile
7.8%
Other
4.8%