PHP Package: laminas/laminas-escaper

Laminas Escaper library provides secure, SEO-optimized tools for encoding and escaping data in PHP applications.

Current Version: 2.16.0
Last Updated: 2025-02-17
PHP Requirement: ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0
Dependencies:
laminas/laminas-stdlib
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Laminas Escaper is a reliable PHP library designed to secure and optimize data encoding, preventing XSS attacks and ensuring SEO-friendliness. With a wide range of features and robust functionality, it offers a comprehensive solution for data protection and manipulation in web development projects.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 2.17.0

Clock Coming soon

Previous Versions

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/laminas/laminas-escaper/2.17.0/loader.php';
require_once 'libs/laminas/laminas-stdlib/3.20.0/loader.php';

use Laminas\Escaper\Escaper;

$obj = new Escaper();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.