Download the PHP package mvanvu/php-filter without Composer
On this page you can find all versions of the php package mvanvu/php-filter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mvanvu/php-filter
More information about mvanvu/php-filter
Files in mvanvu/php-filter
Download mvanvu/php-filter
More information about mvanvu/php-filter
Files in mvanvu/php-filter
Vendor mvanvu
Package php-filter
Short Description Php Input Filter package
License MIT
Homepage https://github.com/mvanvu/php-filter
Package php-filter
Short Description Php Input Filter package
License MIT
Homepage https://github.com/mvanvu/php-filter
Please rate this library. Is it a good library?
Informations about the package php-filter
Php input filter
Installation via Composer
Alternatively, from the command line:
Usage
Add new custom rule
Extend filters
Filter types
- int
- uint (unsigned int)
- float, double
- ufloat, udouble (unsigned float)
- boolean
- alphaNum (alpha number string)
- base64
- string (no HTML tags)
- url
- slug (url alias without slash)
- path (url alias with slash)
- unset (return NULL value)
- jsonEncode
- jsonDecode
- yesNo, yes|no (return 'Y' or 'N')
- YES|NO (return 'YES' or 'NO')
- 1|0 (return 1 or 0)
- inputName (regex /[^a-zA-Z0-9_]/)
- unique (array unique)
- basicHtml
Fallback default
All versions of php-filter with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5
ext-json Version *
ext-json Version *
The package mvanvu/php-filter contains the following files
Loading the files please wait ....