PHPackages                             webregul/lumen-form-request - 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. webregul/lumen-form-request

ActiveLibrary

webregul/lumen-form-request
===========================

Adopt the Laravel Form Request to Lumen framework.

v2.0.6(2y ago)1925MITPHPPHP ^8.0

Since Aug 13Pushed 2y ago1 watchersCompare

[ Source](https://github.com/WebRegul/lumen-form-request)[ Packagist](https://packagist.org/packages/webregul/lumen-form-request)[ Docs](https://github.com/webregul/lumen-form-request)[ RSS](/packages/webregul-lumen-form-request/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (10)Versions (12)Used By (0)

Lumen Form Request
==================

[](#lumen-form-request)

[![Latest Version on Packagist](https://camo.githubusercontent.com/a46c2e8f8f4348f39b2135c247a1412c0edfac728d575f0295dfc9bcebe20741/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f776562726567756c2f6c756d656e2d666f726d2d726571756573742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/webregul/lumen-form-request)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![StyleCI](https://camo.githubusercontent.com/783e81779a1d3bd53b9c12e761094ae3f35868ca7bdfc6c992e02868be776d76/68747470733a2f2f7374796c6563692e696f2f7265706f732f3235393539333336312f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/259593361)

Adopt the Laravel Form Request to Lumen framework. Используется namespace `Illuminate\Foundation\` для совместимости со [Scribe](https://scribe.knuckles.wtf/laravel/)

- [Installation](#installation)
- [Usage](#usage)
- [License](#license)

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

[](#installation)

You can install the package via composer:

```
composer require webregul/lumen-form-request
```

Register the service provider in your `boostrap/app.php` configuration file:

```
$app->register(Illuminate\Foundation\Providers\FormRequestServiceProvider::class);
```

Usage
-----

[](#usage)

Let's continue the official [Laravel's documantation](https://laravel.com/docs/8.x/validation).

По дефолту добавлены кастомизированные сообщения об ошибках. Для их отключения в Request классе объявить:

```
public static bool $disableDefaultMessages = false;
```

либо использовать метод `messages()`Для добавления собственных ошибок без отключения дефолтных:

```
public static array $messages = [
    'rule' => 'custom message'; //будет добавлено к сообщениям, либо заменит дефолтное при совпадении правила
];
```

License
-------

[](#license)

This package is licensed under [The MIT License (MIT)](LICENSE).

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

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

###  Release Activity

Cadence

Every ~35 days

Recently: every ~24 days

Total

11

Last Release

1014d ago

Major Versions

1.0.5 → 2.0.02023-04-24

PHP version history (4 changes)1.0.2PHP ^7.3|^8.0

1.0.3PHP 7.4|^8.0

1.0.3.1PHP ^7.4|^8.0

2.0.0PHP ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/6d081a186978d91981ca1f659d5e0ddf67b741edab92cfb994efb3cd9f27708e?d=identicon)[WebRegul](/maintainers/WebRegul)

---

Top Contributors

[![x2e8](https://avatars.githubusercontent.com/u/95776582?v=4)](https://github.com/x2e8 "x2e8 (10 commits)")[![WebRegul](https://avatars.githubusercontent.com/u/17101107?v=4)](https://github.com/WebRegul "WebRegul (5 commits)")

---

Tags

requestlumenvalidate

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/webregul-lumen-form-request/health.svg)

```
[![Health](https://phpackages.com/badges/webregul-lumen-form-request/health.svg)](https://phpackages.com/packages/webregul-lumen-form-request)
```

###  Alternatives

[aedart/athenaeum

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

245.2k](/packages/aedart-athenaeum)[laravel/passport

Laravel Passport provides OAuth2 server support to Laravel.

3.4k85.0M532](/packages/laravel-passport)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[larastan/larastan

Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel

6.4k43.5M5.2k](/packages/larastan-larastan)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

71510.9M66](/packages/laravel-mcp)[laravel-doctrine/orm

An integration library for Laravel and Doctrine ORM

8425.3M87](/packages/laravel-doctrine-orm)

PHPackages © 2026

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