inhere/lite-cache

This package is abandoned and no longer maintained. The author suggests using the php-comp/lite-cache package instead.

a simple cache client tool library of the php

v1.1.1 2018-11-21 06:31 UTC

This package is auto-updated.

Last update: 2022-02-01 13:12:28 UTC


README

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