spiral / phpfastcache
Spiral simple cache adapter and phpFastCache bootloaders.
v0.9.2
2017-04-07 10:45 UTC
Requires
- php: >=7.0
- phpfastcache/phpfastcache: ^5.0
- spiral/framework: ^1.0
Requires (Dev)
- mockery/mockery: dev-master
- phpunit/phpunit: ~6.0
This package is not auto-updated.
Last update: 2024-10-27 02:11:06 UTC
README
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.