Download the PHP package honda/url-pattern-matcher without Composer
On this page you can find all versions of the php package honda/url-pattern-matcher. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download honda/url-pattern-matcher
More information about honda/url-pattern-matcher
Files in honda/url-pattern-matcher
Download honda/url-pattern-matcher
More information about honda/url-pattern-matcher
Files in honda/url-pattern-matcher
Vendor honda
Package url-pattern-matcher
Short Description Check if a given path matches a given pattern.
License MIT
Homepage https://github.com/laravel-honda/url-pattern-matcher
Package url-pattern-matcher
Short Description Check if a given path matches a given pattern.
License MIT
Homepage https://github.com/laravel-honda/url-pattern-matcher
Keywords hondaurl-pattern-matcher
Please rate this library. Is it a good library?
Informations about the package url-pattern-matcher
URL Pattern Matcher
Checks if a given path like (/articles/4
) matches a given pattern like (/articles/*
).
Installation
You can install the package via composer:
Usage
Trailing forward slashes are ignored so the matcher will match /example
, example
, example/
, /example/
if given /example
.
Testing
There is 100% code coverage for this package, it's rare, most of the time useless, but it feels good :)
Url Pattern Matcher was created by Félix Dorn under the MIT license.
All versions of url-pattern-matcher with dependencies
PHP Build Version
Package Version
Requires
php Version
^8
The package honda/url-pattern-matcher contains the following files
Loading the files please wait ....