PHPackages                             deimos/form-library - 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. deimos/form-library

AbandonedArchivedLibrary[Validation &amp; Sanitization](/categories/validation)

deimos/form-library
===================

Validator form

0431PHP

Since May 13Pushed 11y agoCompare

[ Source](https://github.com/DeimosProject/Library)[ Packagist](https://packagist.org/packages/deimos/form-library)[ RSS](/packages/deimos-form-library/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Library
=======

[](#library)

// FORM.PHP

```
input id="lastname" type="text" name="lastname"
input id="name" type="text" name="name"
input id="email" type="text" name="email"
input id="phone" type="tel" name="phone"

```

// INDEX.PHP

```
include_once "src/autoload.php";

$server_requerst = isset($_SERVER['REQUEST_METHOD']) ? $_SERVER['REQUEST_METHOD'] : null;

if ($server_requerst == 'POST') {

    $form = new Form($_POST);
    if ($form->is_valid()) {
        var_dump('Данные введены корректно!');
    }
    else {
        var_dump('Ошибка ввода данных');
    }

}
else {

    include_once "form/Form.php";
}

```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/266f28651b740a279e636ef42fadcc7d72941c7a4bf9a29c4fd62c72476f0c0e?d=identicon)[REZ1DENT3](/maintainers/REZ1DENT3)

---

Top Contributors

[![rez1dent3](https://avatars.githubusercontent.com/u/5111255?v=4)](https://github.com/rez1dent3 "rez1dent3 (79 commits)")

### Embed Badge

![Health badge](/badges/deimos-form-library/health.svg)

```
[![Health](https://phpackages.com/badges/deimos-form-library/health.svg)](https://phpackages.com/packages/deimos-form-library)
```

###  Alternatives

[marcosh/php-validation-dsl

A DSL for validating data in a functional fashion

483.9k](/packages/marcosh-php-validation-dsl)

PHPackages © 2026

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