carlonicora / minimalism-service-redis
Redis service for minimalism
Requires
- php: >=8.1
- ext-redis: *
- carlonicora/minimalism: ~13.0
This package is auto-updated.
Last update: 2024-10-18 22:04:50 UTC
README
encrypter is a service for minimalism to generate short unique ids from integers.
Getting Started
To use this library, you need to have an application using minimalism. This library does not work outside this scope.
Prerequisite
You should have read the minimalism documentation and understand the concepts of services in the framework.
minimalism-service-redis requires the redis extension in order to work.
Installing
Require this package, with Composer, in the root directory of your project.
$ composer require carlonicora/minimalism-service-redis
or simply add the requirement in composer.json
{ "require": { "carlonicora/minimalism-service-redis": "~1.0" } }
Deployment
This service requires you to set up a parameter in your .env
file in order to connect to redis
Required parameters
#a comma separated list MINIMALISM_SERVICE_REDIS_CONNECTION=host,port,password
Build With
- minimalism - minimal modular PHP MVC framework
Versioning
This project use Semantiv Versioning for its tags.
Authors
License
This project is licensed under the MIT license - see the LICENSE.md file for details