Opis View
Installation, licensing and requirements
This library is abandoned. Please consider using a different library.
Opis View is a rendering system that can be integrated with multiple template engines and is capable of using those template engines simultaneously.
License
Opis View is licensed under the Apache License, Version 2.0.
Requirements
- PHP 7.0.0 or higher
- Opis Routing ^5.0.0
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.0"
}
}