Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/joomla-framework/view
- Owner: joomla-framework
- License: gpl-2.0
- Created: 2013-02-24T03:37:29.000Z (almost 12 years ago)
- Default Branch: 3.x-dev
- Last Pushed: 2024-10-08T21:11:40.000Z (4 months ago)
- Last Synced: 2024-10-29T00:56:40.007Z (3 months ago)
- Topics: joomla, joomla-framework, mvc, php, view
- Language: PHP
- Homepage:
- Size: 5.22 MB
- Stars: 6
- Watchers: 13
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: SECURITY.md
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"
```