Popularity
1.7
Stable
Activity
0.0
Stable
48
4
3
Programming language: PHP
License: GNU General Public License v3.0 or later
Latest version: v0.0.1
Patch Installer alternatives and similar libraries
Based on the "Dependency Management Extras" category.
Alternatively, view Patch Installer alternatives based on common mentions on social networks and blogs.
-
Satis
Simple static Composer repository generator - For a full private Composer repo use Private Packagist -
Composed
Easily parse your project's Composer configuration, and those of its dependencies, at runtime
Cloudways' Black Friday Offer - 1st Choice of Developers
Cloudways: Devs' 1st choice for managed hosting! Pick from top-tier Cloud providers like DigitalOcean, AWS, and GCE. Limited-time deal: 40% OFF for 4 Months + 40 Free Migrations.
Promo
platform.cloudways.com
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Patch Installer or a related project?
README
patch-installer
Patch other composer packages on install or update.
experimental feature
Usage
For a patch
type change the install path to vendor directory and merge into other vendor directories.
Your composer.json
{
"type": "patch",
"require": {
"some/dependency": "*",
"goatherd/patch-installer": "*"
},
"extra": {
"patch-path": "some/dependency",
"patch-files": [
"path/to/firstFile.ext",
"config.xml"
]
}
}
Limitations
- order of installation is important
- do not try to patch a patch
- can not uninstall (but updates)