Libraries tagged by tracks changes
code-distortion/json-diff
3 Downloads
A package for keeping track of changes to data structures
boralp/laravel-auditable
43 Downloads
A lightweight Laravel package to track model changes with IP (binary), deduplicated user agents, and created_by/updated_by auto-fill. Includes export, cleanup, and API endpoints for easy audit history access.
bakgul/file-history
174 Downloads
This is a helper package, and it can't be used independently. Its purpose is to log the changes of files when they are created/deleted/updated through the commands shipped with the packages, which are part of Packagified Laravel. So this package can't track the changes made manually.
umairhanifdev/laravel-table-logger
6 Downloads
Automated Laravel model auditing and application log management with dynamic table creation. Tracks all model changes (create/update/delete) in dedicated log tables while maintaining native Laravel conventions. Provides comprehensive activity monitoring without database modifications.
robinthehood/migration
57 Downloads
With migration you can easily track you database changes in you repository.
heristop/propel-auditable-behavior
11 Downloads
Propel behavior to track and record changes in your models
hackable/laravel-stats-pgsql
8 Downloads
Track application stat changes over time
matondo/audit-log
1 Downloads
A simple audit log package for Laravel applications to track user actions, model changes, and errors.
erebot/irctracker-module
261 Downloads
Erebot module to track users through nick changes, etc.
watcherphp/watcher
0 Downloads
Watcher: Effortlessly Track and Manage Your File Changes Seamlessly
charlgottschalk/laravel-aware
20 Downloads
A simple auditing package to keep track of your Eloquent model changes
sadeim/nard-laravel
4 Downloads
Zero-config activity tracking for Laravel apps. Automatically tracks HTTP requests, auth events, model changes, and queue jobs. Powered by Nard Agent (https://nard.sadeim.com).
bendary/flarum-admin-audit
26 Downloads
A comprehensive administration audit logging system for Flarum. Tracks and logs admin actions including permission changes, categorized settings updates, and extension toggles, featuring a modern dashboard.
thetheago/laravel-seeder-versioning
1 Downloads
A Laravel package that provides version control for database seeders, similar to Laravel's migration system. This package tracks which seeders have been run and only executes seeders that have been modified by monitoring class content changes.
qi-interactive/cron
138 Downloads
Manages linux crontab file by adding and deleting the appropriate entries. It is able to track the source file so that after the changes to this file, he will be able to enter and update the user's crontab file in safe way (doesn't remove entries added by user using crontab -e).