PHP Package: livewire/flux

Livewire Flux is a powerful PHP library designed for efficient state management in web applications, offering seamless integration and enhanced user experience.

Current Version: 2.5.1
Last Updated: 2025-10-08
PHP Requirement: ^8.1
Dependencies:
livewire/flux-dependency
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Livewire Flux is a cutting-edge PHP library that simplifies state management, ensuring smooth data flow and reducing application complexity. With Flux, developers can streamline their workflow, enhance application performance, and create highly interactive web experiences.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 2.5.1

Download Download v2.5.1

Previous Versions

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/livewire/flux/2.5.1/loader.php';
require_once 'libs/livewire/flux-dependency/{lib_version}/loader.php';

use Livewire\Flux\State;
use Livewire\Flux\Store;

$obj = new State();
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.