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 3w 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 36% 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

3219d 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.6M2.9k](/packages/craftcms-cms)[spatie/laravel-health

Monitor the health of a Laravel application

87411.3M154](/packages/spatie-laravel-health)[illuminate/http

The Illuminate Http package.

11937.2M6.6k](/packages/illuminate-http)[spatie/laravel-export

Create a static site bundle from a Laravel app

672139.5k6](/packages/spatie-laravel-export)[venturedrake/laravel-crm

A free open source CRM built as a package for laravel projects

42010.0k](/packages/venturedrake-laravel-crm)[jasara/php-amzn-selling-partner-api

A fluent interface for Amazon's Selling Partner API in PHP

1348.1k1](/packages/jasara-php-amzn-selling-partner-api)

PHPackages © 2026

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