jonasarts / registry2-bundle
A Registry System for Symfony
Installs: 340
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=8.1
- friendsofphp/proxy-manager-lts: *
- snc/redis-bundle: ^4.6
- symfony/config: ^5.0|^6.0
- symfony/dependency-injection: ^5.0|^6.0
Suggests
- doctrine/annotations: If you want to use DoctrineRegistry
- doctrine/doctrine-bundle: If you want to use the DoctrineRegistry.
- predis/predis: If you want to use predis for RedisRegistry.
- snc/redis-bundle: If you want to use RedisRegistry.
This package is auto-updated.
Last update: 2024-10-28 20:49:48 UTC
README
This is the new version 2 of registry-bundle. It breaks the API of version 1!
This bundle provides a key-value data store, persisted by the Symfony entity manager or a Redis store using SncRedisBundle.
Installation
All the installation instructions are located in the documentation.
License
This bundle is under the MIT license. See the complete license in the bundle.
The most recent version: LICENSE