Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 682 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 682 Bytes

simple cache client

Packagist

simple cache client for memcached, redis.

  • cache implement the simple cache PSR 16

项目地址

安装

  • composer 命令
composer require php-comp/lite-cache
  • composer.json
{
    "require": {
        "php-comp/lite-cache": "dev-master"
    }
}
  • 直接拉取
git clone https://github.com/inhere/php-lite-cache.git

License

MIT