Our Agency's WordPress Workflow

This page summarizes the projects mentioned and recommended in the original post on /r/Wordpress

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • Phinx

    PHP Database Migrations for Everyone

  • - For more granular on db migration between development and production, I use Phinx (https://phinx.org/). So, development team has no need to touch the GUI via wp dashboard to make any changes. This tool is similar to laravel eloquent, or ruby on rails' active record.

  • sail

    Deploy WordPress to DigitalOcean with Sail (by kovshenin)

  • Re. tooling, mostly GitHub, GitHub Actions and an open source tool I built called Sail CLI for deployments and backups.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • satispress

    Expose installed WordPress plugins and themes as Composer packages.

  • For premium or private plugins, you can use SatisPress. SatisPress turns a WordPress site into your own private Composer repository, where plugins/themes installed on the site can be exposed as composer packages, and, since it's a WordPress site, the plugins/themes can be updated just like any other plugin/theme on any other WordPress site would be. SatisPress requires(?) you to authenticate to be able to pull packages into your project - you can leverage Composer's auth.json to automate authentication.

  • Wordpress-Theme-Kit

  • My current setup is similar, but with a src folder that builds into the theme dir. Good idea on the modules folders.

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