Download the PHP package xtompie/rensen without Composer
On this page you can find all versions of the php package xtompie/rensen. 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 rensen
Rensen
The Rensen library provides a lightweight reactive system for PHP. It allows you to create reactive values that automatically update when dependencies change.
Features
- Define reactive values (
R
) that automatically recompute when their dependencies change. - Efficient dependency tracking with minimal state.
Requirements
- PHP >= 8.0
Installation
Using Composer:
Usage
The following example demonstrates how to define reactive values and react to their changes:
Explanation
- Reactive values (
R
) are created using a callable. - Dependencies are automatically tracked. For example,
$c
depends on$a
and$b
. - When a dependency changes, all dependent values and reactions are updated.
Why Rensen?
Rensen brings a reactive programming model to PHP. Inspired by modern frontend frameworks, it enables automatic propagation of changes in a simple and efficient way.
All versions of rensen with dependencies
PHP Build Version
Package Version
No informations.
The package xtompie/rensen contains the following files
Loading the files please wait ....