Recommend this page to a friend! |
Classes of Faris AL-Otabi | PHP Data Sanitization | README.md | Download |
|
Download <p align="center">
</p> PhpSanitization![](https://img.shields.io/github/license/farisc0de/PhpSanitization) ![](https://img.shields.io/github/v/tag/farisc0de/PhpSanitization) ![](https://img.shields.io/github/repo-size/farisc0de/PhpSanitization) ![](https://img.shields.io/github/languages/top/farisc0de/PhpSanitization) ![](https://img.shields.io/github/commits-since/farisc0de/PhpSanitization/v1.0.11) AboutSimple PHP Sanitization Class This is a simple class that can verify and clean values to assure they are valid. It can take a given string and remove or encode certain types of text values, so it can be displayed in Web pages lowering the risk of being used to perform security attacks. The class can also sanitize arrays of data by processing the array values one by one. Features
Requirements
How to install
UsageClass Inclusion
useSanitize
useEscape
useTrim
useHtmlEntities
useFilterVar
useStripTags
useStripSlashes
useHtmlSpecialChars
setData
getData
useStrReplace
usePregReplace
validateEmail
isValid
isEmpty
isAssociative
callback
ScreenshotDocumentationThe documentation for PhpSanitization is available here ChangelogPlease have a look at ContributingPlease have a look at Code of ConductPlease have a look at LicenseThis package is licensed using the MIT License. Please have a look at CopyrightCopyright (c) FarisCode - 2021 |