Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atk4/audit
Transparent audit implementation for Agile Data
https://github.com/atk4/audit
agile atk4 audit php
Last synced: 2 months ago
JSON representation
Transparent audit implementation for Agile Data
- Host: GitHub
- URL: https://github.com/atk4/audit
- Owner: atk4
- License: mit
- Created: 2016-09-30T01:18:11.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2021-01-02T18:38:13.000Z (about 4 years ago)
- Last Synced: 2024-10-27T09:51:05.357Z (3 months ago)
- Topics: agile, atk4, audit, php
- Language: PHP
- Homepage: https://agiletoolkit.org/
- Size: 201 KB
- Stars: 2
- Watchers: 10
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Agile Data - Audit Add-on
This extension for [Agile Data](https://github.com/atk4/data) implements advanced logging capabilities as well as some elements of
Event Sourcing.## Installation and Usage
This package have been re-released under MIT license, so you are welcome to use it!
``` bash
composer require atk4/audit
```You may need to adjust your `minimum-stability` setting.
## Documentation
https://github.com/atk4/audit/blob/develop/docs/index.md
## Real Usage Example
https://github.com/atk4/audit/blob/develop/docs/full-example.md
## Current Status
Audit add-on is implemented and used in some projects. Some clean-ups may be needed.