Popularity
1.6
Stable
Activity
0.0
Stable
49
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 -
Composer Merge Plugin
Merge one or more additional composer.json files at Composer runtime -
composer-normalize
:musical_note: Provides a composer plugin for normalizing composer.json. -
tooly
Simple composer script to manage phar files using project composer.json. -
Composed
Easily parse your project's Composer configuration, and those of its dependencies, at runtime -
Composer Checker
A tool to validate Composer configurations. -
LiteConfig
A lightweight PHP static class with zero dependencies.
Build time-series-based applications quickly and at scale.
InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
Promo
www.influxdata.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)