Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joomla-framework/view

Joomla Framework View Package
https://github.com/joomla-framework/view

joomla joomla-framework mvc php view

Last synced: 3 months ago
JSON representation

Joomla Framework View Package

Awesome Lists containing this project

README

        

# The View Package [![Build Status](https://ci.joomla.org/api/badges/joomla-framework/view/status.svg?ref=refs/heads/3.x-dev)](https://ci.joomla.org/joomla-framework/view)

[![Latest Stable Version](https://poser.pugx.org/joomla/view/v/stable)](https://packagist.org/packages/joomla/view)
[![Total Downloads](https://poser.pugx.org/joomla/view/downloads)](https://packagist.org/packages/joomla/view)
[![Latest Unstable Version](https://poser.pugx.org/joomla/view/v/unstable)](https://packagist.org/packages/joomla/view)
[![License](https://poser.pugx.org/joomla/view/license)](https://packagist.org/packages/joomla/view)

The View package provides an abstraction layer for rendering content in MVC oriented applications.

## Requirements

* PHP 8.1 or later

## Installation

To install the package, you can simply run the following from the command line:

```sh
composer require joomla/view "~3.0"
```