To vote or comment, enter your email and we'll send a magic link
Double posting to add posts from DeliciousBrains that details how they made their premium plugins work with Composer.
https://deliciousbrains.com/composer-premium-wordpress-plugins/ https://deliciousbrains.com/improved-authentication-composer-support/
+1 for this. FacetWP is used on 99% of our agency’s WordPress builds, and it’s one of the few plugins we have to manage manually. My current workflow is to constantly check the changelog to see if there’s a new version. If so, I download it and replace the files in a private repo with a composer.json that lets me require/update it in our projects.
Conversely, for ACF and GravityForms we use this: https://github.com/junaidbhura/composer-wp-pro-plugins
This would be spectacular, as we are looking to try to automate our build processes.