PHPackages                             lee/laravel-simple-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. lee/laravel-simple-validation

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

lee/laravel-simple-validation
=============================

add some useful validations rule to validate form values

v1.0(7y ago)171MITPHPPHP ^7.0

Since Nov 7Pushed 7y ago1 watchersCompare

[ Source](https://github.com/peter279k/laravel-simple-validation)[ Packagist](https://packagist.org/packages/lee/laravel-simple-validation)[ RSS](/packages/lee-laravel-simple-validation/feed)WikiDiscussions master Synced 1mo ago

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

[![Build Status](https://camo.githubusercontent.com/ccbbf082f3cfe1ea69bf6b5053e9346b7a67b7379242bbf3e4a13edfb8172a9f/68747470733a2f2f7472617669732d63692e6f72672f70657465723237396b2f6c61726176656c2d73696d706c652d76616c69646174696f6e2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/peter279k/laravel-simple-validation)[![Coverage Status](https://camo.githubusercontent.com/473897b86b923245cdd0a74c35e4b70df0a6a933cb1de2e4264214a4fece073e/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f70657465723237396b2f6c61726176656c2d73696d706c652d76616c69646174696f6e2f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/peter279k/laravel-simple-validation?branch=master)

Simple validation rule
======================

[](#simple-validation-rule)

What?
-----

[](#what)

A simple validation to your Laravel 5.5+ Validation Rules. Including IP, e-mail validations and so on.

Install
-------

[](#install)

Install with composer:

```
composer require lee/laravel-simple-validation
```

Usage
-----

[](#usage)

In your controllers, add the validation with your other rules:

```
use Lee\LaraSimpleValidation;

$request->validate([
    'email' => 'required|string|email'
    'ip' => ['required', new LaraSimpleValidation],
]);
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity56

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

2740d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

laravelvalidationpackagelibrary

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/lee-laravel-simple-validation/health.svg)

```
[![Health](https://phpackages.com/badges/lee-laravel-simple-validation/health.svg)](https://phpackages.com/packages/lee-laravel-simple-validation)
```

###  Alternatives

[bensampo/laravel-enum

Simple, extensible and powerful enumeration implementation for Laravel.

2.0k15.9M104](/packages/bensampo-laravel-enum)[carsdotcom/laravel-json-schema

Json Schema validation for Laravel projects

1036.7k3](/packages/carsdotcom-laravel-json-schema)[deligoez/tckimlikno

Turkish Identification Number Verification &amp; Validation Package for Laravel

2917.4k](/packages/deligoez-tckimlikno)[larapack/command-validation

Enable a method for Artisan Commands to validate the output of methods like `ask`.

133.8k](/packages/larapack-command-validation)

PHPackages © 2026

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