Below you will find pages that utilize the taxonomy term “WPTechnix”
July 4, 2026
PHP Scoper GitHub Action
Version updated for https://github.com/WPTechnix/action-php-scoper to version v1.0.0.
This action is used across all versions by ? repositories. Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed v1.0.0 — Initial Release A GitHub Action that runs PHP-Scoper to prefix PHP namespaces, preventing dependency conflicts when distributing PHP code as PHARs, WordPress plugins, or Composer libraries.
Features Docker-based action built on humbugphp/php-scoper:0.18.19 with Composer 2 baked in Automatic dependency installation — runs composer install before scoping (configurable) 5 configurable inputs: working-directory, scoper-config, run-composer-install, composer-args, output-directory Graceful fallbacks when scoper.inc.php or composer.json are missing 2 outputs: output-path (absolute path to scoped files) and count-scoped (file count) Proper CI/CD annotations — uses ::error:: and ::warning:: for clear workflow logs Dependabot integration for automated Docker/Actions dependency updates What It Solves PHP distributable code (plugins, libraries, PHARs) often bundles third-party dependencies that can clash with the same dependencies loaded by the host application. This action automates PHP-Scoper’s namespace prefixing so every build produces isolated, conflict-free code.
July 4, 2026
WP POT Generator
Version updated for https://github.com/WPTechnix/wp-pot-generator to version v1.0.0.
This action is used across all versions by ? repositories. Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed v1.0.0 – Initial Release First public release of WP POT Generator, a GitHub Action for generating WordPress .pot translation files using WP-CLI inside a Docker container.
✨ Features Generate .pot files for WordPress plugins and themes Powered by wp i18n make-pot running in Docker Automatic detection of plugin/theme slug Automatic detection of the text domain Support for the <slug> placeholder in custom output paths 10 configurable inputs for flexible generation 4 action outputs for use in GitHub Actions workflows Validation and clear GitHub Actions log annotations for improved error reporting 🧪 Quality Comprehensive test suite covering plugins, themes, custom configurations, include/exclude patterns, and source subdirectories CI pipeline with schema validation, ShellCheck, actionlint, and end-to-end tests Dependabot configuration for GitHub Actions and Docker dependencies Conventional Commit enforcement with Commitlint 🚀 Quick Start - name: Generate POT file uses: WPTechnix/wp-pot-generator@v1 See the README for full documentation and configuration examples.
July 2, 2026
Run PHP Scoper
Version updated for https://github.com/WPTechnix/run-php-scoper to version v1.0.0.
This action is used across all versions by ? repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed v1.0.0 Initial release of the PHP-Scoper Action, a composite GitHub Action for scoping PHP project dependencies using humbug/php-scoper.
What’s Included PHP version selection: Choose any PHP version using php-version (default: 8.2).
Flexible PHP-Scoper versions: Use a specific release tag, version constraint, or branch with scoper-version.