Download the PHP package simonmesmith/yii2-anonymoususer without Composer
On this page you can find all versions of the php package simonmesmith/yii2-anonymoususer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download simonmesmith/yii2-anonymoususer
More information about simonmesmith/yii2-anonymoususer
Files in simonmesmith/yii2-anonymoususer
Download simonmesmith/yii2-anonymoususer
More information about simonmesmith/yii2-anonymoususer
Files in simonmesmith/yii2-anonymoususer
Vendor simonmesmith
Package yii2-anonymoususer
Short Description A Yii2 extension for tracking anonymous users.
License MIT
Package yii2-anonymoususer
Short Description A Yii2 extension for tracking anonymous users.
License MIT
Please rate this library. Is it a good library?
Informations about the package yii2-anonymoususer
Yii2 Anonymous User
A Yii2 extension for tracking anonymous users.
Installation
The preferred way to install this extension is through composer.
Either run
or add
to the require section of your composer.json
file.
Usage
Once the extension is installed :
- Run /data/anonymoususer.sql to set up the required table. Note that it currently creates the table with a tbl_ prefix. Also note that I've yet to experiment with Yii2 migrations for setting up database objects, hence why this just uses a .sql file.
-
Add the following to your main.php configuration file:
- Use the component when you need to track an anonymous user as follows:
All versions of yii2-anonymoususer with dependencies
PHP Build Version
Package Version
The package simonmesmith/yii2-anonymoususer contains the following files
Loading the files please wait ....