Libraries tagged by escaping
phil-waters/process
18 Downloads
Allows command line commands to be run asynchronously
dzentota/template-engine
5 Downloads
A secure template engine with native PHP syntax and context-aware escaping
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.
dd/evolutioncms-snippets-ddstringtools
2 Downloads
Tools for modifying strings.
zver/view
130 Downloads
Template engine with auto escaping html entities and with full PHP-native code support
wubinworks/module-template-filter-patch
7 Downloads
Magento 2 patch for CVE-2022-24086, CVE-2022-24087. Fix the RCE vulnerability and related bugs by performing deep template variable escaping. If you cannot upgrade Magento or cannot apply the official patches, try this one.
tanigami/doctrine-json-unescaped-type
1931 Downloads
Doctrine JSON type without escaping Unicode characters.
schlessera/markdown-escape
15 Downloads
A PHP library for escaping content to be safely embedded in Markdown without breaking rendering
scelusswe/escaper
16 Downloads
Provides extended escaping funtionality to prevent XSS attacks.
phower/escaper
86 Downloads
A PHP class which offers a way to escape output and defend from XSS and related vulnerabilities by introducing HTML, CSS and Javascript escaping context.
lxbdr/wp-template-helper
68 Downloads
Data wrapper for easy output with WordPress escaping functions.
lastdragon-ru/glob-matcher
0 Downloads
Full-featured well-tested glob pattern parser and matcher: basic matching (`?`, `*`), globstar (`**`), extglob (`?(pattern-list)`, `*(pattern-list)`, `+(pattern-list)`, `@(pattern-list)`, `!(pattern-list)`), brace expansion (`{a,b,c}.txt`, `{1..3}.txt`, etc), dotglob, nocasematch, POSIX Named character classes (`[:alnum:]`, etc), POSIX Collating symbols (`[.ch.]`, etc), POSIX Equivalence class expressions (`[=a=]`, etc), and escaping.
hugojf/eflash
21 Downloads
Laracasts flash messages wrapper with escaping
dzentota/template-variable
6 Downloads
A secure template variable library that provides context-aware escaping for PHP templates using TypedValue objects
cradeq/commonmark-br-extension
6 Downloads
Allows HTML break tags to be used in Markdown, while still escaping or stripping all other HTML input.