SaaSHub helps you find the best software and product alternatives Learn more →
Joomla! Alternatives
Similar projects and alternatives to Joomla!
-
WordPress
WordPress, Git-ified. This repository is just a mirror of the WordPress subversion repository. Please do not send pull requests. Submit pull requests to https://github.com/WordPress/wordpress-develop and patches to https://core.trac.wordpress.org/ instead.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
Matomo
Empowering People Ethically 🚀 — Matomo is hiring! Join us → https://matomo.org/jobs Matomo is the leading open-source alternative to Google Analytics, giving you complete control and built-in privacy. Easily collect, visualise, and analyse data from websites & apps. Star us on GitHub ⭐️ – Pull Requests welcome!
-
Zulip
Zulip server and web application. Open-source team chat that helps teams stay productive and focused.
-
-
Grav
Modern, Crazy Fast, Ridiculously Easy and Amazingly Powerful Flat-File CMS powered by PHP, Markdown, Twig, and Symfony
-
Wekan
The Open Source kanban, built with Meteor. GitHub issues/PRs are only for FLOSS Developers, not for support, support is at https://wekan.fi/commercial-support/ . New English strings for new features at imports/i18n/data/en.i18n.json . Non-English translations at https://app.transifex.com/wekan/wekan only.
-
-
GoAccess
GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser.
-
-
-
osTicket
The osTicket open source ticketing system official project repository, for versions 1.8 and later
-
-
Redash
Make Your Company Data Driven. Connect to any data source, easily visualize, dashboard and share your data.
-
-
OpenCart
A free shopping cart system. OpenCart is an open source PHP-based online e-commerce solution.
-
TYPO3
The TYPO3 Core - Enterprise Content Management System. Synchronized mirror of https://review.typo3.org/q/project:Packages/TYPO3.CMS
Joomla! discussion
Joomla! reviews and mentions
-
Deploying Joomla CMS: Two Tier Architecture on AWS With EC2 and RDS
cd /var/www/html sudo curl -L -o joomla.zip https://github.com/joomla/joomla-cms/releases/download/3.9.28/Joomla_3.9.28-Stable-Full_Package.zip
-
16 Best CMS Platforms for Websites in 2025
Joomla is free, open-source CMS that gives more structure and flexibility than WordPress, making it ideal for complex websites. It has strong user access controls, multilingual support, and a loyal developer community. It’s best suited for users with some technical background.
-
Connecting third-party PHP libraries in Joomla
use Joomla\CMS\Helper\LibraryHelper; use Joomla\CMS\Cache\Cache; /** * Function called before extension installation/update/removal procedure commences. * * @param string $type The type of change (install or discover_install, update, uninstall) * @param InstallerAdapter $adapter The adapter calling this method * * @return boolean True on success * * @since 1.0.0 */ public function preflight(string $type, InstallerAdapter $adapter): bool { if ($type == 'uninstall') { return true; } /** * * Joomla when updating extensions of the library type, it actually deletes them (along with the data in the database), * and then installs it again. * In order to avoid losing library data from the database, we are writing this crutch. * * @see https://github.com/joomla/joomla-cms/issues/39360 * */ if ($type == 'update') { $lib_params = LibraryHelper::getParams('Webtolk/Amocrm'); $jconfig = $this->app->getConfig(); $options = array( 'defaultgroup' => 'wt_amo_crm_temp', 'caching' => true, 'cachebase' => $jconfig->get('cache_path'), 'storage' => $jconfig->get('cache_handler'), ); $cache = Cache::getInstance('', $options); $cache->store($lib_params, 'wt_amo_crm_temp'); } return true; }
-
Preparing extensions for Joomla 6. CMSObject -> stdClass.
PR on Joomla GitHub
-
Understanding Content Management Systems (CMS): A Comprehensive Guide
Joomla.org. (n.d.). Joomla! The popular open-source CMS. Retrieved from https://www.joomla.org/
-
The 50 best open-source alternatives to popular SaaS software
Website: Joomla
- Joomla 5 Upgrade on new 4.4 website fails code 0 "libraries/src/Event/AbstractEvent.php on line 225"
-
Joomla! 4.3 on OpenBSD 7.3: Install
Joomla! is one of popular PHP content management systems (aka CMS). It is good for portal-like websites as well as blogging platforms. The first version was released in 2005 and, after long progress, the latest major one was done two years ago (on 2021-08-17).
-
What is a Headless CMS: a Visual Guide
CMSs have long been the backbone of digital content creation and delivery. Traditional CMS platforms, including open-source solutions like WordPress, Joomla, and Drupal, have been popular due to their ease of use and integration of content creation and presentation.
-
What is a Visual Headless CMS (aka Visual CMS)?
This post will be discussing a cutting-edge concept known as a Headless Visual CMS, or Headless Visual Content Management System. This is not your ordinary CMS; we are not referring to platforms like WordPress, Joomla, Drupal, Sanity.io, Contentful, or anything like that. Instead, we're talking about a fusion of the best headless CMS features and the simplicity of site builders like Wix or Squarespace.
-
A note from our sponsor - SaaSHub
www.saashub.com | 15 Jun 2026
Stats
joomla/joomla-cms is an open source project licensed under GNU General Public License v3.0 only which is an OSI approved license.
Joomla! is marked as "self-hosted". This means that it can be used as a standalone application on its own.
The primary programming language of Joomla! is PHP.