Libraries tagged by escaper
uniibu/better-php-view
10 Downloads
Render PHP view scripts into a PSR-7 Response object.
darkstar/view
23 Downloads
Provides an implementation of the TemplateView and TwoStepView patterns, with support for helpers and for closures as templates, using PHP itself as the templating language.
24hoursmedia/php-env-inject
25 Downloads
Inject and interpolate environment variables into strings. Supports substituting default values for an env var, and escapers/formatters using callbacks. Partially supports POSIX compliant shell syntax.
kynetcode/wpzylos-security
76 Downloads
Security primitives (Nonce, Gate, Sanitizer, Escaper) for WPZylos framework
danack/esprintf
456 Downloads
Use laminas-escaper with sprintf like function.
escapestudios/symfony2-coding-standard
11796730 Downloads
CodeSniffer ruleset for the Symfony 2+ coding standard
roave/infection-static-analysis-plugin
4483068 Downloads
Static analysis on top of mutation testing - prevents escaped mutants from being invalid according to static analysis
symplify/phpstan-extensions
7551128 Downloads
Pre-escaped error messages in 'symplify' error format, container aware test case and other useful extensions for PHPStan
hestiacp/phpquoteshellarg
2614203 Downloads
Improved escape shell arguments for support of special charactars
egeloen/json-builder
5718223 Downloads
JSON builder with escaping control for PHP 5.6+
ajaxray/ansikit
5777 Downloads
Tiny ANSI escape helper for terminal UIs (text styles, foreground & background colors, cursor positions, clearing) with table, progressbar, and more helpers.
winbox/args
724654 Downloads
Windows command-line formatter
sspat/es-query-sanitizer
260906 Downloads
Simple helper class to sanitize ElasticSearch reserved characters from query strings
escapestudios/wsse-authentication-bundle
2725498 Downloads
Symfony2 bundle to implement WSSE authentication
itools/smartstring
32988 Downloads
XSS-safe strings for PHP templates: values HTML-encode themselves on echo, interpolation, and concatenation, at least 3x faster than calling htmlspecialchars() yourself