stonedz / pff2-doctrine
Doctrine for pff2
v4.1
2026-02-17 11:35 UTC
Requires
Requires (Dev)
- stonedz/pff2: ^4
README
Doctrine pff2 module
This module enables Doctrine: PHP Open Source Project integration with GitHub - stonedz/pff2: New version of the pff MVC PHP framework
Installation
Add this line in your composer.json require :
"require": { "stonedz/pff2-doctrine": "~1", },
Configuration
After the installation the configuration will be copied in app/config/modules/pff2-doctrine/ folder:
moduleConf: # Set to true to use redis as a cache redis: false redis_port: 6379 redis_host: redis # Leave empty if not used redis_password:
redis: set totrueto enable Redis a cache for Doctrineredis_portredis_hostredis_password: set to empty id your redis server does not require auth.