opis/view

This package is abandoned and no longer maintained. No replacement package was suggested.

An innovating rendering system

Package info

github.com/opis/view

Homepage

pkg:composer/opis/view

Statistics

Installs: 1 461

Dependents: 0

Suggesters: 0

Stars: 7

Open Issues: 1

5.0.0 2018-10-16 12:31 UTC

Requires

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Apache-2.0 75de866760efe1379082747e084972bbbc3db6e0

  • Marius Sarca <marius.sarca.woop@gmail.com>
  • Sorin Sarca <sarca_sorin.woop@hotmail.com>

templateviewrendererserializableengine


README

👁 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"
 }
}