Server : Apache System : Linux 145.162.205.92.host.secureserver.net 5.14.0-611.45.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Apr 1 05:56:53 EDT 2026 x86_64 User : tradze ( 1001) PHP Version : 8.1.34 Disable Function : NONE Directory : /home/tradze/public_html/dev-test/vendorOLD/zendframework/zend-escaper/ |
# zend-escaper [](https://secure.travis-ci.org/zendframework/zend-escaper) [](https://coveralls.io/github/zendframework/zend-escaper?branch=master) The OWASP Top 10 web security risks study lists Cross-Site Scripting (XSS) in second place. PHP’s sole functionality against XSS is limited to two functions of which one is commonly misapplied. Thus, the zend-escaper component was written. It offers developers a way to escape output and defend from XSS and related vulnerabilities by introducing contextual escaping based on peer-reviewed rules. ## Installation Run the following to install this library: ```bash $ composer require zendframework/zend-escaper ``` ## Documentation Browse the documentation online at https://docs.zendframework.com/zend-escaper/ ## Support * [Issues](https://github.com/zendframework/zend-escaper/issues/) * [Chat](https://zendframework-slack.herokuapp.com/) * [Forum](https://discourse.zendframework.com/)