Home
Docs
GitHub
Pricing
Blog
Log In

Run Sandworm Audit for your App

Get started
Generated on May 18, 2024 via composer

snc/redis-bundle 4.7.0

A Redis bundle for Symfony
Package summary
Share
0
issues
1
license
27
MIT
Package created
15 Oct 2011
Version published
1 Nov 2023
Maintainers
1
Total deps
27
Direct deps
7
License
MIT

Issues

0
This package has no issues

Licenses

MIT License

Permissive
OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
commercial-use
modify
distribute
sublicense
private-use
Cannot
hold-liable
Must
include-copyright
include-license
27 Packages, Including:
psr/cache@3.0.0
psr/container@2.0.2
psr/event-dispatcher@1.0.0
psr/log@3.0.0
snc/redis-bundle@4.7.0
symfony/cache@v7.0.7
symfony/cache-contracts@v3.5.0
symfony/config@v7.0.7
symfony/dependency-injection@v7.0.7
symfony/deprecation-contracts@v3.5.0
symfony/error-handler@v7.0.7
symfony/event-dispatcher@v7.0.7
symfony/event-dispatcher-contracts@v3.5.0
symfony/filesystem@v7.0.7
symfony/finder@v7.0.7
symfony/framework-bundle@v7.0.7
symfony/http-foundation@v7.0.7
symfony/http-kernel@v7.0.7
symfony/polyfill-ctype@v1.29.0
symfony/polyfill-mbstring@v1.29.0
symfony/polyfill-php80@v1.29.0
symfony/polyfill-php83@v1.29.0
symfony/process@v7.0.7
symfony/routing@v7.0.7
symfony/service-contracts@v3.5.0
symfony/var-dumper@v7.0.7
symfony/var-exporter@v7.0.7
Disclaimer

This deed highlights only some of the key features and terms of the actual license. It is not a license and has no legal value. You should carefully review all of the terms and conditions of the actual license before using the licensed material.

Sandworm is not a law firm and does not provide legal services. Distributing, displaying, or linking to this deed or the license that it summarizes does not create a lawyer-client or any other relationship.

Direct Dependencies

7
All Dependencies CSV
ⓘ This is a list of snc/redis-bundle 's direct dependencies. Data on all dependencies, including transitive ones, is available via CSV download.
NameVersionSizeLicenseTypeVulnerabilities
symfony/cachev7.0.7-MIT
prod dev
symfony/deprecation-contractsv3.5.0-MIT
prod dev
symfony/filesystemv7.0.7-MIT
prod dev
symfony/framework-bundlev7.0.7-MIT
prod
symfony/http-foundationv7.0.7-MIT
prod dev
symfony/service-contractsv3.5.0-MIT
prod dev
symfony/var-dumperv7.0.7-MIT
prod dev

Visualizations

Frequently Asked Questions

What does snc/redis-bundle do?

The Snc/Redis-Bundle is a handy package for Symfony applications that allows a convenient interface to Redis. It integrates Predis and PhpRedis into your Symfony 4.4+ applications, offering a speedy and highly accessible path to Redis operations. This bundle's implementation makes it functionally indistinguishable, whether you use Predis or the native PhpRedis extension. However, it's recommended to use the PhpRedis extension for its better speed and compatibility as the main development platform.

How do you use snc/redis-bundle?

To use the Snc/Redis-Bundle, you need to install it using Composer, which is a tool for dependency management in PHP. The installation can be performed by running the command ‘composer require snc/redis-bundle’ in your terminal. Once installed, you can use this bundle in your Symfony application to interact with Redis with ease.

composer require snc/redis-bundle

Bear in mind that running the full test suite calls for PHP installed with specific PHP extensions and the redis server, as well as an overmind to kick off the fleet of redis processes.

In the local development directory with SncRedisBundle, you can enter the development environment and install php package dependencies, start redis fleet and run tests or execute any command with php binary via:

nix shell
composer update 
overmind start & 
php vendor/bin/phpunit

Where are the snc/redis-bundle docs?

The comprehensive documentation for snc/redis-bundle is available within the docs/ directory of the repository on GitHub. The guide provides instructions on how to effectively use the bundle, its requirements, and more insights about the bundle's operations. Always remember not to include changes in redis-sentinel.conf or nodes.conf files when committing, as those change quite often. Reading through this user-friendly documentation will provide a wealth of knowledge on employing the bundle effectively.