spiral / phpfastcache
Spiral simple cache adapter and phpFastCache bootloaders.
Installs: 150
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
pkg:composer/spiral/phpfastcache
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: 2025-09-28 07:07:07 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.