webonaute / phpredis-bundle
A PHPRedis bundle for Symfony4+ based on famous SncRedisBundle
Installs: 211
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 1
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=7.2
- ext-redis: *
- symfony/cache: ^4.1
- symfony/framework-bundle: ^4.1
- symfony/http-foundation: ^4.1
- symfony/yaml: ^4.1
Requires (Dev)
- doctrine/cache: ^1.0
- phpunit/phpunit: ^6.0|^7.0
- symfony/browser-kit: ^4.1
- symfony/console: ^4.1
- symfony/monolog-bundle: ^3.0
- symfony/phpunit-bridge: ^4.1
- symfony/profiler-pack: ^1.0
- symfony/twig-bundle: ^4.1
Suggests
- predis/predis: If you want to use predis.
- symfony/console: If you want to use commands to interact with the redis database
- symfony/monolog-bundle: If you want to use the monolog redis handler.
- symfony/proxy-manager-bridge: If you want to lazy-load some services
Conflicts
This package is auto-updated.
Last update: 2024-10-26 03:50:47 UTC
README
About
This bundle integrates phpredis into your Symfony 4.0+ application. THIS IS IN DEVELOPMENT AND VERY ALPHA STAGE
It's based on famous SncRedisBundle but mainly stripped out all predis support.
Branches
Installation
This bundle is available via composer, find it on packagist.
Run :
composer require webonaute/phpredis-bundle 1.0-dev
Documentation
Read the documentation in Resources/doc/
License
See LICENSE.