PHP Package: laminas/laminas-uri

laminas/laminas-uri is a PHP library for managing URIs with ease, providing robust functionality for parsing, building, and manipulating uniform resource identifiers.

Current Version: 2.13.0
Last Updated: 2024-12-03
PHP Requirement: >=7.1
Dependencies: php/php, psr/http-message
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

laminas/laminas-uri is a powerful PHP library designed to handle Uniform Resource Identifiers effectively. With comprehensive functionality for parsing, constructing, and modifying URIs, this library simplifies URI management tasks for developers. It supports various URI schemes and provides advanced features for working with URLs in PHP applications.

🔗 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/autoload.php';

use Laminas\Uri\Uri;
use Laminas\Uri\UriFactory;
use Laminas\Uri\UriInterface;
use Psr\Http\Message\UriInterface;


$obj = new Laminas\Uri\Uri();
echo "✅ Example created successfully.";

?>

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