Sulu Document Manager
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.