Download the PHP package konekt/history without Composer
On this page you can find all versions of the php package konekt/history. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package history
Eloquent Model History
This package provides features to log changes, diff and comments to Eloquent models.
Features
- Record model creation, update, delete, and retrieval
- Add optional comments to events
- Add comment-only history events
- Automatically record the IP, URL, user agent and user ids when in an HTTP context
- Automatically detect the CLI, the command name when in an artisan command
- Automatically detect the queue and the job when running in a queued job
- Define included/excluded fields on a per-model basis
- Has a diff of the changed fields (old/new values)
Requirements
It requires PHP 8.1+ and Laravel 10 or 11.
It has been tested with SQLite, MySQL 5.7, 8.0 & 8.2 and PostgreSQL 11, 12 & 16.
It is known that this library, Laravel 11.0 and PostgreSQL 11 don't work together, therefore it is recommended to use at least Postgres version 12 or higher in case your DB engine is Postgres.
Documentation
For Installation and usage instruction see the Documentation; https://konekt.dev/history/master
All versions of history with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
konekt/concord Version ^1.13
konekt/enum Version ^3.1|^4.0
konekt/enum-eloquent Version ^1.9
illuminate/database Version ^10.10.1|^11.0
illuminate/support Version ^10.10.1|^11.0
konekt/laravel-migration-compatibility Version ^1.6
konekt/concord Version ^1.13
konekt/enum Version ^3.1|^4.0
konekt/enum-eloquent Version ^1.9
illuminate/database Version ^10.10.1|^11.0
illuminate/support Version ^10.10.1|^11.0
konekt/laravel-migration-compatibility Version ^1.6
The package konekt/history contains the following files
Loading the files please wait ....