Files
MokoJoomHero/README.md
T
jmiller bfe83e8b9f
Changelog Validation / Validate CHANGELOG.md (push) Failing after 2s
Joomla Extension CI / Release Readiness Check (push) Has been skipped
Repo Health / Access control (push) Failing after 2s
Standards Compliance / Secret Scanning (push) Successful in 3s
Standards Compliance / License Header Validation (push) Successful in 2s
Standards Compliance / Repository Structure Validation (push) Successful in 2s
Standards Compliance / Coding Standards Check (push) Failing after 7s
Joomla Extension CI / Lint & Validate (push) Failing after 52s
Joomla Extension CI / Tests (PHP 8.2) (push) Has been skipped
Joomla Extension CI / Tests (PHP 8.3) (push) Has been skipped
Standards Compliance / Workflow Configuration Check (push) Failing after 3s
Standards Compliance / Documentation Quality Check (push) Failing after 2s
Standards Compliance / README Completeness Check (push) Successful in 3s
Standards Compliance / Git Repository Hygiene (push) Successful in 2s
Standards Compliance / Script Integrity Validation (push) Successful in 3s
Standards Compliance / Line Length Check (push) Failing after 2s
Standards Compliance / File Naming Standards (push) Successful in 2s
Standards Compliance / Insecure Code Pattern Detection (push) Successful in 2s
Standards Compliance / Version Consistency Check (push) Successful in 47s
CodeQL Security Scanning / Analyze (actions) (push) Failing after 1m15s
Standards Compliance / Dead Code Detection (push) Successful in 4s
Standards Compliance / File Size Limits (push) Successful in 3s
CodeQL Security Scanning / Analyze (javascript) (push) Failing after 1m21s
Standards Compliance / Binary File Detection (push) Successful in 3s
Standards Compliance / TODO/FIXME Tracking (push) Successful in 3s
Standards Compliance / Code Complexity Analysis (push) Successful in 47s
Standards Compliance / Broken Link Detection (push) Successful in 3s
Standards Compliance / API Documentation Coverage (push) Successful in 3s
Standards Compliance / Accessibility Check (push) Successful in 2s
Standards Compliance / Performance Metrics (push) Successful in 3s
Standards Compliance / Code Duplication Detection (push) Successful in 46s
Standards Compliance / Dependency Vulnerability Scanning (push) Successful in 48s
Standards Compliance / Unused Dependencies Check (push) Successful in 49s
Standards Compliance / Terraform Configuration Validation (push) Successful in 5s
Standards Compliance / Enterprise Readiness Check (push) Failing after 45s
Standards Compliance / Repository Health Check (push) Failing after 49s
Sync Version from README / Propagate README version (push) Failing after 35s
Repo Health / Release configuration (push) Has been skipped
Repo Health / Scripts governance (push) Has been skipped
Repo Health / Repository health (push) Has been skipped
CodeQL Security Scanning / Security Scan Summary (push) Successful in 1s
Standards Compliance / Compliance Summary (push) Failing after 1s
Auto-Assign Issues & PRs / Assign unassigned issues and PRs (push) Successful in 1s
chore: patch bump for release pipeline fixes
2026-04-24 00:31:31 +00:00

2.8 KiB

MokoJoomHero

A Joomla Module developed following MokoStandards.

License

Overview

This is a standardized Joomla module that conforms to Moko Consulting's development standards and best practices. It provides a consistent starting point with pre-configured tooling, documentation structure, and development workflows.

Features

  • Standardized Structure: Pre-organized directories for source code, documentation, and scripts
  • Build Automation: Makefile with common tasks (lint, build, package, install)
  • Code Quality: Pre-configured PHP linting and CodeSniffer for Joomla standards
  • Development Tools: EditorConfig for consistent coding styles across IDEs
  • Documentation: Template structure following MokoStandards documentation practices
  • Git Configuration: Pre-configured git attributes, ignore patterns, and commit message templates

Prerequisites

  • PHP: 7.4 or higher (8.0+ recommended for Joomla 4.x/5.x)
  • Joomla: A working Joomla installation for testing (3.x, 4.x, or 5.x)
  • Make: GNU Make for running build commands

Installation

  1. Build the module package:

    make build
    
  2. Upload the generated ZIP file via Joomla's Extension Manager

Usage

# Display available commands
make help

# Validate code
make validate

# Build module package
make build

Project Structure

.
├── docs/                # Documentation files
├── scripts/             # Build and deployment scripts
├── src/                 # Module source code
├── Makefile             # Build automation
└── README.md            # This file

Contributing

We welcome contributions! Please see CONTRIBUTING.md for guidelines.

Versioning

This project uses Semantic Versioning.

See CHANGELOG.md for version history.

License

Copyright (C) 2026 Moko Consulting hello@mokoconsulting.tech

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

SPDX-License-Identifier: GPL-3.0-or-later

Support