Download the PHP package flowpack/entity-usage without Composer
On this page you can find all versions of the php package flowpack/entity-usage. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download flowpack/entity-usage
More information about flowpack/entity-usage
Files in flowpack/entity-usage
Download flowpack/entity-usage
More information about flowpack/entity-usage
Files in flowpack/entity-usage
Vendor flowpack
Package entity-usage
Short Description Provides an entity usage registration for Neos Flow
License MIT
Package entity-usage
Short Description Provides an entity usage registration for Neos Flow
License MIT
Please rate this library. Is it a good library?
Informations about the package entity-usage
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
- Flowpack.EntityUsage.DatabaseStorage for storing usages in the database
- Flowpack.Neos.AssetUsage for storing Neos.Media asset usages in Neos CMS
All versions of entity-usage with dependencies
PHP Build Version
Package Version
Requires
neos/flow Version
^6.2 || ^7.0 || ^8.0 || dev-master
flowpack/entity-usage-storageimplementation Version ^1.0 || dev-main
flowpack/entity-usage-storageimplementation Version ^1.0 || dev-main
The package flowpack/entity-usage contains the following files
Loading the files please wait ...