Joomla! alternatives and similar software solutions
Based on the "Content Management Systems (CMS)" category.
Alternatively, view Joomla! alternatives based on common mentions on social networks and blogs.
-
Strapi
🚀 Strapi is the leading open-source headless CMS. It’s 100% JavaScript, fully customizable and developer-first. -
Saleor
Saleor Core: the high performance, composable, headless commerce API. -
Directus
The Modern Data Stack 🐰 — Directus is an instant REST+GraphQL API and intuitive no-code data collaboration app for any SQL database. -
Magento
Prior to making any Submission(s), you must sign an Adobe Contributor License Agreement, available here at: https://opensource.adobe.com/cla.html. All Submissions you make to Adobe Inc. and its affiliates, assigns and subsidiaries (collectively “Adobe”) are subject to the terms of the Adobe Contributor License Agreement. -
WooCommerce
A customizable, open-source ecommerce platform built on WordPress. Build any commerce solution you can imagine. -
Spree Commerce
A headless open source e-commerce platform for global brands -
OpenCart
A free shopping cart system. OpenCart is an open source PHP-based online e-commerce solution. -
PrestaShop
PrestaShop is the universal open-source software platform to build your e-commerce solution. -
Grav
Modern, Crazy Fast, Ridiculously Easy and Amazingly Powerful Flat-File CMS powered by PHP, Markdown, Twig, and Symfony -
django CMS
The easy-to-use and developer-friendly enterprise CMS powered by Django -
Reaction Commerce
Mailchimp Open Commerce is an API-first, headless commerce platform built using Node.js, React, GraphQL. Deployed via Docker and Kubernetes. -
Umbraco
The simple, flexible and friendly ASP.NET CMS used by more than 730.000 websites -
KeystoneJS
The most powerful headless CMS for Node.js — built with GraphQL and React -
Drupal
Verbatim mirror of the git.drupal.org repository for Drupal core. Please see the https://github.com/drupal/drupal#contributing. PRs are not accepted on GitHub. -
Bagisto
An easy to use, free and open source laravel eCommerce platform to build your online shop in no time. -
Open Source POS
Open Source Point of Sale is a web based point of sale application written in PHP using CodeIgniter framework. It uses MySQL as the data back end and has a Bootstrap 3 based user interface. -
Solidus
🛒 Solidus, the open-source eCommerce framework for industry trailblazers. -
Refinery CMS
An extendable Ruby on Rails CMS that supports Rails 6.0+ -
Cockpit
Add content management functionality to any site - plug & play / headless / api-first CMS -
Bolt
Bolt is a simple CMS written in PHP. It is based on Silex and Symfony components, uses Twig and either SQLite, MySQL or PostgreSQL. -
Attendize
Attendize is an open-source ticket selling and event management platform built on Laravel. -
Pimcore
Open Source Data & Experience Management Platform (PIM, MDM, CDP, DAM, DXP/CMS & Digital Commerce) -
Sharetribe
Sharetribe Go is a source available marketplace software, also available as a hosted, no-code SaaS product. For a headless, API-first marketplace solution, check out Sharetribe Flex: https://www.sharetribe.com/flex. -
Apostrophe 2
Apostrophe is a full-featured, open-source CMS built with Node.js that empowers organizations by combining in-context editing and headless architecture in a full-stack JS environment. -
Orchard
Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform. -
Recipes
Application for managing recipes, planning meals, building shopping lists and much much more! -
WriteFreely
A clean, Markdown-based publishing platform made for writers. Write together and build a community. -
Mealie
Mealie is a self hosted recipe manager and meal planner with a RestAPI backend and a reactive frontend application built in Vue for a pleasant user experience for the whole family. Easily add recipes into your database by providing the url and mealie will automatically import the relevant data or add a family recipe with the UI editor -
Shopware Community Edition
Shopware 5 Repository - For Shopware 6 visit https://github.com/shopware/platform -
Gazelle
Gazelle is a web framework geared towards private BitTorrent trackers. Although naturally focusing on music, it can be modified for most needs. -
TYPO3
The TYPO3 Core - Enterprise Content Management System. Synchronized mirror of https://review.typo3.org/q/project:Packages/TYPO3.CMS -
Open Food Network
Connect suppliers, distributors and consumers to trade local produce. We're recruiting paid contributors, link below. -
PencilBlue
Business class content management for Node.js (plugins, server cluster management, data-driven pages) -
Camaleon CMS
Camaleon CMS is a dynamic and advanced content management system based on Ruby on Rails -
Concrete 5 CMS
Official repository for Concrete CMS development -
Osclass
With Osclass, get your own classifieds site for free. Build your own Osclass installation and start advertising real estate, jobs or whatever you want- in minutes! -
Thelia
Thelia is an open source tool for creating e-business websites and managing online content. Repo containing the new major version (v2) -
ProcessWire
ProcessWire 3.x is a friendly and powerful open source CMS with a strong API. -
eLabFTW
:notebook: eLabFTW is the most popular open source electronic lab notebook for research labs.
Clean code begins in your IDE with SonarLint
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Joomla! or a related project?
Popular Comparisons
README
Joomla! CMS™
Build Status
Drone-CI | AppVeyor | PHP | Node | npm |
---|---|---|---|---|
Overview
- This is the source of Joomla! 4.x.
- Joomla's Official website.
- Joomla! 4.2 version history.
- Detailed changes are in the changelog.
What is Joomla?
- Joomla! is a Content Management System (CMS) which enables you to build websites and powerful online applications.
- It is a simple and powerful web server application which requires a server with PHP and either MySQL or PostgreSQL to run. You can find full technical requirements here.
- Joomla! is free and Open Source software distributed under the GNU General Public License version 2 or later.
Looking for an installable package?
Joomla is not installable out of the box from this repository, please use:
- For the latest stable package: https://downloads.joomla.org
- For a nightly package: https://developer.joomla.org/nightly-builds.html
How to get a working installation from the source
For detailed instructions please visit https://docs.joomla.org/Special:MyLanguage/J4.x:Setting_Up_Your_Local_Environment
You will need:
- PHP - basically the same as you need for running a Joomla Site, but you need the cli (command line interface) Version (see https://docs.joomla.org/Special:MyLanguage/Configuring_a_LAMPP_server_for_PHP_development)
- Composer - for managing Joomla's PHP Dependencies. For help installing composer please read the documentation at https://getcomposer.org/doc/00-intro.md
- Node.js - for compiling Joomla's Javascript and SASS files. For help installing Node.js please follow the instructions available on https://nodejs.org/en/
- Git - for version management. Download from here https://git-scm.com/downloads (MacOS users can also use Brew and Linux users can use the built-in package manager, eg apt, yum, etc).
Steps to setup the local environment:
- Clone the repository:
bash git clone https://github.com/joomla/joomla-cms.git
- Go to the joomla-cms folder:
bash cd joomla-cms
- Go to the 4.2-dev branch:
bash git checkout 4.2-dev
- Install all the needed composer packages:
bash composer install
- Install all the needed npm packages:
bash npm ci
Things to be aware of when pulling:
Joomla creates a cache of the namespaces of its extensions in JOOMLA_ROOT/administrator/cache/autoload_psr4.php
. If
extensions are created, deleted or removed in git then this file needs to be recreated. You can simply delete the file
and it will be regenerated on the next call to Joomla.
Do you want to improve Joomla?
- Where to request a feature?
- How do you report a bug on the Issue Tracker?
- Get Involved: Joomla! is community developed software. Join the community.
- Documentation for Developers.
- Documentation for Web designers.
- Provide a translation for Joomla: Joomla Crowdin Project
Copyright
- (C) 2005 Open Source Matters, Inc. https://www.joomla.org
- Distributed under the GNU General Public License version 2 or later
- See License details
*Note that all licence references and agreements mentioned in the Joomla! README section above
are relevant to that project's source code only.