PHPackages                             carabidaee/validators - 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. carabidaee/validators

ActiveLibrary

carabidaee/validators
=====================

v1.0.2(3y ago)04PHPPHP &gt;=8.0

Since Dec 3Pushed 3y ago1 watchersCompare

[ Source](https://github.com/carabidaee/validators)[ Packagist](https://packagist.org/packages/carabidaee/validators)[ RSS](/packages/carabidaee-validators/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (4)Used By (0)

Validators
==========

[](#validators)

Requirements
------------

[](#requirements)

- PHP &gt;= 8.0

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

[](#installation)

Add `carabidaee/validators` as a require dependency in your `composer.json` file:

```
composer require carabidaee/validators

```

List of validators
------------------

[](#list-of-validators)

- EmailValidator

Usage
-----

[](#usage)

Example of using EmailValidator:

```
$emailsList = [
    'test@gmail.com',
    // ... list of emails
];

$emailValidator = new EmailValidator();
$emailValidator->checkMXRecords = false; // Disabling verification of MX records

if (!$emailValidator->validate($emailsList)) {
    foreach ($emailValidator->getErrors() as $error) {
        echo "Email {$error['email']} incorrect: {$error['errorText']}\n";
    }
}

foreach ((array) $emailValidator->getCorrectEmails() as $email) {
    echo "Email {$email} correct\n";
}
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

3

Last Release

1252d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/carabidaee-validators/health.svg)

```
[![Health](https://phpackages.com/badges/carabidaee-validators/health.svg)](https://phpackages.com/packages/carabidaee-validators)
```

PHPackages © 2026

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