flowpack/entity-usage
composer require flowpack/entity-usage
Provides an entity usage registration for Neos Flow
1.1.0
Readme excerpt
Generic entity usage tracking API for Neos Flow ConceptThis 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- Flowpack.EntityUsage…
Read more
The same vendor provides 52 package(s).