sulu / document-manager
Sulu Document Manager
Installs: 321 413
Dependents: 3
Suggesters: 0
Security: 0
Stars: 6
Watchers: 27
Forks: 8
Open Issues: 27
Requires
- aferrandini/urlizer: ~1.0.0
- ocramius/proxy-manager: ~1.0 | ~2.0
- symfony-cmf/slugifier-api: ~1.0
- symfony/config: ~2.8 || ~3.0
- symfony/dependency-injection: ~2.8 || ~3.0
- symfony/event-dispatcher: ~2.8 || ~3.0
- symfony/options-resolver: ~2.8 || ~3.0
Requires (Dev)
- jackalope/jackalope-doctrine-dbal: ~1.2.3
- monolog/monolog: ^1.1
- phpbench/phpbench: 0.10.*
- phpunit/phpunit: ^4.5
- symfony/phpunit-bridge: ~2.8 || ~3.0
This package is auto-updated.
Last update: 2020-09-24 22:51:33 UTC
README
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.