Home
Docs
GitHub
Pricing
Blog
Log In

Run Sandworm Audit for your App

Get started
Generated on May 17, 2024 via composer

laminas/laminas-escaper 2.13.0

Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs
Package summary
Share
0
issues
1
license
1
BSD-3-Clause
Package created
1 Jan 2020
Version published
10 Oct 2023
Maintainers
1
Total deps
1
Direct deps
0
License
BSD-3-Clause

Issues

0
This package has no issues

Licenses

BSD 3-Clause "New" or "Revised" License

Permissive
OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
commercial-use
modify
distribute
place-warranty
Cannot
use-trademark
hold-liable
Must
include-copyright
include-license
1 Packages, Including:
laminas/laminas-escaper@2.13.0
Disclaimer

This deed highlights only some of the key features and terms of the actual license. It is not a license and has no legal value. You should carefully review all of the terms and conditions of the actual license before using the licensed material.

Sandworm is not a law firm and does not provide legal services. Distributing, displaying, or linking to this deed or the license that it summarizes does not create a lawyer-client or any other relationship.

Direct Dependencies

0
All Dependencies CSV
β“˜ This is a list of laminas/laminas-escaper 's direct dependencies. Data on all dependencies, including transitive ones, is available via CSV download.
NameVersionSizeLicenseTypeVulnerabilities

Visualizations

Frequently Asked Questions

What does laminas/laminas-escaper do?

The laminas/laminas-escaper component offers a secure and safe method for escaping HTML, HTML attributes, JavaScript, CSS, and URLs. This PHP package is designed to heighten security by effectively defending against Cross-Site Scripting (XSS) vulnerabilities and other associated security risks. Its purpose is to introduce contextual escaping based on peer-reviewed rules, providing developers with a reliable means to escape output in their applications.

How do you use laminas/laminas-escaper?

Installing and using the laminas/laminas-escaper in your project is quite straightforward. First, you need to include the package in your project. This is achieved by running the composer require command in your terminal as shown below:

$ composer require laminas/laminas-escaper

Once installed, you can use the escaper to escape content to be output in your application, providing a crucial layer of protection against any potential security threats.

Where are the laminas/laminas-escaper docs?

The comprehensive documentation for laminas/laminas-escaper can be accessed online at https://docs.laminas.dev/laminas-escaper/. Here you can delve deeper into the feature offerings of laminas/laminas-escaper and understand the best practices for its use, making it an indispensable tool for the safe and secure handling of output escaping in PHP projects.