atk4 / audit
Agile Data - Audit Extension
Installs: 9 047
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 10
Forks: 4
Open Issues: 6
Requires (Dev)
- atk4/schema: ~2.3.0
- atk4/ui: ~2.3.0
- friendsofphp/php-cs-fixer: ^2.16
- phpunit/phpcov: *
- phpunit/phpunit: >=9.0
Suggests
- atk4/mastercrud: Intergates with MasterCRUD showing change history of your records
- atk4/ui: Provides you with extra Views to display history
This package is auto-updated.
Last update: 2024-10-29 05:16:28 UTC
README
This extension for Agile 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!
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.