WordPress and Components

This page summarizes the projects mentioned and recommended in the original post on dev.to

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
featured
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
featured
  1. wordpress-core

    Managing WP with Composer can also be done manually by setting our composer.json file, following this awesome recipe based on core contributor John P. Bloch’s mirror of WordPress’ core.

  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. WordPress Packagist

    WordPress Packagist — manage your plugins with Composer

    Similar to Packagist, WPackagist is a PHP package repository. It contains all the themes and plugins hosted on the WordPress plugin and theme directories, making them available to be managed through Composer.

  4. gutenberg

    The Block Editor project for WordPress and beyond. Plugin is available from the official repository.

    Gutenberg as part of the core has added modern capabilities for building sites on the frontend. Blocks, a high-level component resembling React’s, are the basic unit to build a webpage’s frontend nowadays. In my opinion, shortcodes, custom fields and metaboxes will soon be a thing of the past, while Gutenberg will probably take over as a full development platform.

  5. bedrock

    WordPress boilerplate with Composer, easier configuration, and an improved folder structure

    As opposed to traditional WordPress setups, Composer treats WP core as a site’s dependency and not as the site itself, that’s why it installs it in a sub-directory. To make it easier to completely manage WordPress with Composer, several projects have taken the stance of installing WordPress in a subfolder. Roots provides a WordPress boilerplate called Bedrock, that I can personally vouch for since we’ve used it on a large multisite WP network for the past 3 years.

  6. Packagist

    Package Repository Website - try https://packagist.com if you need your own -

    Composer and Packagist have become key tools for establishing the foundations of PHP-based applications. Packagist is essentially a directory containing PHP code out of which Composer, a PHP-dependency manager, retrieves packages. Their ease of use and exceptional features simplify the process of importing and managing own and third-party components into our PHP projects.

  7. Composer

    Dependency Manager for PHP

    Composer and Packagist have become key tools for establishing the foundations of PHP-based applications. Packagist is essentially a directory containing PHP code out of which Composer, a PHP-dependency manager, retrieves packages. Their ease of use and exceptional features simplify the process of importing and managing own and third-party components into our PHP projects.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • How do you create WordPress websites for your clients?

    4 projects | /r/webdev | 23 Jun 2023
  • 📚 How to see what changed in Composer files

    2 projects | dev.to | 17 May 2024
  • Where are people getting cgi/php scripts from nowadays?

    2 projects | /r/web_design | 21 Dec 2022
  • Backdoor in several WP Themes and Plugins from AccessPress

    5 projects | /r/PHP | 24 Jan 2022
  • how to send $_session variables from game1.php to game2.php?

    2 projects | /r/PHP | 9 Jan 2022

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