https://github.com/joomla-framework/view
Joomla Framework View Package
https://github.com/joomla-framework/view
joomla joomla-framework mvc php view
Last synced: 2 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 (over 12 years ago)
- Default Branch: 3.x-dev
- Last Pushed: 2025-04-20T10:09:08.000Z (2 months ago)
- Last Synced: 2025-04-20T11:22:45.851Z (2 months ago)
- Topics: joomla, joomla-framework, mvc, php, view
- Language: PHP
- Homepage:
- Size: 5.22 MB
- Stars: 6
- Watchers: 11
- Forks: 9
- Open Issues: 0
-
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 [](https://ci.joomla.org/joomla-framework/view)
[](https://packagist.org/packages/joomla/view)
[](https://packagist.org/packages/joomla/view)
[](https://packagist.org/packages/joomla/view)
[](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"
```