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 5d 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 35% 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

3264d 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

[craftcms/cms

Craft CMS

3.6k3.7M3.4k](/packages/craftcms-cms)[illuminate/http

The Illuminate Http package.

11938.5M8.1k](/packages/illuminate-http)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

353.6k](/packages/eslazarev-wildberries-sdk)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5226.7k](/packages/simplestats-io-laravel-client)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1239.7k25](/packages/fleetbase-core-api)

PHPackages © 2026

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