Popularity
1.8
Stable
Activity
0.0
Stable
47
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 -
Workflow
PHP library for defining and executing workflows with parallel processing capabilities. Allows creation of complex task chains with dependencies, conditional execution, and variable injection. -
Composed
Easily parse your project's Composer configuration, and those of its dependencies, at runtime
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
Promo
getstream.io

* 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)