Download the PHP package tourze/workerman-user-support without Composer
On this page you can find all versions of the php package tourze/workerman-user-support. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package workerman-user-support
Workerman User Support
中文
A library to add user support for Workerman connections, making it easy to associate user data with connections.
Features
- Associate user data with Workerman connections
- Track upload and download statistics for each user
- Support for user speed limits
- Automatic cleanup of user data when connections are closed (using WeakMap)
- PSR-compatible logging and caching
Installation
Quick Start
API Documentation
User Class
The User
class represents a remote user with associated data and statistics.
ConnectionManager Class
The ConnectionManager
class manages the association between connections and users.
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
The MIT License (MIT). Please see License File for more information.
All versions of workerman-user-support with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
psr/log Version ^3|^2|^1
psr/simple-cache Version ^1.0|^2.0|^3.0
tourze/workerman-psr-logger Version 0.0.*
workerman/workerman Version ^5.1
psr/log Version ^3|^2|^1
psr/simple-cache Version ^1.0|^2.0|^3.0
tourze/workerman-psr-logger Version 0.0.*
workerman/workerman Version ^5.1
The package tourze/workerman-user-support contains the following files
Loading the files please wait ....