PHPackages                             webmachine/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. webmachine/patches

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

webmachine/patches
==================

Patches for Laravel 5

v1.1.3(4y ago)0249MITPHPPHP &gt;=5.5.0

Since Jul 13Pushed 4y ago2 watchersCompare

[ Source](https://github.com/webmachineltda/patches)[ Packagist](https://packagist.org/packages/webmachine/patches)[ RSS](/packages/webmachine-patches/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (5)Dependencies (3)Versions (6)Used By (0)

Patches for Laravel 5
=====================

[](#patches-for-laravel-5)

Install
-------

[](#install)

Via Composer

```
$ composer require webmachine/patches
```

Next, you must install the service provider:

```
// config/app.php
'providers' => [
    ...
    Webmachine\Patches\PatchesServiceProvider::class,
];
```

Publish

```
$ php artisan vendor:publish --provider="Webmachine\Patches\PatchesServiceProvider"
```

Usage
-----

[](#usage)

Create a new Patch

```
$ php artisan make:patch MyPatch
```

Run Patch

```
$ php artisan patch MyPatch
```

Show Patch Log

```
$ php artisan patch:log
```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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.

###  Release Activity

Cadence

Every ~151 days

Total

5

Last Release

1566d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/71db86d24b04a18c9016c8b517c9021df438cd3ad4a704bd5a5d2131ca58c1fc?d=identicon)[webmachine](/maintainers/webmachine)

---

Top Contributors

[![caacuna](https://avatars.githubusercontent.com/u/8000557?v=4)](https://github.com/caacuna "caacuna (7 commits)")

---

Tags

laravelpatches

### Embed Badge

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

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[api-platform/laravel

API Platform support for Laravel

59156.3k11](/packages/api-platform-laravel)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)[flarum/core

Delightfully simple forum software.

201.4M2.2k](/packages/flarum-core)[wearepixel/laravel-cart

A cart implementation for Laravel

1355.6k](/packages/wearepixel-laravel-cart)[frittenkeez/laravel-vouchers

Voucher system for Laravel 11+

5821.2k2](/packages/frittenkeez-laravel-vouchers)

PHPackages © 2026

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