Libraries tagged by sanitize string
sspat/es-query-sanitizer
237604 Downloads
Simple helper class to sanitize ElasticSearch reserved characters from query strings
webpatser/laravel-sanitize
38605 Downloads
Laravel package to sanatize a string for use as URL's. It uses the PHP Normalizer class and fills whitespace with dashes.
vpg/titon.utility
15418 Downloads
The Titon utility package provides convenience classes for basic tasks like validation, formatting, sanitization and more.
bitandblack/helpers
14701 Downloads
Useful methods for PHP you may like.
dealnews/filter
5650 Downloads
This class is a drop in replacement and wrapper for filter_var, filter_var_array, filter_input, and filter_input_array. The only filters that are modified are ones using \DealNews\Filter\Filter::FILTER_SANITIZE_STRING.
ricventu/laravel-anti-xss
272 Downloads
Laravel wrapper for voku/anti-xss — Facade, service, validation rule, middleware and Blade directive to sanitize XSS in strings.
itools/smartstring
2312 Downloads
Enhanced PHP strings with automatic HTML encoding and chainable transformation methods
snebes/html-sanitizer
16031 Downloads
Sanitize HTML5 strings
codeinc/utf8-sanitizer
672 Downloads
Sanitize UTF-8 strings
fernandozueet/php-sanitize
29 Downloads
Sanitize php values
rubricate/filter
451 Downloads
A flexible, lightweight, and object-oriented string filtering and sanitization library.
philiprehberger/php-mask
68 Downloads
Mask sensitive data in strings, arrays, and objects for safe logging
okipa/php-data-sanitizer
9511 Downloads
Data sanitizer to auto-cast entries, convert empty strings to null, etc.
ap-lib/sanitizer
40 Downloads
A library that sanitize some mixed variable to simple types: int, string, array, bool, null
vgd/sanitize_string
38 Downloads
Sometimes you may want to clean a filename or string from foreign languages characters; with this class you can do both