Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jgauthi/component_checkform

Form error handler
https://github.com/jgauthi/component_checkform

form-validation php54 php71 php74

Last synced: about 2 months ago
JSON representation

Form error handler

Awesome Lists containing this project

README

        

# Component Check Form
Form error handler.

## Prerequisite

* PHP 4 (v1.4), PHP 5.4+ (v1.6+) ou PHP 7.1 (v2.0) & 7.4 (v2.1+)

## Install
Edit your [composer.json](https://getcomposer.org) (launch `composer update` after edit):
```json
{
"repositories": [
{ "type": "git", "url": "[email protected]:jgauthi/component_checkform.git" }
],
"require": {
"jgauthi/component_checkform": "2.*"
}
}
```

## Documentation
You can look at [folder example](https://github.com/jgauthi/component_checkform/tree/master/example).