wwwision / dam
Proof of Concept of a simple Digital Asset Management built on top of the Event Sourced Content Repository
Fund package maintenance!
bwaidelich
Paypal
Requires
- neos/contentrepository-core: 9.0.0-beta13
- ramsey/uuid: ^4.4
Requires (Dev)
- larapack/dd: ^1.1
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