paysera / fork-snc-snc-redis-bundle
A Redis bundle for Symfony
Installs: 3 074
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 328
Type:symfony-bundle
Requires
- php: ^7.1.3
- symfony/framework-bundle: ^3.4 || ^4.2 || ^5.0
- symfony/http-foundation: ^3.4 || ^4.2 || ^5.0
- symfony/yaml: ^3.4 || ^4.2 || ^5.0
Requires (Dev)
- ext-pdo_sqlite: *
- doctrine/doctrine-bundle: ^1.11.2 || ^2.0
- doctrine/orm: ^2.6.4
- phpunit/phpunit: ^7.5
- predis/predis: ^1.1
- swiftmailer/swiftmailer: ^6.0
- symfony/browser-kit: ^3.4 || ^4.2 || ^5.0
- symfony/console: ^3.4 || ^4.2 || ^5.0
- symfony/dom-crawler: ^3.4 || ^4.2 || ^5.0
- symfony/filesystem: ^3.4 || ^4.2 || ^5.0
- symfony/phpunit-bridge: ^4.3.5
- symfony/profiler-pack: ^1.0
- symfony/swiftmailer-bundle: ^2.0 || ^3.0
- symfony/twig-bundle: ^3.4 || ^4.2 || ^5.0
Suggests
- monolog/monolog: If you want to use the monolog redis handler.
- predis/predis: If you want to use predis.
- symfony/console: If you want to use commands to interact with the redis database
- symfony/proxy-manager-bridge: If you want to lazy-load some services
- dev-master / 3.x-dev
- 3.2.4
- 3.2.3
- 3.2.2
- 3.2.1
- 3.2.0
- 3.1.1
- 3.1.0
- 3.0.0
- 3.0.0-RC2
- 3.0.0-RC1
- 2.1.14
- 2.1.13
- 2.1.12
- 2.1.11
- 2.1.10
- 2.1.9
- 2.1.8
- 2.1.7
- 2.1.6
- 2.1.5
- 2.1.4
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.1.x-dev
- 1.1.10
- 1.1.9
- 1.1.8
- 1.1.7
- 1.1.6
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.x-dev
- 1.0.11
- 1.0.10
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
This package is auto-updated.
Last update: 2024-10-31 00:17:53 UTC
README
About
This bundle integrates Predis and PhpRedis into your Symfony 3.4+ application, providing a fast and convenient interface to Redis.
Using the native PhpRedis extension is recommended as it is faster and our main development platform. If the extension is not available and cannot be installed in your environment Predis is considered a safe and portable alternative, and our integration should be functionally identical.
Installation
Use Composer:
composer require snc/redis-bundle
Documentation
Read the documentation in Resources/doc/
License
See LICENSE.