Download the PHP package siriusphp/filtration without Composer
On this page you can find all versions of the php package siriusphp/filtration. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download siriusphp/filtration
More information about siriusphp/filtration
Files in siriusphp/filtration
Download siriusphp/filtration
More information about siriusphp/filtration
Files in siriusphp/filtration
Please rate this library. Is it a good library?
Informations about the package filtration
Sirius\Filtration
PHP library for array filtering/sanitization
Sometimes you want to make sure the values pushed by a source (eg: a user when submits a form) follow some restrictions like
- no space at the beginning or the end for the title of a page
- no HTML code in a comment sent by a user
- no spaces in the field which represents the URL
- remove XSS attacks
- etc...
Other times you want to make sure that the data you send to the user is parsed before displaying. For example you may want to:
- convert markdown into HTML
- convert URLs into links
- apply a localized format to dates
- etc ()
To achieve this end result you need to filter the values. This is where SiriusFiltration comes into place
Elevator pitch
Links
- documentation
- changelog
All versions of filtration with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1
The package siriusphp/filtration contains the following files
Loading the files please wait ....