flowpack/entity-usage

Last activity on 24 June 2022
  • 6852
composer require flowpack/entity-usage

Provides an entity usage registration for Neos Flow

1.1.0

Provides an entity usage registration for Neos Flow

Version
1.1.0
Type
neos-package
Release Date
Jun 24, 2022, 10:02:35 am
Source
git
Distribution
zip
Requires
Requires (dev)
None
Suggest
Provides
None
Conflicts
None
Replaces
None
MIT 8491689ba03b5e45504849fb75866a0e83704869

Generic entity usage tracking API for Neos Flow

Concept

This package provides a generic usage tracking for any kind of entity in a Neos Flow application. An additional package like Flowpack.EntityUsage.DatabaseStorage is required for storing those relations.

For each kind of entity a package needs to provide the mechanisms to register and unregister usage. F.e. Flowpack.Neos.AssetUsage provides this for assets in Neos CMS.

Creating your own entity storage

My.Package:MyEntityUsageService:
    className: Flowpack\EntityUsage\Servce\EntityUsageService
    scope: singleton
    arguments:
        1:
            value: 'my_service_id'

Related packages

The content of the readme is provided by Github
The same vendor provides 48 package(s).