All Projects → owen-it → Laravel Auditing

owen-it / Laravel Auditing

Licence: mit
Record the change log from models in Laravel

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to Laravel Auditing

Tracker
Laravel Stats Tracker
Stars: ✭ 2,638 (+19.37%)
Mutual labels:  laravel, tracking, logging
Elasticsearch
The missing elasticsearch ORM for Laravel, Lumen and Native php applications
Stars: ✭ 375 (-83.03%)
Mutual labels:  eloquent, laravel, lumen
Monitor Table Change With Sqltabledependency
Get SQL Server notification on record table change
Stars: ✭ 459 (-79.23%)
Mutual labels:  tracking, record, audit
Forrest
A Laravel library for Salesforce
Stars: ✭ 171 (-92.26%)
Mutual labels:  laravel, lumen
Vim Laravel
Vim support for Laravel/Lumen projects
Stars: ✭ 128 (-94.21%)
Mutual labels:  laravel, lumen
Laravel Pug
Pug view adapter for Laravel and Lumen
Stars: ✭ 130 (-94.12%)
Mutual labels:  laravel, lumen
Maplesyrup
Assesses CPU security of embedded devices. #nsacyber
Stars: ✭ 121 (-94.52%)
Mutual labels:  audit, auditing
Laravel Deletable
👾 Gracefully restrict deletion of Laravel Eloquent models
Stars: ✭ 137 (-93.8%)
Mutual labels:  eloquent, laravel
Daybydaycrm
DaybydayCRM an open-source CRM, to help you keep track of your daily workflow.
Stars: ✭ 1,856 (-16.02%)
Mutual labels:  laravel, tracking
Laravel Fractal
An easy to use Fractal wrapper built for Laravel and Lumen applications
Stars: ✭ 1,748 (-20.9%)
Mutual labels:  laravel, lumen
Laravel Model Expires
A package to assign expiration dates to Eloquent models.
Stars: ✭ 148 (-93.3%)
Mutual labels:  eloquent, laravel
Xblock Kernel
XBlock - 开发文档
Stars: ✭ 127 (-94.25%)
Mutual labels:  laravel, lumen
Querybuilderparser
A simple to use query builder for the jQuery QueryBuilder plugin for use with Laravel.
Stars: ✭ 126 (-94.3%)
Mutual labels:  eloquent, laravel
Laravel Http2 Server Push
A middleware package for Laravel to enable server push for your script, style, and image assets.
Stars: ✭ 174 (-92.13%)
Mutual labels:  laravel, lumen
Sieve
A simple, clean and elegant way to filter Eloquent models.
Stars: ✭ 123 (-94.43%)
Mutual labels:  eloquent, laravel
Eager Load Pivot Relations
Eager load pivot relations for Laravel Eloquent's BelongsToMany relation.
Stars: ✭ 134 (-93.94%)
Mutual labels:  eloquent, laravel
Array Redactor
A PHP package to redact array values by their keys.
Stars: ✭ 144 (-93.48%)
Mutual labels:  laravel, logging
Laravel Source Encrypter
Laravel and Lumen Source Code Encrypter
Stars: ✭ 175 (-92.08%)
Mutual labels:  laravel, lumen
Schedule
Schedule is a package that helps tracking schedules for your models. If you have workers in a company, you can set schedules for them and see their availability though the time.
Stars: ✭ 155 (-92.99%)
Mutual labels:  eloquent, laravel
Laravel Invoicable
Easy invoice creation for Laravel
Stars: ✭ 118 (-94.66%)
Mutual labels:  eloquent, laravel

Build Status Code Coverage Latest Stable Version Total Downloads License Chat

This package will help you understand changes in your Eloquent models, by providing information about possible discrepancies and anomalies that could indicate business concerns or suspect activities.

Laravel Auditing allows you to keep a history of model changes by simply using a trait. Retrieving the audited data is straightforward, making it possible to display it in various ways.

Official Documentation

The package documentation can be found on the official website or at the documentation repository.

Version Information

Version Illuminate Status PHP Version
12.x 6.x.x - 8.x.x Active support 🚀 >= 7.3 | 8.0
11.x 5.8.x - 8.x.x Active support >= 7.3
10.x 5.8.x - 7.x.x Active support >= 7.2.5
9.x 5.8.x - 6.x.x Active support >= 7.1.3
8.x 5.2.x - 5.7.x Active support >= 7.0.13
7.x 5.2.x - 5.6.x End of life >= 7.0.13
6.x 5.2.x - 5.6.x End of life >= 7.0.13
5.x 5.2.x - 5.5.x End of life >= 7.0.13
4.x 5.2.x - 5.5.x End of life >= 5.5.9
3.x 5.2.x - 5.4.x End of life >= 5.5.9
2.x 5.1.x - 5.3.x End of life >= 5.5.9

Contributing

Please see the contributing entry for more details.

Credits

License

The Laravel Auditing package is open source software licensed under the MIT LICENSE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].