Download the PHP package edtsz/f3-form-validator without Composer
On this page you can find all versions of the php package edtsz/f3-form-validator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download edtsz/f3-form-validator
More information about edtsz/f3-form-validator
Files in edtsz/f3-form-validator
Download edtsz/f3-form-validator
More information about edtsz/f3-form-validator
Files in edtsz/f3-form-validator
Vendor edtsz
Package f3-form-validator
Short Description Form validator for FatFreeFramework based on CodeIgniter Form Validation library
License GPL-3.0+
Homepage https://github.com/edtsz/f3-form-validator
Package f3-form-validator
Short Description Form validator for FatFreeFramework based on CodeIgniter Form Validation library
License GPL-3.0+
Homepage https://github.com/edtsz/f3-form-validator
Please rate this library. Is it a good library?
Informations about the package f3-form-validator
Fat-Free Framework Form Validator
This is a CodeIgniter's (GitHub) Form Validation ported to FatFreeFramework (GitHub)
Getting Start
Install
Add the following to your composer.json file:
Then open the terminal in your project directory and run: composer install
Running
_Full information about how to use it: CI Docs_
Available Validators|Filters
CodeIgniter
- required
- regex_match
- matches
- differs
- is_unique
- min_length
- max_length
- exact_length
- valid_url
- valid_email
- valid_emails
- valid_ip
- alpha
- alpha_numeric
- alpha_numeric_spaces
- alpha_dash
- numeric
- integer
- decimal
- greater_than
- greater_than_equal_to
- less_than
- less_than_equal_to
- in_list
- is_natural
- is_natural_no_zero
- valid_base64
- prep_for_form
- prep_url
- strip_image_tags
- encode_php_tags
GUMP
- min_age
- max_age
- valid_name
Custom
- is_file
- file_min_size
- file_max_size
- file_types
- valid_cpf
- valid_date
- valid_datetime
- valid_time
- convert_case
- substr
As CI Docs says: "You can also use any native PHP functions that permit up to two parameters, where at least one is required (to pass the field data)."
Sources
TODO
- Improve documentation
- Examples
- Tests
All versions of f3-form-validator with dependencies
PHP Build Version
Package Version
Requires
php Version
^5.5 || ^7.0
The package edtsz/f3-form-validator contains the following files
Loading the files please wait ....