tourze / cache
途者PHP框架-Cache
v1.0.0
2015-09-29 07:20 UTC
Requires
- phpfastcache/phpfastcache: ^3.0
- tourze/base: ^1.0
Requires (Dev)
- phpunit/phpunit: ^4.7
This package is auto-updated.
Last update: 2024-11-19 05:18:45 UTC
README
Cache处理
安装
首先需要下载和安装composer,具体请查看官网的Download页面
在你的composer.json
中增加:
"require": {
"tourze/cache": "^1.0"
},
或直接执行
composer require tourze/cache:"^1.0"