Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/janit/ezplatform-audit-log
An example audit trail log implementation for eZ Platform (v3.0+)
https://github.com/janit/ezplatform-audit-log
ezplatform symfony
Last synced: 28 days ago
JSON representation
An example audit trail log implementation for eZ Platform (v3.0+)
- Host: GitHub
- URL: https://github.com/janit/ezplatform-audit-log
- Owner: janit
- Created: 2020-04-07T18:24:24.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-07T21:21:47.000Z (over 4 years ago)
- Last Synced: 2025-01-03T01:04:20.805Z (about 1 month ago)
- Topics: ezplatform, symfony
- Language: PHP
- Homepage: https://ezplatform.com/blog/implementing-an-audit-trail-log-for-ez-platform
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Audit: AuditListener.php
Awesome Lists containing this project
README
# eZ Platform audit trail log PoC
This repository contains an eZ Platform 3.0 compatible Event Subscriber that implements a simple audit trail logging functionality. There is no support or documentation available, aside from the inline comments.
To enable this Event Subscriber you should make sure it is configured appropriately in config/services.yaml as described in the Symfony Event Dispatcher documentation.
More information in the blog post: Implementing an audit trail log for eZ Platform
## eZ Platform is now Ibexa DXP
Going forward from version 3.2 eZ Platform (Enterprise Edition) will be known as the [Ibexa DXP technology](https://www.ibexa.co/products) that is the base for three products: [Ibexa Content](https://www.ibexa.co/products/ibexa-content), [Ibexa Experience](https://www.ibexa.co/products/ibexa-experience) and [Ibexa Commerce](https://www.ibexa.co/products/ibexa-commerce). Instructions in this code should be relevant since Ibexa DXP is an evolution of eZ Platform, not a revolution. Learn more from the [Ibexa DXP v3.2 launch post](https://www.ibexa.co/blog/product-launch-introducing-ibexa-dxp-3.2) and the [Ibexa developer portal](https://developers.ibexa.co).