PHP Package: opis/uri

Opis URI is a PHP library for parsing and building URIs using a simple and intuitive API.

Current Version: 1.1.0
Last Updated: 2021-05-22
PHP Requirement: ^7.4 || ^8.0
Dependencies:
opis/parser
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Opis URI is a versatile PHP library that provides efficient parsing and construction of URIs, ensuring compatibility across various systems. It offers a comprehensive set of tools for manipulating URIs, making it an essential component for web development projects that involve working with URLs and URIs.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 1.1.0

Download Download v1.1.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/opis/uri/1.1.0/loader.php';
require_once 'libs/opis/parser/{lib_version}/loader.php';

use Opis\Uri\Uri;

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