PHP Package: guzzle/uri-template

Guzzle Uri Template library provides functions to expand URI templates.

Current Version: 1.0.4
Last Updated: 2025-02-03
PHP Requirement: ^7.2.5 || ^8.0
Dependencies:
guzzle/psr7
guzzle/guzzle
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Guzzle Uri Template is a PHP library that offers utilities for expanding URI templates efficiently. It is designed to simplify URL construction by providing a set of functions for working with URI templates. With its comprehensive features, Guzzle Uri Template enhances the process of generating and managing URLs for web applications in a structured manner.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 1.0.4

Download Download v1.0.4

Code Integration Example

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

<?php
// Example from PHPlibraries.com
require_once 'libs/guzzle/uri-template/1.0.4/loader.php';
require_once 'libs/guzzle/psr7/2.7.1/loader.php';
require_once 'libs/guzzle/guzzle/7.9.3/loader.php';

use GuzzleHttp\Psr7\Uri;
use GuzzleHttp\UriTemplate\UriTemplate;
use GuzzleHttp\UriTemplate\Template;

$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.