mvenghaus / magento2-php-view-components
An integration of simple view components similar to those found in other template engines.
Installs: 80
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
pkg:composer/mvenghaus/magento2-php-view-components
Requires
- php: ^8.2
 - magento/framework: *
 
This package is auto-updated.
Last update: 2025-10-10 08:42:16 UTC
README
An integration of simple view components similar to those found in other template engines.
Note: This is still under development and is not yet ready for production use. Currently, it serves more as a proof of concept. However, you can try it out right now!"
Installation
Install the package via composer:
composer require mvenghaus/magento2-php-view-components php bin/magento setup:upgrade
Goals
- it should be fast
 - it ensures type safety
 - it can be used anywhere in your code without requiring extensive setup
 - it supports IDE autocompletion
 - it features a short and simple syntax