PHPackages                             safan-form/form-manager - 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. safan-form/form-manager

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

safan-form/form-manager
=======================

Form Manager

1.0.1(9y ago)018MITPHPPHP &gt;=5.4.0

Since Jul 26Pushed 9y ago1 watchersCompare

[ Source](https://github.com/GrigoryanHayk/form-manager)[ Packagist](https://packagist.org/packages/safan-form/form-manager)[ Docs](http://www.safanlab.com)[ RSS](/packages/safan-form-form-manager/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

Form Manager
============

[](#form-manager)

Form Manager for managing and building forms in Safan Framework.

REQUIREMENTS
------------

[](#requirements)

PHP &gt; 5.4.0

INSTALLATION
------------

[](#installation)

If you're using [Composer](http://getcomposer.org/) for your project's dependencies, add the following to your "composer.json":

```
"require": {
    "safan-form/form-manager": "1.*"
}

```

Update Modules Config List - safan-framework-standard/application/Settings/modules.config.php

```

    1

```

Every field is declared using this field's name which you declare in buildForm method of your Form Class.

The errors part is working if you verify the data after submitting form in your controller. e.g. to verify form

```
$formData = $form->getPostData();

if($form->isValid($formData)) {
    /// ...
}

```

If there are errors the error messages will be shown on bottom of every field for which you have declared validations.

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

Total

2

Last Release

3603d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/23cc5df3ba8f6a3857ce3f6dc6c061098338ec81bc3b511073190fdeca558d18?d=identicon)[Hayk](/maintainers/Hayk)

---

Top Contributors

[![GrigoryanHayk](https://avatars.githubusercontent.com/u/6483673?v=4)](https://github.com/GrigoryanHayk "GrigoryanHayk (13 commits)")

---

Tags

formform manager

### Embed Badge

![Health badge](/badges/safan-form-form-manager/health.svg)

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

###  Alternatives

[proengsoft/laravel-jsvalidation

Validate forms transparently with Javascript reusing your Laravel Validation Rules, Messages, and FormRequest

1.1k2.3M50](/packages/proengsoft-laravel-jsvalidation)[laminas/laminas-form

Validate and display simple and complex forms, casting forms to business objects and vice versa

8112.5M132](/packages/laminas-laminas-form)[siriusphp/validation

Data validation library. Validate arrays, array objects, domain models etc using a simple API. Easily add your own validators on top of the already dozens built-in validation rules

159763.3k13](/packages/siriusphp-validation)[barbieswimcrew/zip-code-validator

Constraint class for international zipcode validation

772.4M](/packages/barbieswimcrew-zip-code-validator)[fp/jsformvalidator-bundle

Javascript validation for sf\[2|3|4\] forms.

127421.3k1](/packages/fp-jsformvalidator-bundle)[laravel-lang/attributes

Translation of form element names

274.3M11](/packages/laravel-lang-attributes)

PHPackages © 2026

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