opis / view
An innovating rendering system
Installs: 1 454
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 2
Forks: 0
Open Issues: 1
Requires
- php: ^7.1
- opis/routing: ^5.0
Requires (Dev)
- phpunit/phpunit: ^6.5
This package is auto-updated.
Last update: 2021-01-06 11:45:12 UTC
README
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
- PHP ^7.1
- Opis Routing ^5.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" } }