joomla/view
Joomla View Package
Maintainers
4.0.0
2025-07-23 18:47 UTC
Requires
- php: ^8.3.0
Requires (Dev)
- joomla/renderer: ^4.0
- phpstan/phpstan: ^2.1.17
- phpstan/phpstan-deprecation-rules: ^2.0.3
- phpunit/phpunit: ^12.0
- squizlabs/php_codesniffer: ^3.7.2
Suggests
- joomla/renderer: Required to use Joomla\View\BaseHtmlView
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-06-15 13:44:59 UTC
README
👁 Latest Stable Version
👁 Total Downloads
👁 Latest Unstable Version
👁 License
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:
composer require joomla/view "~3.0"
