[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-8353":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":16,"stars7d":17,"stars30d":18,"stars90d":16,"forks30d":16,"starsTrendScore":16,"compositeScore":19,"rankGlobal":10,"rankLanguage":10,"license":20,"archived":21,"fork":21,"defaultBranch":22,"hasWiki":21,"hasPages":21,"topics":23,"createdAt":10,"pushedAt":10,"updatedAt":31,"readmeContent":32,"aiSummary":33,"trendingCount":16,"starSnapshotCount":16,"syncStatus":34,"lastSyncTime":35,"discoverSource":36},8353,"joomla-cms","joomla\u002Fjoomla-cms","joomla","Home of the Joomla! Content Management System","https:\u002F\u002Fwww.joomla.org",null,"PHP",5088,3856,339,577,0,1,13,41,"GNU General Public License v2.0",false,"5.4-dev",[24,25,26,7,27,28,29,30],"cms","content-management","hacktoberfest","multilingual-websites","php","php-cms","website-builder","2026-06-12 02:01:52","Joomla! CMS™\n====================\n\nBuild Status\n------------\n\n| Actions                                                                                                                                         | PHP                                                                           | Node                                                                                 | npm                                                                              |\n|-------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------|--------------------------------------------------------------------------------------|----------------------------------------------------------------------------------|\n| [![Build Status](https:\u002F\u002Fgithub.com\u002Fjoomla\u002Fjoomla-cms\u002Factions\u002Fworkflows\u002Fci.yml\u002Fbadge.svg?branch=5.4-dev)](https:\u002F\u002Fgithub.com\u002Fjoomla\u002Fjoomla-cms) | [![PHP](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FPHP-V8.1.0-green)](https:\u002F\u002Fwww.php.net\u002F) | [![node-lts](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FNode-V20.0-green)](https:\u002F\u002Fnodejs.org\u002Fen\u002F) | [![npm](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002Fnpm-v10.1.0-green)](https:\u002F\u002Fnodejs.org\u002Fen\u002F) |\n\nOverview\n---------------------\n* This is the source of Joomla! 5.x.\n* Joomla's [Official website](https:\u002F\u002Fwww.joomla.org).\n* Joomla! 5.4 [version history](https:\u002F\u002Fdocs.joomla.org\u002FSpecial:MyLanguage\u002FJoomla_5.4_version_history).\n* Detailed changes are in the [changelog](https:\u002F\u002Fgithub.com\u002Fjoomla\u002Fjoomla-cms\u002Fcommits\u002F5.4-dev).\n\nWhat is Joomla?\n---------------------\n* [Joomla!](https:\u002F\u002Fwww.joomla.org\u002Fabout-joomla.html) is a **Content Management System** (CMS) which enables you to build websites and powerful online applications.\n* It is a simple and powerful web server application which requires a server with PHP and either MySQL, MariaDB or PostgreSQL to run. You can find [full technical requirements here](https:\u002F\u002Fdownloads.joomla.org\u002Ftechnical-requirements).\n* Joomla! is **free and Open Source software** distributed under the GNU General Public License version 2 or later.\n\nLooking for an installable package?\n---------------------\nJoomla is not installable out of the box from this repository, please use:\n- For the latest stable package: https:\u002F\u002Fdownloads.joomla.org\n- For a nightly package: https:\u002F\u002Fdeveloper.joomla.org\u002Fnightly-builds.html\n\nHow to get a working installation from the source\n---------------------\nFor detailed instructions please visit https:\u002F\u002Fdocs.joomla.org\u002FSpecial:MyLanguage\u002FJ5.x:Setting_Up_Your_Local_Environment\n\nYou will need:\n- PHP - basically the same as you need for running a Joomla Site, but you need the cli (command line interface) Version (see https:\u002F\u002Fdocs.joomla.org\u002FSpecial:MyLanguage\u002FConfiguring_a_LAMPP_server_for_PHP_development)\n- Composer - for managing Joomla's PHP Dependencies. For help installing composer please read the documentation at https:\u002F\u002Fgetcomposer.org\u002Fdoc\u002F00-intro.md\n- Node.js - for compiling Joomla's Javascript and SASS files. For help installing Node.js please follow the instructions available on https:\u002F\u002Fnodejs.org\u002Fen\u002F\n- Git - for version management. Download from here https:\u002F\u002Fgit-scm.com\u002Fdownloads (MacOS users can also use Brew and Linux users can use the built-in package manager, eg apt, yum, etc).\n\n**Steps to setup the local environment:**\n- Clone the repository:\n```bash\ngit clone https:\u002F\u002Fgithub.com\u002Fjoomla\u002Fjoomla-cms.git\n```\n- Go to the joomla-cms folder:\n```bash\ncd joomla-cms\n```\n- Go to the 5.4-dev branch:\n```bash\ngit checkout 5.4-dev\n```\n- Install all the needed composer packages:\n```bash\ncomposer install\n```\n- Install all the needed npm packages:\n```bash\nnpm ci\n```\n\n**Things to be aware of when pulling:**\nJoomla creates a cache of the namespaces of its extensions in `JOOMLA_ROOT\u002Fadministrator\u002Fcache\u002Fautoload_psr4.php`. If\nextensions are created, deleted or removed in git then this file needs to be recreated. You can simply delete the file\nand it will be regenerated on the next call to Joomla.\n\nDo you want to improve Joomla?\n--------------------\n* Where to [request a feature](https:\u002F\u002Fissues.joomla.org)?\n* How do you [report a bug](https:\u002F\u002Fdocs.joomla.org\u002FSpecial:MyLanguage\u002FFiling_bugs_and_issues) on the [Issue Tracker](https:\u002F\u002Fissues.joomla.org)?\n* How to [submit code](https:\u002F\u002Fmanual.joomla.org\u002Fdocs\u002Fget-started\u002Fgit\u002F) to the Joomla CMS using a Pull Request?\n* Get Involved: Joomla! is community developed software. [Join the community](https:\u002F\u002Fvolunteers.joomla.org).\n* Documentation for [Developers](https:\u002F\u002Fmanual.joomla.org\u002F).\n* Documentation for [Web designers](https:\u002F\u002Fdocs.joomla.org\u002FSpecial:MyLanguage\u002FWeb_designers).\n* Provide a translation for Joomla: [Joomla Crowdin Project](https:\u002F\u002Fjoomla.crowdin.com\u002Fcms)\n\nWhich branch should my Pull Request target?\n--------------------\nUsing a simple classification keeps the project **stable**, **transparent**, and **easy** for everyone to contribute.\n\n| Type of change | What it means | Target branch |\n|---|---|---|\n| **Bug \u002F Patch release** | The change fixes an actual error. The software crashes, produces the wrong result, or behaves contrary to its specification. It can be resolved without large‑scale refactoring or new functionality. | **[5.4-dev](https:\u002F\u002Fgithub.com\u002Fjoomla\u002Fjoomla-cms\u002Ftree\u002F5.4-dev)** (6.1-dev) **\\*** |\n| **Feature \u002F Minor release** | Anything that isn’t a strict bug – new behavior, refactoring, performance improvements, enhancements, UI tweaks, etc. These changes are bundled together for the next minor version. | **[6.2-dev](https:\u002F\u002Fgithub.com\u002Fjoomla\u002Fjoomla-cms\u002Ftree\u002F6.2-dev)** |\n\n**\\*** All bugs that already exist in version 5.4.x should be fixed in `5.4-dev`. Only bugs that are introduced for the first time in version 6.x should target the [`6.1-dev`](https:\u002F\u002Fgithub.com\u002Fjoomla\u002Fjoomla-cms\u002Ftree\u002F6.1-dev) branch.\n\nA member of the maintainer or bug squad team confirms the classification and sets the appropriate labels when a PR is opened. If a PR is opened in the wrong branch, a maintainer will simply ask you to retarget it to the proper branch.\n\n\nCopyright\n---------------------\n* (C) 2005 Open Source Matters, Inc. \u003Chttps:\u002F\u002Fwww.joomla.org>\n* Distributed under the GNU General Public License version 2 or later\n* See [License details](https:\u002F\u002Fdocs.joomla.org\u002FSpecial:MyLanguage\u002FJoomla_Licenses)\n","Joomla! CMS 是一个内容管理系统，帮助用户构建网站和强大的在线应用程序。它采用 PHP 语言编写，支持 MySQL、MariaDB 或 PostgreSQL 数据库，并且具备多语言网站支持功能。Joomla! 提供了丰富的扩展性和灵活性，允许开发者通过插件和模块自定义网站功能。适用于需要快速搭建并管理动态内容的中小型企业和个人网站场景，如博客、企业官网等。作为免费开源软件，Joomla! 在 GNU General Public License v2.0 下发布。",2,"2026-06-11 03:17:30","top_language"]