PHPackages                             0plus1/patchr-laravel - 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. [Framework](/categories/framework)
4. /
5. 0plus1/patchr-laravel

ActiveLibrary[Framework](/categories/framework)

0plus1/patchr-laravel
=====================

Laravel wrapper for Patchr

v0.9.3(9y ago)0206MITPHPPHP &gt;=5.5.9

Since Mar 15Pushed 9y ago1 watchersCompare

[ Source](https://github.com/0plus1/patchr-laravel)[ Packagist](https://packagist.org/packages/0plus1/patchr-laravel)[ RSS](/packages/0plus1-patchr-laravel/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (3)Dependencies (2)Versions (4)Used By (0)

Patchr - Laravel/Lumen
======================

[](#patchr---laravellumen)

###### MySQL version control [Patchr on github](https://github.com/0plus1/patchr).

[](#mysql-version-control-patchr-on-github)

Install
-------

[](#install)

**Composer**

```
composer require 0plus1/patchr-laravel

```

**Create folder**Create a new folder named *patchr* in your storage folder.

**Laravel**

In *./config/app.php*

Add:

```
Zeroplusone\Patchr\Laravel\LaravelServiceProvider::class,
```

To the 'providers' array.

Then run:

```
php artisan vendor:publish --provider="Zeroplusone\Patchr\Laravel\LaravelServiceProvider" --tag="config"

```

To publish the configuration file.

**Lumen**

First copy the configuration file: `./vendor/0plus1/patchr-laravel/config/patchr.php` to `./config/patchr.php`

In *./bootstrap/app.php* add:

```
$app->register( Zeroplusone\Patchr\Laravel\LumenServiceProvider::class);
```

To the 'Register Service Providers' section.

```
$app->configure('patchr');
```

To the 'Create The Application' section.

\####Publish config

**Laravel**

**Lumen**

```
php artisan vendor:publish --provider="Zeroplusone\Patchr\Laravel\LumenServiceProvider" --tag="config"

```

This will publish a *./config/patchr.php* file.

\####Configure

Change configuration to suit your app needs ([Documentation](https://github.com/0plus1/patchr)).

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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 ~17 days

Total

3

Last Release

3359d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/420815?v=4)[Davide](/maintainers/0plus1)[@0plus1](https://github.com/0plus1)

---

Top Contributors

[![0plus1](https://avatars.githubusercontent.com/u/420815?v=4)](https://github.com/0plus1 "0plus1 (13 commits)")

### Embed Badge

![Health badge](/badges/0plus1-patchr-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/0plus1-patchr-laravel/health.svg)](https://phpackages.com/packages/0plus1-patchr-laravel)
```

###  Alternatives

[laravel/sail

Docker files for running a basic Laravel application.

1.9k199.2M1.2k](/packages/laravel-sail)[laravel/passport

Laravel Passport provides OAuth2 server support to Laravel.

3.4k89.4M575](/packages/laravel-passport)[laravel/jetstream

Tailwind scaffolding for the Laravel framework.

4.1k21.1M148](/packages/laravel-jetstream)[laravel/breeze

Minimal Laravel authentication scaffolding with Blade and Tailwind.

3.0k34.4M162](/packages/laravel-breeze)[laravel/boost

Laravel Boost accelerates AI-assisted development by providing the essential context and structure that AI needs to generate high-quality, Laravel-specific code.

3.5k17.6M518](/packages/laravel-boost)[laravel/cashier

Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.

2.5k28.4M137](/packages/laravel-cashier)

PHPackages © 2026

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