Skip to content
This repository has been archived by the owner on Jan 6, 2021. It is now read-only.

opis/view

Repository files navigation

Opis View

Build Status Latest Stable Version Latest Unstable Version License

Rendering engine

Opis View is an innovating rendering system that can be integrated with multiple template engines simultaneously.

Documentation

The full documentation for this library can be found here.

License

Opis View is licensed under the Apache License, Version 2.0.

Requirements

Installation

Opis View is available on Packagist and it can be installed from a command line interface by using Composer.

composer require opis/view

Or you could directly reference it into your composer.json file as a dependency

{
    "require": {
        "opis/view": "^5.0"
    }
}