PHPackages                             fhooe/normform - 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. [Templating &amp; Views](/categories/templating)
4. /
5. fhooe/normform

AbandonedArchivedLibrary[Templating &amp; Views](/categories/templating)

fhooe/normform
==============

NormForm is a simple template application for PHP form processing.

v1.2.3(5y ago)22.0k31MITPHPPHP &gt;=7.1

Since May 17Pushed 5y ago4 watchersCompare

[ Source](https://github.com/Digital-Media/normform)[ Packagist](https://packagist.org/packages/fhooe/normform)[ RSS](/packages/fhooe-normform/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (7)Dependencies (1)Versions (9)Used By (1)

NormForm
========

[](#normform)

*NormFom* is a simple template application for PHP form processing developed for PHP classes in the program [Media Technology and Design](https://www.fh-ooe.at/en/hagenberg-campus/studiengaenge/bachelor/media-technology-and-design/) at the [University of Applied Sciences Upper Austria](https://www.fh-ooe.at/en/hagenberg-campus/). It is primarily designed for educational purposes (learning object oriented PHP, form processing and templating languages). Use it for "public" applications at your own risk.

*NormForm* is designed as a single-page form validation and processing system, meaning that once the form is submitted, the page calls itself again and the process starts anew. It provides an abstract class (`AbstractNormForm`) which implements a standard form display-validate-business logic process along with classes for form parameter management and display.

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

[](#installation)

The recommended way to use *NormForm* in your project is through Composer:

```
composer require fhooe/normform

```

Alternatively, you can use the [NormForm Skeleton](https://github.com/Digital-Media/normform-skeleton) project that gives you a fully working example built upon *NormForm* (including a template file and CSS):

```
composer create-project fhooe/normform-skeleton path/to/install

```

Composer will then create a project in the `path/to/install` directory.

Basic Usage
-----------

[](#basic-usage)

To use *NormForm* create a class that inherits from `AbstractNormForm` and implement the required abstract methods `isValid()` (used for form validation) and `business()` (for business logic, once the form has been successfully submitted). Then create an instance of your new class and call the `normForm()` method to initiate the process (preferrably in a separate file such as `index.php`).

Contributing
------------

[](#contributing)

If you'd like to contribute, please refer to [CONTRIBUTING](https://github.com/Digital-Media/normform/blob/master/CONTRIBUTING.md) for details.

License
-------

[](#license)

NormForm is licensed under the MIT license. See [LICENSE](https://github.com/Digital-Media/normform/blob/master/LICENSE) for more information.

More Information
----------------

[](#more-information)

- [API Documentation](https://digital-media.github.io/normform/)

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 65.6% 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 ~227 days

Recently: every ~250 days

Total

7

Last Release

1922d ago

Major Versions

v0.1.0 → v1.0.02018-04-11

PHP version history (2 changes)v1.0.0PHP ^7.1

v1.2.3PHP &gt;=7.1

### Community

Maintainers

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

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

---

Top Contributors

[![hochleitner](https://avatars.githubusercontent.com/u/2236807?v=4)](https://github.com/hochleitner "hochleitner (105 commits)")[![martinharrer](https://avatars.githubusercontent.com/u/18611980?v=4)](https://github.com/martinharrer "martinharrer (55 commits)")

---

Tags

educationform-validationphpphp7twig-templatestwigeducationform processing

### Embed Badge

![Health badge](/badges/fhooe-normform/health.svg)

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

###  Alternatives

[twig/extra-bundle

A Symfony bundle for extra Twig extensions

91292.0M315](/packages/twig-extra-bundle)[twig/intl-extra

A Twig extension for Intl

36663.2M221](/packages/twig-intl-extra)[rcrowe/twigbridge

Adds the power of Twig to Laravel

9105.9M50](/packages/rcrowe-twigbridge)[twig/string-extra

A Twig extension for Symfony String

21946.0M133](/packages/twig-string-extra)[twig/cssinliner-extra

A Twig extension to allow inlining CSS

23018.5M55](/packages/twig-cssinliner-extra)[symfony/ux-twig-component

Twig components for Symfony

21814.8M162](/packages/symfony-ux-twig-component)

PHPackages © 2026

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