composer-patches
Dependency patcher
Automates patching of dependencies in a PHP project using a plugin for Composer
Applies a patch from a local or remote file to any package that is part of a given composer project. Patches can be defined both on project and on package level. Optional support for patch versioning, sequencing, custom patch applier configuration and composer command for testing/troubleshooting patches.
290 stars
11 watching
41 forks
Language: PHP
last commit: 15 days ago
Linked from 2 awesome lists
appliercomposercomposer-commandscomposer-extensioncomposer-packagescomposer-pluginconstraintsmaintenancepatch-extensionpatcherpatchespatchingplugin
Related projects:
Repository | Description | Stars |
---|---|---|
netresearch/composer-patches-plugin | Provides patches to modify dependencies during package installation and updating | 79 |
cweagans/composer-patches | Applies patches to dependencies installed by Composer. | 1,530 |
mageops/php-composer-plugin-patchset | Automates patch application for dependencies in PHP projects using Composer plugin | 7 |
goatherd/patch-installer | Automates patching of dependencies during installation or update of PHP projects | 48 |
repman-io/composer-plugin | Enables dependency mirroring without manual updates | 10 |
dereuromark/composer-prefer-lowest | Verifies that dependencies used by composer update are at or above the minimum versions defined in composer.json | 20 |
composer-unused/composer-unused | A tool to scan your PHP code and identify unused Composer dependencies. | 1,529 |
fxpio/composer-asset-plugin | Manages asset dependencies in PHP projects using NPM and Bower data without installing those tools | 892 |
composer/package-versions-deprecated | A Composer addon to efficiently get installed packages' version numbers | 1,509 |
beberlei/composer-monorepo-plugin | Enables managing dependencies for multiple packages in a single repository using Composer | 305 |
mnsami/composer-custom-directory-installer | A composer plugin for installing packages outside the default vendor directory | 138 |
composer/installers | An installer tool for PHP packages that simplifies the installation process by automatically determining the installation path based on package type. | 1,432 |
villfa/composer-substitution-plugin | Replaces placeholders in scripts with dynamic values during Composer command execution. | 50 |
composer/composer | A dependency manager for PHP projects. | 28,636 |
civicrm/composer-compile-plugin | Allows PHP libraries to define compilation steps | 12 |