wwwision/dam
Proof of Concept of a simple Digital Asset Management built on top of the Event Sourced Content Repository
Maintainers
Requires
- neos/contentrepository-core: 9.0.0-beta13
- ramsey/uuid: ^4.4
Requires (Dev)
- larapack/dd: ^1.1
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT fe04f0e02cf52a95894ad777a2348f42aba8444b
README
Proof of Concept of a simple Digital Asset Management built on top of the Event Sourced Content Repository
Warning This package is currently a proof of concept. It is subject to change, but it might never make it to an actual product!
Usage
Installation
Warning This package is not yet prepared to be installed on its own See https://github.com/bwaidelich/dam-example for a minimal example base upon Slim Or https://github.com/bwaidelich/Wwwision.Neos.DAM for an example integration into Neos CMS.
Install using composer:
composer require wwwision/dam
Afterwards call
$this->dam->setUp();
in order to create required database tables and root nodes.
PHP API
See DAM.php
