PHPackages                             juniorb2ss/laravel-extended-validation-rules - 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. juniorb2ss/laravel-extended-validation-rules

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

juniorb2ss/laravel-extended-validation-rules
============================================

Rules to make easy validations in laravel 5.5.

1.0.0(8y ago)14MITPHPPHP &gt;=7.1.0CI failing

Since Sep 5Pushed 8y agoCompare

[ Source](https://github.com/juniorb2ss/LaravelExtendedValidationRules)[ Packagist](https://packagist.org/packages/juniorb2ss/laravel-extended-validation-rules)[ Docs](https://github.com/juniorb2ss/LaravelExtendedValidationRules)[ RSS](/packages/juniorb2ss-laravel-extended-validation-rules/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (4)Versions (2)Used By (0)

Laravel 5.5 Rules Extends
=========================

[](#laravel-55-rules-extends)

### Validate Email With Mailgun Service

[](#validate-email-with-mailgun-service)

In .env file you need define your api pub key

```
MAILGUN_PUBKEY=pubkey-5ogiflzbnjrljiky49qxsiozqef5jxp7
```

To make validation:

```
    use juniorb2ss\LaravelExtendedValidationRules\Rules\MailGunValidateEmailAddressRule;

    return Validator::make($inputs, [
        'name' => 'required|string|max:255',
        'email' => [
            'required',
            'string',
            'max:255',
            'unique:users',
            new MailGunValidateEmailAddressRule // to make validation in mailgun service
        ]
    ]);
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity58

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

3171d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

juniorb2ssLaravelExtendedValidationRules

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/juniorb2ss-laravel-extended-validation-rules/health.svg)

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

###  Alternatives

[spatie/laravel-honeypot

Preventing spam submitted through forms

1.6k6.0M60](/packages/spatie-laravel-honeypot)[galahad/laravel-addressing

Laravel package providing addressing functionality

70316.6k](/packages/galahad-laravel-addressing)[danielebarbaro/laravel-vat-eu-validator

A simple package that validates EU VAT numbers against the central ec.europa.eu database

37369.4k](/packages/danielebarbaro-laravel-vat-eu-validator)[robertogallea/laravel-codicefiscale

Codice fiscale validation for php/laravel

58151.6k1](/packages/robertogallea-laravel-codicefiscale)[bayareawebpro/laravel-multistep-forms

Responsable MultiStep Form Builder for Laravel.

967.9k](/packages/bayareawebpro-laravel-multistep-forms)[aedart/athenaeum

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

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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