PHP Package: venturecraft/revisionable
A PHP library for handling revisions and versioning of models in Laravel applications, offering seamless integration and tracking of changes over time.
Package Description
Revisionable is a powerful PHP library designed to manage and track revisions of models within Laravel projects. This library seamlessly integrates with Laravel Eloquent models to provide a robust versioning system, allowing developers to effortlessly monitor and revert changes made to their data over time. With Revisionable, users can easily keep track of modifications, view historical data, and ensure data integrity within their applications.
Download Latest Version: 1.42.0

Code Integration Example
Make sure to include the correct namespace and class paths for proper usage.
<?php
// Example from PHPlibraries.com
require_once 'libs/venturecraft/revisionable/1.42.0/loader.php';
require_once 'libs/illuminate/database/12.18.0/loader.php';
require_once 'libs/illuminate/support/12.18.0/loader.php';
use Venturecraft\Revisionable\Revisionable;
$obj = new Revisionable();
echo '✅ Test OK: ' . get_class($obj);
?>
We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.
Community Discussion
Ask questions, share tips, or report issues below.