Concrete CMS

Concrete5 是用 PHP 语言编写的开源的内容管理系统。「concrete5 is an Open Source Content Management System (CMS) written in PHP programming language. 」

Github stars Tracking Chart

Concrete5 是用PHP语言编写的内容管理系统。concrete5 版本7 是一个像 Symfony 或 Laravel 一样的框架。

Concrete5 始于 2003 的 Concrete CMS,在 2003 和 2008 之间,是许多 Web 应用程序、网站、商店和论坛背后的管理系统。2008 年,Concrete 的第五个主要版本发布更名 Concrete5,并以 MIT 许可方式推出完全开源的版本。2008 和 2014 之间,Concrete5 发布了 7 个版本,进一步细化界面添加许多额外的功能,包括本地化的支持和一个完整的商业和非商业的市场支持。2014 年版本 7 彻底改善为现代 PHP 接口和基本框架。Concrete5 现在已经在 2021 年被重新命名为 Concrete CMS。

Concrete 已经允许参与网站的个人轻松管理他们的内容和网站结构。最重要的是,concrete5 背后的目标一直是让任何人都能轻松地运行一个网站。

功能参见:https://www.concretecms.com/about/features



Overview

Name With Ownerconcretecms/concretecms
Primary LanguagePHP
Program languageJavaScript (Language Count: 10)
PlatformLinux, Mac, Windows
License:MIT License
Release Count85
Last Release Name9.2.8 (Posted on )
First Release Name5.7.0 (Posted on 2014-09-12 15:31:37)
Created At2014-04-22 18:12:28
Pushed At2024-04-26 18:50:36
Last Commit At2023-07-12 11:43:53
Stargazers Count762
Watchers Count77
Fork Count449
Commits Count31.3k
Has Issues Enabled
Issues Count5195
Issue Open Count521
Pull Requests Count5903
Pull Requests Open Count46
Pull Requests Close Count895
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

Github Actions Build Status
AppVeyor Build Status
Join Slack

Welcome to the official repository for concrete5 development! concrete5 is an open source CMS built by people from
around the world. Want to get involved? Check out our contributor guide for more info.

Documentation

If you're looking for concrete5 documentation, you'll want to navigate over to documentation.concrete5.org.
If you see anything that needs more information or is just completely wrong, contributions are welcomed!
Just log in to the documentation site with your concrete5.org account and edit away!

Installation

  1. Clone the repository

     git clone https://github.com/concrete5/concrete5.git
     cd concrete5/
    
  2. Use Composer to install the third party dependencies

     composer install
    

Community Channels

Legacy

Looking for legacy versions of concrete5? Head over to the concrete5-legacy repository.

To the top