Proof of Concept of a simple Digital Asset Management built on top of the Event Sourced Content Repository

0.2.0 2023-04-26 21:55 UTC

This package is auto-updated.

Last update: 2024-03-30 00:33:27 UTC


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/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