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

sulu/sulu-document-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ba61b49 · Jun 28, 2017
Feb 4, 2016
Jun 21, 2017
Apr 13, 2017
May 22, 2017
May 6, 2015
Jun 3, 2015
Aug 26, 2015
Dec 7, 2016
Dec 14, 2016
Jun 28, 2017
Dec 1, 2015
May 22, 2017
Jul 5, 2016
Apr 25, 2015

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.