PHPackages                             jbutkowski/magento2-patches - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. jbutkowski/magento2-patches

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

jbutkowski/magento2-patches
===========================

A collection of patches for core Magento2

08

Since Mar 20Pushed 8y ago1 watchersCompare

[ Source](https://github.com/jbutkowski/magento2-patches)[ Packagist](https://packagist.org/packages/jbutkowski/magento2-patches)[ RSS](/packages/jbutkowski-magento2-patches/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (4)Used By (0)

Magento Patches
===============

[](#magento-patches)

A collection of Core Magento fixes currently waiting to be merged into Magento.

Sometimes you encounter a core magento bug which has been fixed in the main repo but is not yet distributed, this can be frustrating and you might want the fix yesterday, magento2-patches collects these patches and utilises `vaimo/composer-patches`to apply them to your code base.

Installation
------------

[](#installation)

`composer require jbutkowski/magento2-patches:dev-master`

Add a patch
-----------

[](#add-a-patch)

Go to the PR in the magento2 repo which you want to apply, add .patch to the end of the url and github will produce a patch file for you, put this file in `patches/Magento_ModuleName/magento2-issue-ISSUENUMBER.patch` and then add an entry to the `composer.json` file of this repository:

```
"extra": {
    "patches": {
        "magento/module-name": {
            "Excellent description of the issue which people will see on composer install": {
                "source" : "patches/Magento_ModuleName/magento2-issue-ISSUENUMBER.patch",
                "version" : [
                    "MAGENTO-VERSION_NUMBER e.g. 100.2.*"
                ]
            }
        },
```

Then on composer install you will see the patch applied:

```
Processing patches configuration
  - Applying patches for magento/module-braintree (1)
    ~ space48/magento2-patches: patches/Magento_ModuleName/magento2-issue-ISSUENUMBER.patch [NEW]
      Excellent description of the issue which people will see on composer install

Writing patch info to install file

```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 76.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/bc04a10db049ca734a8c079b032d2f21387912d186be40bf981511aa52a68d88?d=identicon)[jbutkowski](/maintainers/jbutkowski)

---

Top Contributors

[![DanCarlyon](https://avatars.githubusercontent.com/u/4364774?v=4)](https://github.com/DanCarlyon "DanCarlyon (23 commits)")[![joshdifabio](https://avatars.githubusercontent.com/u/5609851?v=4)](https://github.com/joshdifabio "joshdifabio (3 commits)")[![dangron](https://avatars.githubusercontent.com/u/9016317?v=4)](https://github.com/dangron "dangron (2 commits)")[![adampmoss](https://avatars.githubusercontent.com/u/4948435?v=4)](https://github.com/adampmoss "adampmoss (1 commits)")[![jbutkowski](https://avatars.githubusercontent.com/u/878224?v=4)](https://github.com/jbutkowski "jbutkowski (1 commits)")

### Embed Badge

![Health badge](/badges/jbutkowski-magento2-patches/health.svg)

```
[![Health](https://phpackages.com/badges/jbutkowski-magento2-patches/health.svg)](https://phpackages.com/packages/jbutkowski-magento2-patches)
```

###  Alternatives

[aristath/ari-color

A PHP library for color manipulation in themes and plugins

6128.6k](/packages/aristath-ari-color)[symfony/ux-notify

Native notification integration for Symfony

1274.7k](/packages/symfony-ux-notify)[thestringler/manipulator

An OOP approach to string manipulation.

345.5k2](/packages/thestringler-manipulator)[hauntd/yii2-vote

Votes, likes, favorites.

383.1k](/packages/hauntd-yii2-vote)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
