PHPackages                             samuel-nunes/lumen-form-request-validation - 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. [Validation &amp; Sanitization](/categories/validation)
4. /
5. samuel-nunes/lumen-form-request-validation

ActiveLibrary[Validation &amp; Sanitization](/categories/validation)

samuel-nunes/lumen-form-request-validation
==========================================

A Simple Solution For Form Request Validation On Lumen

v1.0.0(3y ago)5180MITPHPPHP ^7.2.5 || ^8.0

Since Aug 20Pushed 2y ago1 watchersCompare

[ Source](https://github.com/SamuelNunesDev/lumen-form-request-validation)[ Packagist](https://packagist.org/packages/samuel-nunes/lumen-form-request-validation)[ RSS](/packages/samuel-nunes-lumen-form-request-validation/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Form Request Validation for Lumen
=================================

[](#form-request-validation-for-lumen)

This small package contains a laravel-like solution for request form validation.

Contents
--------

[](#contents)

- Form Request Validation for Lumen
- Artisan Command `make:request`
- Artisan Command `make:rule`

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

[](#installation)

You can install the package via composer:

```
composer require samuel-nunes/lumen-form-request-validation
```

Next, you must load the Artisan commands:

```
// app/Console/Kernel.php
protected $commands = [
        \SamuelNunes\LumenFormRequestValidation\Console\Commands\RequestMakeCommand::class,
        \SamuelNunes\LumenFormRequestValidation\Console\Commands\RuleMakeCommand::class
    ];
```

Usage
-----

[](#usage)

### You can use:

[](#you-can-use)

- `php artisan make:request` to generate a new form request validation (it's works like [laravel method](https://laravel.com/docs/validation#form-request-validation)).
- `php artisan make:rule` to generate a new rule to use in your form request validation (it's works like [laravel method](https://laravel.com/docs/6.x/validation) too).

Credits
-------

[](#credits)

- [Samuel Nunes](https://github.com/SamuelNunesDev)

License
-------

[](#license)

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

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

Unknown

Total

1

Last Release

1360d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8bb0f7d611223c4553687ac3e8823344e2297039c8fffcdb82a8f34d0ad07769?d=identicon)[samuel-nunes](/maintainers/samuel-nunes)

---

Top Contributors

[![SamuelNunesDev](https://avatars.githubusercontent.com/u/84575368?v=4)](https://github.com/SamuelNunesDev "SamuelNunesDev (10 commits)")

---

Tags

artisan-commandform-validationform-validatorlumenlumen-frameworkrequestvalidationformform-request-validationlumen validationSamuel NunesSamuelNunesDev

### Embed Badge

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

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

###  Alternatives

[arondeparon/laravel-request-sanitizer

An easy to use request sanitizer that allows you to sanitize your form data before validating it.

112151.6k1](/packages/arondeparon-laravel-request-sanitizer)[siriusphp/validation

Data validation library. Validate arrays, array objects, domain models etc using a simple API. Easily add your own validators on top of the already dozens built-in validation rules

181743.3k13](/packages/siriusphp-validation)[apy/jsfv-bundle

Symfony2 Javascript Form Validation Bundle with localisation support

92770.5k](/packages/apy-jsfv-bundle)[pearl/lumen-request-validate

Lumen doesn't have form request validator seperatly. This package helps developers to segregate the validation layer from the controller to a separate dedicated class

45390.3k2](/packages/pearl-lumen-request-validate)[progsmile/request-validator

Simple PHP Request Validator

33113.3k1](/packages/progsmile-request-validator)[stroker/form

ZF2 module for extending forms with live clientside validation

4157.1k](/packages/stroker-form)

PHPackages © 2026

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