PHP Package: laminas/laminas-uri

Laminas URI library provides powerful tools for parsing, manipulating, and generating URIs in PHP applications efficiently.

Current Version: 2.13.0
Last Updated: 2024-12-03
PHP Requirement: ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0
Dependencies:
laminas/laminas-escaper
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Laminas URI library is a robust solution for handling Uniform Resource Identifiers in PHP, offering comprehensive functionality for parsing, modifying, and constructing URIs. With its intuitive methods and extensive features, developers can effortlessly manage various aspects of URIs within their projects, ensuring optimal performance and reliability.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 2.13.0

Download Download v2.13.0

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-uri/2.13.0/loader.php';
require_once 'libs/laminas/laminas-escaper/2.17.0/loader.php';

use Laminas\Uri\UriFactory;

$obj = new UriFactory();
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.