Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xepozz/unique-id
The library allows you to track the unique user in the application.
https://github.com/xepozz/unique-id
tracing-id unique-id user-id user-identity yii yii3
Last synced: 26 days ago
JSON representation
The library allows you to track the unique user in the application.
- Host: GitHub
- URL: https://github.com/xepozz/unique-id
- Owner: xepozz
- Created: 2023-06-18T12:23:59.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-07-24T06:05:01.000Z (over 1 year ago)
- Last Synced: 2024-09-30T22:09:46.938Z (about 1 month ago)
- Topics: tracing-id, unique-id, user-id, user-identity, yii, yii3
- Language: PHP
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# User ID tracing
The library allows you to track the unique user in the application.
[![Latest Stable Version](https://poser.pugx.org/xepozz/unique-id/v/stable.svg)](https://packagist.org/packages/xepozz/unique-id)
[![Total Downloads](https://poser.pugx.org/xepozz/unique-id/downloads.svg)](https://packagist.org/packages/xepozz/unique-id)
[![phpunit](https://github.com/xepozz/unique-id/workflows/PHPUnit/badge.svg)](https://github.com/xepozz/unique-id/actions)
[![codecov](https://codecov.io/gh/xepozz/unique-id/branch/master/graph/badge.svg?token=UREXAOUHTJ)](https://codecov.io/gh/xepozz/unique-id)
[![type-coverage](https://shepherd.dev/github/xepozz/unique-id/coverage.svg)](https://shepherd.dev/github/xepozz/unique-id)## Installation
```bash
composer req xepozz/unique-id
```## Looking for more modules?
- [Request ID](https://github.com/xepozz/request-id) - A simple library to generate both unique request and response IDs for tracing purposes.
- [AB](https://github.com/xepozz/ab) - A simple library to enable A/B testing based on a set of rules.
- [Feature Flag](https://github.com/xepozz/feature-flag) - A simple library to enable/disable features based on a set of rules.
- [Shortcut](https://github.com/xepozz/shortcut) - Sets of helper functions for rapid development of Yii 3 applications.