PHPackages                             dom-pixel/check - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. dom-pixel/check

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

dom-pixel/check
===============

This is check for use in all projects.

v1.0.3(5y ago)0306↓87.5%MITPHPPHP ^7.2

Since Jul 17Pushed 5y ago1 watchersCompare

[ Source](https://github.com/dom-pixel/check)[ Packagist](https://packagist.org/packages/dom-pixel/check)[ RSS](/packages/dom-pixel-check/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (4)DependenciesVersions (5)Used By (0)

Check
=====

[](#check)

This is check for use in all projects.

### Install

[](#install)

You can add this library as a local, per-project dependency to your project using Composer:

```
$ composer require dom-pixel/check
```

### Quick Start

[](#quick-start)

```
/**
 * Check.class [ HELPER ]
 * Classe responável por manipular e validade dados do sistema!
 */
class Check
{

    private static $Data;
    private static $Format;

    /**
     * Verifica E-mail: Executa validação de formato de e-mail. Se for um email válido retorna true, ou retorna false.
     * @param STRING $Email = Uma conta de e-mail
     * @return BOOL = True para um email válido, ou false
     */
    public static function Email($Email)
    {
        self::$Data = (string)$Email;
        self::$Format = '/[a-z0-9_\.\-]+@[a-z0-9_\.\-]*[a-z0-9_\.\-]+\.[a-z]{2,4}$/';

        if (preg_match(self::$Format, self::$Data)) :
            return true;
        else :
            return false;
        endif;
    }
}
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

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 ~1 days

Total

4

Last Release

2128d ago

### Community

Maintainers

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

---

Top Contributors

[![juniel-filappi](https://avatars.githubusercontent.com/u/64512456?v=4)](https://github.com/juniel-filappi "juniel-filappi (8 commits)")

### Embed Badge

![Health badge](/badges/dom-pixel-check/health.svg)

```
[![Health](https://phpackages.com/badges/dom-pixel-check/health.svg)](https://phpackages.com/packages/dom-pixel-check)
```

###  Alternatives

[aktuba/php-puppeteer

Extend puphpeteer

182.5k](/packages/aktuba-php-puppeteer)

PHPackages © 2026

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