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.

Current Version: 1.42.0
Last Updated: 2025-02-16
PHP Requirement: >=5.4.0
Dependencies:
illuminate/database
illuminate/support
⚠️ To ensure full functionality, the above dependencies might be required.

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.

🔗 View on GitHub

Download Latest Version: 1.42.0

Download Download v1.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.