spiral/phpfastcache

Spiral simple cache adapter and phpFastCache bootloaders.

Maintainers

Package info

github.com/spiral-modules/phpFastCache-bridge

Issues

pkg:composer/spiral/phpfastcache

Statistics

Installs: 150

Dependents: 1

Suggesters: 0

Stars: 2

v0.9.2 2017-04-07 10:45 UTC

This package is not auto-updated.

Last update: 2026-03-01 09:34:46 UTC


README

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

composer require spiral/phpfastcache
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.