xepozz / unique-id
There is no license information available for the latest version (dev-master) of this package.
Marking users with unique identifiers to keep the information for the further processing.
dev-master
2023-07-24 06:04 UTC
Requires
- php: ^8.1
- ramsey/uuid: ^4.7
- yiisoft/user: dev-master
- yiisoft/yii-http: ^1.0.3
Requires (Dev)
- httpsoft/http-message: ^1.1.1
- httpsoft/http-server-request: ^1.1
- phpunit/phpunit: 10.0.17
- vimeo/psalm: ^5.8
- yiisoft/cookies: ^1.2
- yiisoft/session: ^2.0
- yiisoft/test-support: ^3.0
- yiisoft/yii-debug: dev-master
This package is auto-updated.
Last update: 2024-10-24 09:05:01 UTC
README
The library allows you to track the unique user in the application.
Installation
composer req xepozz/unique-id
Looking for more modules?
- Request ID - A simple library to generate both unique request and response IDs for tracing purposes.
- AB - A simple library to enable A/B testing based on a set of rules.
- Feature Flag - A simple library to enable/disable features based on a set of rules.
- Shortcut - Sets of helper functions for rapid development of Yii 3 applications.