PHP php-cms

Open-source PHP projects categorized as php-cms

Top 6 PHP php-cm Projects

  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.

    Project mention: Arguments a customer can understand not to use WordPress | dev.to | 2025-04-19

    I saw an article that Wordpress has a new version. So I checked the code on Github. While I could do a lot of moaning about the code, I want to present some arguments that can help you to make a customer not choose for WordPress.

  2. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  3. Joomla!

    Home of the Joomla! Content Management System

    Project mention: Connecting third-party PHP libraries in Joomla | dev.to | 2024-12-26

    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; }

  4. cms

    Multilingual PHP CMS built with Laravel and bootstrap (by LavaLite)

  5. pH7-Social-Dating-CMS

    😻 pH7Builder (formerly pH7CMS) is a Professional & Open Source Social Dating CMS written in PHP 8 🚀 This Social Dating Script aims to be low resource-intensive, powerful and secure. pH7Builder includes over 40 modules. It is the first Professional, Free & Open Source Social Dating Site Builder Software and the first choice for enterprise level Da

  6. Vvveb CMS

    Powerful and easy to use cms to build websites, blogs or ecommerce stores.

    Project mention: Ask HN: Who wants to be hired? (September 2024) | news.ycombinator.com | 2024-09-02

    Location: Romania

    Remote: Yes (worldwide)

    Willing to relocate: No

    Technologies: PHP, JavaScript, MySQL, PostgreSQL, SQLite, Docker, HTML, SCSS, Bootstrap, Linux

    Linkedin: https://www.linkedin.com/in/givanz/

    Email: [email protected]

    Github: https://github.com/givanz

    Experienced Full Stack Developer, developing Open Source Vvveb CMS https://www.vvveb.com and VvvebJS page builder.

  7. corporZ

    CorporZ- Corporate Website With CodeIgniter PHP Framework- Contribute To Improve Please

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

PHP php-cms discussion

Log in or Post with

PHP php-cms related posts

  • Automattic Hit with Class Action over WP Engine Dispute

    1 project | news.ycombinator.com | 26 Feb 2025
  • WordPress plugin appeared on its own: WP Integumentary Mandated

    1 project | news.ycombinator.com | 14 Jan 2025
  • Understanding Content Management Systems (CMS): A Comprehensive Guide

    4 projects | dev.to | 18 Dec 2024
  • Centralised Version Control Systems (CVCS) – Expanded Guide on SVN

    1 project | dev.to | 6 Dec 2024
  • Level Up Your WordPress Skills with WebAssembly

    3 projects | dev.to | 28 Nov 2024
  • WordPress: The Drama Continues

    1 project | news.ycombinator.com | 14 Oct 2024
  • My WordPress Slack Ban

    1 project | news.ycombinator.com | 11 Oct 2024
  • A note from our sponsor - SaaSHub
    www.saashub.com | 20 Apr 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source php-cm projects in PHP? This list will help you:

# Project Stars
1 WordPress 20,058
2 Joomla! 4,881
3 cms 2,869
4 pH7-Social-Dating-CMS 983
5 Vvveb CMS 561
6 corporZ 10

Sponsored
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com