mvenghaus/magento2-php-view-components

An integration of simple view components similar to those found in other template engines.

dev-main 2025-01-10 07:07 UTC

This package is auto-updated.

Last update: 2025-01-10 07:07:51 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

Usage