OpenSource-Hub
C

Concrete CMS

828 stars·System Optimization·SHA-256 checksum verified

Concrete CMS (formerly concrete5) is a free PHP-based content management system that provides an intuitive in-page editor and flexible block system for building websites.

Smart Download

Visit Project Homepage

No installer available yet — head to the source repository

A user-friendly open source CMS with drag-and-drop editing and block-based layout.

Core Features

  • WYSIWYG in-page editor - drag and drop content directly
  • Block-based layout - mix text, images, videos, and more
  • Built-in SEO tools - sitemaps, meta tags, etc.
  • Multilingual support - manage multiple languages easily
  • Granular permissions - control user roles and editing rights

What It Can't Do

  • Requires PHP 7.4+ and MySQL/PostgreSQL; 2. Composer install requires PHP CLI; 3. Add-ons from concrete5 may not work on 9.x - verify compatibility before upgrading.

Use Cases

  • Company websites - non-tech staff can update content
  • Blogs and portfolios - simple setup, many themes
  • Community portals - built-in forums and user management

Detailed Introduction

Concrete CMS is a free, open source content management system that allows you to build and manage websites with ease. It offers a user-friendly editing interface, flexible block-based content layout, and extensive customization through themes and add-ons. Originally named concrete5, the platform has evolved to version 9+ with modern PHP practices, Composer dependency management, and a strong community. It supports multilingual sites, SEO tools, and granular user permissions, making it suitable for both small businesses and large enterprises.

Troubleshooting & FAQ (1)

Troubleshooting
How to fix 'Cannot access protected property' error in block templates after upgrading to Concrete CMS 9.5?

This is a known bug introduced in Concrete CMS 9.5 that breaks block templates using legacy variables like $this->block or $this->controller. The official fix will be released in version 9.5.1. If you need an immediate workaround, you can manually patch the core files: In Concrete\\Core\\Block\\View\\BlockView::renderViewContents(), change $this->outputContent = $this->getTemplateService()->renderTemplate($this->template, $scopeItems, $this); to $this->outputContent = $this->getTemplateService()->renderTemplate($this->template, $scopeItems, $this->controller); and in Concrete\\Core\\Template\\Service\\TemplateService::renderPhpTemplate(), change $include = $include->bindTo($bindTo); to $include = $include->bindTo($bindTo, get_class($bindTo));. Alternatively, update your templates to use injected variables like $controller or $view instead of $this.

GitHub Issue #12877

Tags

CMSPHPcontent managementopen sourcewebsite builder

Getting Started

1

Download installer

Click the button above to download the installer for your system

2

Install the software

Double-click the downloaded installer and follow the prompts

3

Step 1: Download the latest release or clone via Composer

4

Step 2: Extract files into your web server directory and configure virtual host to point to public/

5

Step 3: Open site URL in browser, follow installation wizard (database, admin account)

Install Guide
  1. Step 1: Download the latest release or clone via Composer
  2. Step 2: Extract files into your web server directory and configure virtual host to point to public/
  3. Step 3: Open site URL in browser, follow installation wizard (database, admin account)
File Integrity

Checksum not available

This project has not published a SHA-256 checksum on its GitHub Release page

SHA256 Checksum

No checksum available

Download directly from GitHub Releases and verify file integrity yourself

All SHA-256 checksums on this platform are extracted from the project's official GitHub Release page, without any modification. You can independently verify them on the GitHub Releases page.

Open Source Transparency

View GitHub Source
Environment Guide

Uninstall Info

Delete the site directory and drop its database. Always backup important data first.

No Extra Dependencies

Ready to use after download. No additional runtime required.

Project Info
LicenseMIT
Last Updated2026-06-27 13:45:06
GitHub RepositoryOfficial Website

Having issues? Check the FAQ below

1 FAQ

Similar Projects