PHPackages                             refkinscallv/fvss - 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. refkinscallv/fvss

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

refkinscallv/fvss
=================

PHP Form Validation Server Side

v1.2(1y ago)02302MITPHPPHP &gt;=7.0.0

Since Jan 15Pushed 1y ago1 watchersCompare

[ Source](https://github.com/refkinscallv/FVSS)[ Packagist](https://packagist.org/packages/refkinscallv/fvss)[ RSS](/packages/refkinscallv-fvss/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (5)DependenciesVersions (6)Used By (2)

FVSS - Form Validation Server-Side for PHP
==========================================

[](#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
--------

[](#features)

- **Validation Types:**

    - `alphanum` (Alphabet &amp; Numeric Format)
    - `alpha` (Alphabet Format)
    - `num` (Numeric Format)
    - `date` (Date Format)
    - `datetime` (Date &amp; 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
------------

[](#installation)

Install FVSS using Composer:

```
composer require refkinscallv/fvss
```

Usage Example
-------------

[](#usage-example)

```
