项目作者: spiral-modules

项目描述 :
phpFastCache Bridge
高级语言: PHP
项目地址: git://github.com/spiral-modules/phpFastCache-bridge.git
创建时间: 2017-04-06T15:22:16Z
项目社区:https://github.com/spiral-modules/phpFastCache-bridge

开源协议:MIT License

下载


PHPFastCache PSR6 and PSR16 adapters

Latest Stable Version
Total Downloads
Scrutinizer Code Quality
Coverage Status
Build Status

Spiral utilizes PSR-16 (ORM) and PSR-6 (psr7-middlewares) protocols to allow your application to communicate with cache engines.

Installation

  1. composer require spiral/phpfastcache
  2. spiral register spiral/phpfastcache

Existed Bridges

Take a look at existed module spiral/phpfastcache which creates bridge to https://github.com/PHPSocialNetwork/phpfastcache library and adds cache configuration into your application.

composer require spiral/phpfastcache
spiral register spiral/phpfastcache

Add bootloader Spiral/PhpFastCache/CacheBootloader to enable caching.