mohsenkhashei / yii2-visitlog
logging page visit of users
Package info
github.com/mohsenkhashei/visitlog
Type:yii2-extension
pkg:composer/mohsenkhashei/yii2-visitlog
dev-master
2020-02-27 09:08 UTC
Requires
- yiisoft/yii2: ~2.0.0
This package is auto-updated.
Last update: 2026-02-28 00:07:19 UTC
README
logging page visit of users
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist mohsenkhashei/yii2-visitlog "*"
or add
"mohsenkhashei/yii2-visitlog": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \mohsenkhashei\visitlog\AutoloadExample::widget(); ?>```