Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.