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

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.

Awesome Lists containing this project

README

          

# simple cache client

[![Packagist](https://img.shields.io/packagist/v/php-comp/lite-cache.svg)](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