Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

sulu/sulu-document-manager

Repository files navigation

Sulu Document Manager

Scrutinizer Code Quality

100% event driven PHPCR based document manager.

Features:

  • Internationalized by default
  • Persist and hydration events are "option" aware.
  • Lazy loading and proxies
  • No unit of work. Changes are persisted directly to nodes and flush() flushes the PHPCR session.
  • Highly extensible (the DocumentManager just fires events)
  • Extremely decoupled
  • Profileable subscribers are automatically profiled when in debug mode.

This library is currently under development.