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

Maintainers

👁 bwaidelich

Package info

github.com/bwaidelich/Wwwision.DAM

pkg:composer/wwwision/dam

Fund package maintenance!

bwaidelich

Paypal

Statistics

Installs: 6

Dependents: 2

Suggesters: 0

Stars: 0

Open Issues: 0

0.3.0 2024-09-12 15:47 UTC

Requires

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT fe04f0e02cf52a95894ad777a2348f42aba8444b

This package is auto-updated.

Last update: 2026-06-12 20:17:15 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/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