flowpack/entity-usage

Last activity 24 Jun 2022 22093
composer require flowpack/entity-usage

Provides an entity usage registration for Neos Flow

1.1.0

Version
1.1.0
Type
neos-package
Release Date
Jun 24, 2022 10:02
Source
git
Distribution
zip
Requires
  • neos/flow: ^6.2 || ^7.0 || ^8.0 || dev-master
  • flowpack/entity-usage-storageimplementation: ^1.0 || dev-main
Suggest
  • flowpack/entity-usage-databasestorage: Supports storing entity usages in the database
MIT 8491689ba03b5e45504849fb75866a0e83704869

Readme excerpt

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 an external source, which we have no control over. Check out the actual readme at its source.
The same vendor provides 52 package(s).