Download the PHP package homeapp/audit without Composer
On this page you can find all versions of the php package homeapp/audit. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download homeapp/audit
More information about homeapp/audit
Files in homeapp/audit
Download homeapp/audit
More information about homeapp/audit
Files in homeapp/audit
Vendor homeapp
Package audit
Short Description Audit package for saving user activity
License proprietary
Package audit
Short Description Audit package for saving user activity
License proprietary
Please rate this library. Is it a good library?
Informations about the package audit
Audit package for tracking entity changes
To install
composer require homeapp/audit
bin/console doctrine:migrations:diff
- Отредактируйте миграцию и запустите.
- Создать сервис который имплементирует интервейс ActorInfoFetcherInterface и зарегестировать его.
PS: есть баг нужно добавить такой хак в service_test.yml
- Сконфигурировать Auditable класc. Передав в аргумент classMap список entity которые нужно трекать
TODO
- Write instruction
- Refactor migrations
For development
To fix code style issues
vendor/bin/php-cs-fixer fix
To run test
vendor/bin/phpunit
To run static analizer
vendor/bin/psalm --no-cache
TODO
- Remove minimum-stability: dev when BackwardCompatibilityCheck will be released 5.1 version
All versions of audit with dependencies
PHP Build Version
Package Version
Requires
symfony/http-kernel Version
^5|^4
doctrine/orm Version ^2|^3
ramsey/uuid Version ^4
symfony/dependency-injection Version ^5|^4
doctrine/migrations Version ^2|^3
symfony/config Version ^5|^4
symfony/serializer Version ^5|^4
doctrine/orm Version ^2|^3
ramsey/uuid Version ^4
symfony/dependency-injection Version ^5|^4
doctrine/migrations Version ^2|^3
symfony/config Version ^5|^4
symfony/serializer Version ^5|^4
The package homeapp/audit contains the following files
Loading the files please wait ....