siteation / magento2-hyva-icons-bootstrap

siteation/magento2-hyva-icons-bootstrap

Bootstrap icons for Hyva Themes

magento2-module Compatibility: Not yet tested Code Quality: Fail Tests: N/A Security: Pass MIT

Siteation - Hyva Icon Pack - Bootstrap Icons

Packagist Version
Supported Magento Versions
Hyva Themes Module
License

This Magento 2 module adds the option to use Bootstrap Icons in your Hyva frontend.

This requires that you have a working Hyva frontend,
this icon pack was made specifically for Hyva Themes and will not work out of the box with any other frontend.

Installation

Install the package via;

composer require siteation/magento2-hyva-icons-bootstrap
bin/magento setup:upgrade

This Module requires Magento 2.4 or higher and requires Hyva!
For more requirements see the composer.json.

How to use

By default this module loads nothing.

To use this icon pack instead of the default Hyva icons, add the following to your phtml file;

<?php
use Hyva\Theme\Model\ViewModelRegistry;
use Siteation\HyvaIconsBootstrap\ViewModel\BootstrapIcons;

/** @var ViewModelRegistry $viewModels */

/** @var BootstrapIcons $bootstrapIcons */
$bootstrapIcons = $viewModels->require(BootstrapIcons::class);

and use the Bootstrap Icons just as the HeroIcons in Hyva;

<?= $bootstrapIcons->listHtml('p-1', 24, 24, ["aria-label" => "Open menu"]) ?>

Using SVG icons in CMS content

You can now also use the SVG icons in your CMS content.

Bringing svg icon support to you CMS pages, Blocks and Widgets.

{{icon "bootstrap/list"}}

For more information on how and what see the Hyva Docs

This feature is supported since Hyva v1.1.12

Other icon packs for Hyva

If you are looking for a Luma based option checkout this icon pack instead.

Icon License

Bootstrap Icons used in this module were created by The Bootstrap Authors under a MIT License, found here

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

[Unreleased]

1.0.6 - 2025-06-02

Changed

  • Update Bootstrap icons to v1.13.1

1.0.5 - 2024-11-30

Fixed

  • Moved SvgIcons argument from global scope to frontend and adminthtml scope

1.0.4 - 2023-11-26

Changed

  • Update Bootstrap icons to v1.11.2

1.0.3 - 2023-08-18

Fixed

  • Location for iconPathPrefix

1.0.2 - 2023-04-27

Changed

Update Bootstrap icons to v1.10.5

1.0.1 - 2022-10-26

Changed

Update Bootstrap icons to v1.9.1

1.0.0 - 2021-11-24

Initial release 🎉

Versions
Version Stability QA Status Compatibility Released
1.0.6 stable Pass Not yet tested Details 2025-06-02 21:26:09
1.0.5 stable Not tested Not yet tested Details 2024-11-30 11:54:41
1.0.4 stable Not tested Not yet tested Details 2023-11-26 11:53:39
1.0.3 stable Not tested Not yet tested Details 2023-08-18 09:57:55
1.0.2 stable Not tested Not yet tested Details 2023-04-27 14:02:21
1.0.1 stable Not tested Not yet tested Details 2022-10-26 12:04:05
1.0.0 stable Not tested Not yet tested Details 2022-02-23 22:11:39

Requires 1

Package Constraint
hyva-themes/magento2-theme-module >=1.1.12

Compatibility

Each Magento release line is installed on its supported PHP versions, then the module is built (DI compilation + static-content deploy) and its unit and integration suites are run. The matrix shows the lines and PHP versions the module is confirmed to install and run on. Code-quality results further down (phpstan, phpcs, …) are reported separately and never affect compatibility.

Compatibility matrix (Magento × PHP)
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 not tested not tested
2.4.8 not tested not tested
2.4.9 not tested not tested

Code Quality

Advisory checks against the module's source. Static analysis runs once across the whole module; PHPStan re-runs per Magento + PHP version because resolvable symbols differ between releases. These NEVER affect the Compatibility badge — a phpcs finding can't make a module incompatible.

Static analysis

Coding standards (phpcs), mess detection (phpmd), copy-pasted code (cpd), PHP cross-version compatibility, composer.json validity. Each runs once for the whole module.

Static analysis results
Tool Status Findings Summary
PHPCS Pass 0
PHPMD Pass 0
Cpd Pass 0
Composer validate Info 2 valid; 2 advisory notes (composer validate --strict)

PHPStan

Type-checks the module's PHP against a real Magento install at the configured gate level. Re-runs per Magento and PHP version because resolvable symbols differ between releases. Cell → details modal.

PHPStan results by Magento and PHP version
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 Error Error
2.4.8 Error Error
2.4.9 Error Error

Tests

Unit and integration suites, run for each applicable Magento and PHP version. A test failure speaks to the module's behaviour, not its compatibility with a Magento line, so it is reported here separately and never reddens the compatibility matrix.

Unit tests

Unit tests results by Magento and PHP version
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 N/A N/A
2.4.8 N/A N/A
2.4.9 N/A N/A

Integration tests

Integration tests results by Magento and PHP version
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 N/A N/A
2.4.8 N/A N/A
2.4.9 N/A N/A

Security

Security checks run directly against the module: an audit of its declared dependencies for known vulnerabilities (composer audit) and a scan of its source for malware and web-shell signatures. Each runs once. A malware detection fails the version outright.

Security results
Tool Status Findings Summary
Composer audit N/A 0 no resolvable dependency tree to audit — Your requirements could not be resolved to an installable set of packages. Problem 1
Malware scan Pass 0
License
MIT
Authors

More from siteation

View vendor
Make it pay

Turn an existing module into recurring revenue.

If you already maintain a Magento 2 module on GitHub or GitLab, listing it on Packagento takes about five minutes. We mirror your tags, handle distribution signing, and route paid licenses through Stripe Connect, so you can keep shipping the way you already do.