Download the PHP package clsystems/php-filter without Composer
On this page you can find all versions of the php package clsystems/php-filter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download clsystems/php-filter
More information about clsystems/php-filter
Files in clsystems/php-filter
Download clsystems/php-filter
More information about clsystems/php-filter
Files in clsystems/php-filter
Vendor clsystems
Package php-filter
Short Description Php Input Filter package
License MIT
Homepage https://github.com/clsystems/php-filter
Package php-filter
Short Description Php Input Filter package
License MIT
Homepage https://github.com/clsystems/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
Filter types
- int
- uint (unsigned int)
- float
- ufloat (unsigned float)
- boolean
- alphaNum (alpha numeric string)
- base64
- string (no HTML tags)
- url
- slug (url alias without slash)
- path (url alias with slash)
- unset (return NULL value)
- jsonEncode
- jsonDecode
- yesNo (return 'Y' or 'N')
- 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.4.0
The package clsystems/php-filter contains the following files
Loading the files please wait ....