jonasarts / registry2-bundle
A Registry System for Symfony
Package info
github.com/jonasarts/registry2-bundle
Type:symfony-bundle
pkg:composer/jonasarts/registry2-bundle
v8.0.1
2026-06-28 12:59 UTC
Requires
- php: >=8.4
- symfony/config: ^7.0 || ^8.0
- symfony/dependency-injection: ^7.0 || ^8.0
- symfony/http-kernel: ^7.0 || ^8.0
- symfony/yaml: ^7.0 || ^8.0
Requires (Dev)
- doctrine/dbal: ^4.0
- doctrine/orm: ^3.0
- ergebnis/composer-normalize: ^2.52
- friendsofphp/php-cs-fixer: ^3.95
- phpstan/phpstan: ^2.0
- phpunit/phpunit: ^12.0 || ^13.0
- rector/rector: ^2.0
- symfony/doctrine-bridge: ^7.0 || ^8.0
- symfony/form: ^7.0 || ^8.0
- symfony/framework-bundle: ^7.0 || ^8.0
- symfony/security-core: ^7.0 || ^8.0
- symfony/validator: ^7.0 || ^8.0
Suggests
- doctrine/doctrine-bundle: If you want to use the DoctrineRegistry (default engine).
- predis/predis: A redis client usable as redis.client_service for the Redis engine.
- snc/redis-bundle: One way to provide a redis client service for the Redis engine.
- symfony/doctrine-bridge: Provides the UniqueEntity constraint used by the entities.
- symfony/form: Required for the built-in CRUD controllers (ui.enabled).
- symfony/security-core: Required for access control of the built-in CRUD controllers (ui.enabled).
- symfony/security-csrf: Required for CSRF protection of the built-in CRUD controllers (ui.enabled).
- symfony/twig-bundle: Required for the built-in CRUD controllers (ui.enabled).
- symfony/validator: Required to validate the entities (NotBlank/Length/UniqueEntity constraints).
This package is auto-updated.
Last update: 2026-06-28 12:59:44 UTC
README
A key-value data store for Symfony, persisted by the Doctrine entity manager
(default) or, optionally, a Redis store. The Redis engine accepts any redis
client (native \Redis, Predis, a symfony/cache adapter, or
SncRedisBundle) and has no hard
dependency on a specific one.
Requires PHP 8.4 and Symfony ^7.0 || ^8.0.
Installation
All installation instructions are in the documentation.
Documentation
License
This bundle is released under the MIT license. See LICENSE.