kevburnsjr / php-uri-template-parser

A URI Template Parser for PHP
http://lab.kevburnsjr.com/php-uri-template-parser
GNU General Public License v2.0
18 stars 2 forks source link

Template matching #2

Open heruan opened 11 years ago

heruan commented 11 years ago

Great work @KevBurnsJr ! Will the match method be ever implemented? Do you know any PHP implementation to match real URIs against RFC6570 URI Templates?

kevburnsjr commented 11 years ago

Here's a gist for a uri template route match https://gist.github.com/KevBurnsJr/4702155