Libraries tagged by package patches
cweagans/composer-patches
75412800 Downloads
Provides a way to patch Composer packages.
vaimo/composer-patches
3529720 Downloads
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 patch command for testing/troubleshooting added patches.
symplify/vendor-patches
4419492 Downloads
Generate vendor patches for packages with single command
migrify/vendor-patches
989769 Downloads
Generate vendor patches for packages with single command
vardot/varbase-patches
31009 Downloads
List of needed patches for Varbase used packages with Composer Patches.
mlocati/composer-patcher
212243 Downloads
A Composer plugin to patch Composer packages.
creativestyle/composer-plugin-patchset
24993 Downloads
Composer plugin that automatically applies patches from a patchset package
goalgorilla/open_social_upgrade_patches
55840 Downloads
A package to help with patch selection during the Drupal 9 to Drupal 10 upgrade of Open Social
goatherd/patch-installer
99 Downloads
Install package as patch directly to vendor directory
servinube/composer-patches
270 Downloads
Provides a way to patch Composer packages.
labofgood/rector-output-to-composer-patches
17 Downloads
This tool utilizes Rector json output to create composer patches for third-party packages.
williamheelis/restful-inputs
54 Downloads
Simple RESTful globals: $_PUT, $_PATCH, $_DELETE, $_HEADER, $_JSON, $_PATH, $_RES for PHP APIs. Basically this is an extension of the logic PHP probably intended when they introduced _GET and _POST and this package simply extends it and is useful shorthand option for RESTful api end points as a result. The focus was on inline brevity, and assumes plenty of `/api/someItem/index.php` -> `PATCH::/api/someItem/` structure. (i.e lots of dirs with one index.php each!)
mouf/database.patcher
85040 Downloads
A database patch system designed for Mouf than enables developers to know what patch has been run and what needs to be run on its environment. This package adds database support to the Mouf patch system (mouf/utils.patcher).
marcoraddatz/entrust
2491 Downloads
This package patches some Laravel 5.2 related issues with Entrust and is not maintained any longer. DO NOT INSTALL ON FRESH ENVIRONMENTS!
conectra/active-rest
1308 Downloads
This is a library to make CRUD's with your REST API. With this package, and some framework like Slim. You can abstract operations: POST,PUT,PATCH,DELETE,FIND,FINDONE at your Routes.