Joomla! Alternatives

Similar projects and alternatives to Joomla!

  1. 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.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. Nextcloud

    ☁️ Nextcloud server, a safe home for all your data

  4. Ghost

    327 Joomla! VS Ghost

    Independent technology for modern publishing, memberships, subscriptions and newsletters.

  5. Keycloak

    261 Joomla! VS Keycloak

    Open Source Identity and Access Management For Modern Applications and Services

  6. Odoo

    160 Joomla! VS Odoo

    Odoo. Open Source Apps To Grow Your Business.

  7. Matomo

    155 Joomla! VS 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!

  8. Zulip

    134 Joomla! VS Zulip

    Zulip server and web application. Open-source team chat that helps teams stay productive and focused.

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. Rocket.Chat

    122 Joomla! VS Rocket.Chat

    The communications platform that puts data protection first.

  11. Grav

    91 Joomla! VS Grav

    Modern, Crazy Fast, Ridiculously Easy and Amazingly Powerful Flat-File CMS powered by PHP, Markdown, Twig, and Symfony

  12. Moodle

    84 Joomla! VS Moodle

    Moodle - the world's open source learning platform

  13. Wekan

    83 Joomla! VS Wekan

    The Open Source kanban (built with Meteor). Keep variable/table/field names camelCase. For translations, only add Pull Request changes to wekan/i18n/en.i18n.json , other translations are done at https://app.transifex.com/wekan/wekan only.

  14. GoAccess

    GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser.

  15. OpenProject

    73 Joomla! VS OpenProject

    OpenProject is the leading open source project management software.

  16. Gogs

    70 Joomla! VS Gogs

    Gogs is a painless self-hosted Git service

  17. osTicket

    The osTicket open source ticketing system official project repository, for versions 1.8 and later

  18. Zammad

    53 Joomla! VS Zammad

    Zammad is a web based open source helpdesk/customer support system

  19. Redash

    41 Joomla! VS Redash

    Make Your Company Data Driven. Connect to any data source, easily visualize, dashboard and share your data.

  20. Mautic

    34 Joomla! VS Mautic

    Mautic: Open Source Marketing Automation Software.

  21. DOLIBARR ERP & CRM

    Dolibarr ERP CRM is a modern software package to manage your company or foundation's activity (contacts, suppliers, invoices, orders, stocks, agenda, accounting, ...). it's an open source Web application (written in PHP) designed for businesses of any sizes, foundations and freelancers.

  22. OpenCart

    A free shopping cart system. OpenCart is an open source PHP-based online e-commerce solution.

  23. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better Joomla! alternative or higher similarity.

Joomla! discussion

Log in or Post with

Joomla! reviews and mentions

Posts with mentions or reviews of Joomla!. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-12-18.
  • Connecting third-party PHP libraries in Joomla
    1 project | dev.to | 26 Dec 2024
    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.
    1 project | dev.to | 21 Dec 2024
    PR on Joomla GitHub
  • Understanding Content Management Systems (CMS): A Comprehensive Guide
    4 projects | dev.to | 18 Dec 2024
    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
    73 projects | dev.to | 10 Jul 2024
    Website: Joomla
  • Joomla 5 Upgrade on new 4.4 website fails code 0 "libraries/src/Event/AbstractEvent.php on line 225"
    1 project | /r/joomla | 20 Oct 2023
  • Joomla! 4.3 on OpenBSD 7.3: Install
    6 projects | dev.to | 5 Sep 2023
    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
    1 project | dev.to | 31 Aug 2023
    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)?
    6 projects | dev.to | 17 Jul 2023
    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.
  • Looking for CMS recommendations based on specific requirements (Vue, forced Google OAuth)
    2 projects | /r/webdev | 15 May 2023
    Website: https://www.joomla.org/
  • Getting your first Software Development Job
    1 project | dev.to | 29 Jan 2023
    To help illustrate my point, here's a short rendition of my personal career trajectory. I started out studying Marine Biology. Then taught ESL. Then worked in non-profits in Mexico and Central America. Then became really interested in building online businesses to related to the travel industry. So while living in a small jungle community in Honduras, I decided to teach myself how to make websites. I chose PHP as my first programming language to learn (with CSS and HTML) using the Joomla framework. Living in a small town, which just received dialup internet and lacked running water, I wasn't exactly in tech-hub. But I dedicated the hours and spent many long days (and nights) wrestling with the concepts of a CMS, learning CSS (for IE6 no less) and figuring out how to make a really ugly website. Then an amazing thing happened. Word got out in the town I was living in that I knew how to make websites, and suddenly owner of the internet cafe I had been living at for the past 4 weeks asked me to make them a website. So I did! Then they referred me to others in the town who needed websites and soon I had a side hustle that was allowing me to learn and earn at the same time.
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 19 Mar 2025
    Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →

Stats

Basic Joomla! repo stats
33
4,859
9.8
6 days ago

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.


Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you know that PHP is
the 14th most popular programming language
based on number of references?