stonedz/pff2-doctrine

Doctrine for pff2

Installs: 270

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:pff2-module

pkg:composer/stonedz/pff2-doctrine

v4.1 2026-02-17 11:35 UTC

This package is auto-updated.

Last update: 2026-02-17 11:37:38 UTC


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 to true to enable Redis a cache for Doctrine
  • redis_port
  • redis_host
  • redis_password: set to empty id your redis server does not require auth.