PHPackages                             uri-template/uri-template - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Templating &amp; Views](/categories/templating)
4. /
5. uri-template/uri-template

ActiveLibrary[Templating &amp; Views](/categories/templating)

uri-template/uri-template
=========================

RFC 6570 URI Template processor

v1.0.0(11y ago)856.9k↑12.5%1MITPHPPHP &gt;=5.3.0

Since Feb 7Pushed 11y ago1 watchersCompare

[ Source](https://github.com/mcrumley/uritemplate)[ Packagist](https://packagist.org/packages/uri-template/uri-template)[ Docs](http://github.com/mcrumley/uritemplate)[ RSS](/packages/uri-template-uri-template/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (1)

UriTemplate
===========

[](#uritemplate)

PHP [RFC 6570](http://tools.ietf.org/html/rfc6570) URI Template processor

Installation
------------

[](#installation)

If you use Composer, just run

```
composer require uri-template/uri-template
```

or add this to your composer.json

```
"uri-template/uri-template": "~1.0"
```

If you do not use composer, just copy the files into your project's lib folder.

Reqirements
-----------

[](#reqirements)

UriTemplate requires PHP 5.3 or greater

Examples
--------

[](#examples)

```
