https://github.com/mix-php/session
Session library based on Swoole coroutine Redis, following PSR-7 standard
https://github.com/mix-php/session
mix session
Last synced: 11 months ago
JSON representation
Session library based on Swoole coroutine Redis, following PSR-7 standard
- Host: GitHub
- URL: https://github.com/mix-php/session
- Owner: mix-php
- Created: 2019-08-23T03:44:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-07T06:19:30.000Z (almost 2 years ago)
- Last Synced: 2025-04-07T09:14:12.676Z (12 months ago)
- Topics: mix, session
- Language: PHP
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Mix Session
基于 Swoole 协程 Redis 的 Session 类库,遵循 PSR-7 标准
## Usage
安装:
```
composer require mix/session
```
文档:
- https://www.kancloud.cn/onanying/mixphp2-2/1708710
## License
Apache License Version 2.0, http://www.apache.org/licenses/