nopoco/laminas-escaper

Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs

v2.12.0 2023-05-02 10:15 UTC

This package is auto-updated.

Last update: 2024-05-01 00:14:04 UTC


README

Removed political appeal incompatible with free software here. The original repository is at this link.

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 laminas-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:

$ composer require laminas/laminas-escaper

Documentation

Browse the documentation online at https://docs.laminas.dev/laminas-escaper/

Support