diff --git a/README.md b/README.md index 71e3c9f9..ba2e9115 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT - [Dependency Management Extras](#dependency-management-extras) - [Frameworks](#frameworks) - [Framework Extras](#framework-extras) + - [Content Management Systems](#content-management-systems-cms) - [Components](#components) - [Micro Frameworks](#micro-frameworks) - [Micro Framework Extras](#micro-framework-extras) @@ -131,6 +132,14 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [Knp RAD Components](https://rad.knplabs.com/) - A set of Rapid Application Development (RAD) components for Symfony. * [Symfony CMF](https://github.com/symfony-cmf/symfony-cmf) - A Content Management Framework to create custom CMS. +### Content Management Systems (CMS) +*Tools for managing digital content.* +* [Drupal](https://www.drupal.org) - An enterprise level CMS. +* [WordPress](https://wordpress.org/) A blogging platform and CMS. +* [Joomla](https://www.joomla.org/) - Another leading CMS. +* [Concrete5](https://www.concrete5.org/) - A CMS targering users with a minimum of technical skills. +* [BackdropCMS](https://backdropcms.org) - A CMS targeting small-to-medium sized business and non-profits (a fork of Drupal). + ### Components *Standalone components from web development frameworks and development groups.*