composer-patches-plugin
Dependency patcher
Provides patches to modify dependencies during package installation and updating
Plugin for composer to apply patches onto dependencies.
79 stars
16 watching
22 forks
Language: PHP
last commit: 10 months ago
Linked from 1 awesome list
composercomposer-pluginpatches
Related projects:
Repository | Description | Stars |
---|---|---|
cweagans/composer-patches | Applies patches to dependencies installed by Composer. | 1,530 |
vaimo/composer-patches | Automates patching of dependencies in a PHP project using a plugin for Composer | 290 |
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 |
composer-unused/composer-unused | A tool to scan your PHP code and identify unused Composer dependencies. | 1,529 |
maglnet/composerrequirechecker | Analyzes composer dependencies and checks for unknown symbols used in the code of a package. | 896 |
dereuromark/composer-prefer-lowest | Verifies that dependencies used by composer update are at or above the minimum versions defined in composer.json | 20 |
composer/package-versions-deprecated | A Composer addon to efficiently get installed packages' version numbers | 1,509 |
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 |
shipmonk-rnd/composer-dependency-analyser | Detects and reports on unused, shadow, and misplaced dependencies in PHP projects using Composer. | 426 |
bamarni/composition | An API to check environment dependencies at runtime using Composer | 107 |
lastcallmedia/composerextrafiles | Allows dependencies to be downloaded with specific files extracted and installed during package installation | 0 |
ionbazan/composer-diff | Tool to compare changes in Composer dependencies between different versions of a project's composer.lock file and generate a report. | 147 |
collective/collective.patchwatcher | Automatically tracks and merges version updates of dependencies in overridden files | 1 |
mnsami/composer-custom-directory-installer | A composer plugin for installing packages outside the default vendor directory | 138 |