PHPackages                             gueff/phormix - 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. gueff/phormix

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

gueff/phormix
=============

HTML-Form Checker

v1.0.0(7y ago)81.2kGPL-3.0-or-laterPHPPHP &gt;=5.3.0

Since Mar 5Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/gueff/phormix)[ Packagist](https://packagist.org/packages/gueff/phormix)[ Docs](http://www.phormix.de)[ RSS](/packages/gueff-phormix/feed)WikiDiscussions 2.x Synced 2mo ago

READMEChangelog (1)DependenciesVersions (3)Used By (0)

Phormix
=======

[](#phormix)

Overview
--------

[](#overview)

- [English, EN](#EN)
- [Deutsch, DE](#DE)

\[EN\]

**Check HTML-Forms with Phormix**

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

[](#installation)

create the composer.json file with following content:

```
{
    "require": {
        "gueff/phormix":"dev-master"
    }
}

```

run installation

```
$ composer install

```

Process
-------

[](#process)

- create a configuration file (JSON), which describes the later HTML form
- Build the HTML Form
- At backend\* Phormix will check the transmitted data from the HTML form against the configuration

*\*Receiving Unit (Crontroller, PHP-Script o.a.)*

Usage
-----

[](#usage)

Examples:

```
// instantiate,
// load config, run
$oPhormix = new \Phormix();
$oPhormix->init('/var/www/App/formular.json')->run();

// instantiate,
// set different session prefix,
// load config, run
$oPhormix = new \Phormix();
$oPhormix->setSessionPrefix('myPhormixCheck')
->init('/var/www/App/formular.json')
->run();

// instantiate,
// load config,
// set a certain identifier
// run
$oPhormix = new \Phormix();
$oPhormix->setConfigArrayFromJsonFile($sAbsPathToConfigFile)
->setIdentifier($sIdentifier)
->run();

// instantiate,
// set a proper array as config,
// set a certain identifier
// run
$oPhormix = new \Phormix();
$oPhormix->setConfigArray($aArray)
->setIdentifier($sIdentifier)
->run();

// instantiate,
// set different session prefix,
// set a proper array as config,
// set a certain identifier
// run
$oPhormix = new \Phormix();
$oPhormix->setSessionPrefix('myPhormixCheck')
->setConfigArray($sAbsPathToConfigFile)
->setIdentifier($sIdentifier)
->run();
```

---

\[DE\]

**HTML-Formulare checken mit Phormix**

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

[](#installation-1)

Erstelle die Datei composer.json mit folgendem Inhalt:

```
{
    "require": {
        "gueff/phormix":"dev-master"
    }
}

```

Führe Installation durch

```
$ composer install

```

Ablauf
------

[](#ablauf)

- Eine Konfiguration (JSON) anlegen, in der das spätere HTML-Formular beschrieben wird
- HTML-Formular bauen
- Im Backend\* wird das gesendete HTML-Formular mitels Phormix nun gegen die Konfiguration gecheckt.

*\*Entgegennehmende Stelle (Crontroller, PHP-Script o.a.)*

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance58

Moderate activity, may be stable

Popularity20

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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

2628d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1abd030fbb2b4fb3fd4d7e1e58179bd8bc1c7378046fbfdf67427e39e8cf0920?d=identicon)[gueff](/maintainers/gueff)

---

Top Contributors

[![gueff](https://avatars.githubusercontent.com/u/12727687?v=4)](https://github.com/gueff "gueff (37 commits)")

---

Tags

phpvalidateformsanitize

### Embed Badge

![Health badge](/badges/gueff-phormix/health.svg)

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

###  Alternatives

[abcaeffchen/sepa-utilities

SepaUtilities provides useful methods for validating and sanitizing inputs used in SEPA files supporting PHP &gt;= 8.1.

312.0M2](/packages/abcaeffchen-sepa-utilities)[progsmile/request-validator

Simple PHP Request Validator

33113.3k1](/packages/progsmile-request-validator)

PHPackages © 2026

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