PHPackages                             transitive/simple - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. transitive/simple

ActiveLibrary[Framework](/categories/framework)

transitive/simple
=================

Basic useless View of Transitive MVP framework

2.5.4(3w ago)029↓100%1MITPHPPHP &gt;8.1

Since May 19Pushed 3w agoCompare

[ Source](https://github.com/RobinDumontChaponet/TransitiveSimple)[ Packagist](https://packagist.org/packages/transitive/simple)[ RSS](/packages/transitive-simple/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (1)Dependencies (3)Versions (2)Used By (1)

Transitive\\Simple
==================

[](#transitivesimple)

$$ {\\displaystyle \\forall a,b,c\\in X:(aRb\\wedge bRc)\\Rightarrow aRc} $$

---

This package provides the lightweight `Transitive\Simple` implementation that can run on its own when you do not need the web-specific layer.

What is included
----------------

[](#what-is-included)

- `Transitive\Simple\View`: a default in-memory view implementation for titles, typed content, and document serialisation.
- `Transitive\Simple\Front`: a minimal front controller that executes routes and can export rendered output.

Installation
------------

[](#installation)

```
composer require transitive/simple
```

Basic usage
-----------

[](#basic-usage)

```
