Download the PHP package amitkhare/validbit without Composer
On this page you can find all versions of the php package amitkhare/validbit. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download amitkhare/validbit
More information about amitkhare/validbit
Files in amitkhare/validbit
Download amitkhare/validbit
More information about amitkhare/validbit
Files in amitkhare/validbit
Vendor amitkhare
Package validbit
Short Description ValidBit is an easy and simple PHP validation library
License MIT
Homepage http://github.com/amitkhare/validbit
Package validbit
Short Description ValidBit is an easy and simple PHP validation library
License MIT
Homepage http://github.com/amitkhare/validbit
Please rate this library. Is it a good library?
Informations about the package validbit
amitkhare/validbit
Validbit is an easy to use PHP validation library
This package is abandoned and no longer maintained. Use https://github.com/amitkhare/easy-validation package instead.
Install
Run this command from the directory in which you want to install.
Via Composer:
php composer.phar require amitkhare/validbit
Via Git:
git clone https://github.com/amitkhare/validbit.git
Manual Install:
Download: https://github.com/amitkhare/validbit/archive/master.zip
Extract it, require "PATH-TO/"."validbit.php" where you want to use it.
Usage:
Available Methods:
> $v->check("FIELD","RULES");
> $v->match("FIELD1","FIELD2","RULES");
Available Rules:
> required
> email
> url
> numeric
> string
> float
> ipv4
> ipv6
> bool
> min
> max
> alphanum
> alphanumUnicode
> unique (avaiable only if instantiate ValidBit With Database);
All versions of validbit with dependencies
PHP Build Version
Package Version
No informations.
The package amitkhare/validbit contains the following files
Loading the files please wait ....