https://github.com/phppkg/lite-cache
A lightweight file,memcache(d),redis cache utils. implement the PSR 16 interfaces.
https://github.com/phppkg/lite-cache
cache cachemanager memcache redis
Last synced: 4 months ago
JSON representation
A lightweight file,memcache(d),redis cache utils. implement the PSR 16 interfaces.
- Host: GitHub
- URL: https://github.com/phppkg/lite-cache
- Owner: phppkg
- License: mit
- Created: 2017-12-14T03:48:05.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-21T06:32:14.000Z (over 7 years ago)
- Last Synced: 2025-10-08T21:37:22.563Z (5 months ago)
- Topics: cache, cachemanager, memcache, redis
- Language: PHP
- Homepage:
- Size: 41 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# simple cache client
[](https://packagist.org/packages/php-comp/lite-cache)
simple cache client for memcached, redis.
- cache implement the simple cache [PSR 16](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-16-simple-cache.md)
## 项目地址
- **github** https://github.com/inhere/php-lite-cache.git
## 安装
- composer 命令
```php
composer require php-comp/lite-cache
```
- composer.json
```json
{
"require": {
"php-comp/lite-cache": "dev-master"
}
}
```
- 直接拉取
```bash
git clone https://github.com/inhere/php-lite-cache.git
```
## License
MIT