PHPackages                             goszowski/stop-ru-email - 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. goszowski/stop-ru-email

ActiveLibrary

goszowski/stop-ru-email
=======================

1.0.1(8y ago)0101MITPHPPHP &gt;=5.6.0

Since May 22Pushed 8y ago1 watchersCompare

[ Source](https://github.com/goszowski/stop-ru-email)[ Packagist](https://packagist.org/packages/goszowski/stop-ru-email)[ RSS](/packages/goszowski-stop-ru-email/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

Stop-ru-email
-------------

[](#stop-ru-email)

The extencion of Laravel-validation. Use this if you do not wish to receive emails from Russian domain zones.

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

[](#installation)

1. Require this package in your composer.json and run composer update :

    ```
     "goszowski/stop-ru-email": "1.*"

    ```
2. After composer update, add service providers to the `config/app.php`

    ```
    Goszowski\StopRuEmail\ServiceProvider::class,

    ```
3. Run

    ```
    php artisan vendor:publish

    ```

Use
---

[](#use)

By template, in Your controller, use "not\_ru\_email" rule:

```
$this->validate($request, [
   'email' => 'not_ru_email',
]);
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity59

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

Every ~0 days

Total

2

Last Release

3279d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/goszowski-stop-ru-email/health.svg)

```
[![Health](https://phpackages.com/badges/goszowski-stop-ru-email/health.svg)](https://phpackages.com/packages/goszowski-stop-ru-email)
```

###  Alternatives

[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

196277.9k](/packages/fumeapp-modeltyper)[aedart/athenaeum

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

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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