Download the PHP package refkinscallv/fvss without Composer
On this page you can find all versions of the php package refkinscallv/fvss. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package fvss
FVSS - Form Validation Server-Side for PHP
FVSS (Form Validation Server-Side) is a PHP library designed to streamline and simplify the process of server-side form validation. It offers a comprehensive set of validation functions catering to common input data types found in web forms. FVSS ensures that the data submitted by users adheres to predefined criteria, enhancing the security and reliability of form submissions.
Features
-
Validation Types:
alphanum
(Alphabet & Numeric Format)alpha
(Alphabet Format)num
(Numeric Format)date
(Date Format)datetime
(Date & Time Format)time
(Time Format)email
(Email Format)url
(URL Format)domain
(Domain Format)ip
(IP Format)
- Additional Parameters:
space
: Allowing or disallowing spaces in the values.length
: Specifying the minimum length for certain types of validation.punct
: Allowing or disallowing punctuation marks in the values.
Installation
Install FVSS using Composer:
Usage Example
All versions of fvss with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0.0
ext-ctype Version *
ext-filter Version *
ext-ctype Version *
ext-filter Version *
The package refkinscallv/fvss contains the following files
Loading the files please wait ....