piotrmus / yii2-url-parser
Yii2 Url Parser
Package info
github.com/piotrmus/yii2-url-parser
Type:yii2-extension
pkg:composer/piotrmus/yii2-url-parser
dev-master
2017-07-13 10:57 UTC
Requires
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2026-02-26 05:24:53 UTC
README
Yii2 Url Parser
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist piotrmus/yii2-url-parser "*"
or add
"piotrmus/yii2-url-parser": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \piotrmus\urlparser\AutoloadExample::widget(); ?>```