hk2/core

HK2 Core module (base for all Magento HK2 extensions)

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Language:Shell

Type:magento2-module

pkg:composer/hk2/core

1.0.0 2026-01-28 07:12 UTC

This package is auto-updated.

Last update: 2026-01-28 07:16:17 UTC


README

Version Website linkedin

Base module for all HK2 Magento 2 extensions

HK2 Core provides shared functionality, helpers, and configuration that powers all HK2 Magento 2 modules. It must be installed before any other HK2 extensions.

🚀 Features

  • Common utilities and helper classes for HK2 modules
  • Base configurations and setup
  • Ensures consistent behavior across all HK2 extensions
  • Lightweight, modular, and compatible with Magento 2.4.x+

⚙️ Requirements

  • PHP 8.2 or higher
  • Magento 2.4.4 or higher
  • Magento Framework ^103.0

📦 Installation

Using Composer (Recommended)

composer require hk2/core:^1.0

HK2 Core must be installed before other HK2 modules like hk2/addbootstrap5, etc.

Manual Installation

  1. Download the module code.
  2. Place it in app/code/HK2/Core.
  3. Run Magento setup commands:
php bin/magento module:enable HK2_Core
php bin/magento setup:upgrade
php bin/magento cache:flush

🛠 Usage

Other HK2 modules automatically depend on HK2 Core, so no direct configuration is typically needed. HK2 Core provides reusable classes and helpers for all extensions.

🔒 Privacy

This module does not read, store, or transmit any personal data (logins, passwords, messages, contacts) from your system or websites.

📫 Support

For support, bug reports, or feature requests, email: support@basantmandal.in

For bug reports, please open an issue on GitHub. Include as much detail as possible to help us fix the issue quickly.

🍰 Contribution Guidelines

We welcome contributions!

  1. Fork the repository
  2. Create a branch: git checkout -b feature/your-feature-name
  3. Make your changes and commit: git commit -am 'Add new feature'
  4. Push to your branch: git push origin feature/your-feature-name
  5. Open a pull request

Note: Response times may vary due to limited availability.

🤝 Consent & Disclaimer

By using any product/module/application from Basant Mandal (HK2 - Hash Tag Kitto), you agree to our disclaimer and terms:

Disclaimer: HK2 Core is provided as-is. No warranties are made regarding completeness, reliability, or accuracy. Any action taken using this module is at your own risk. Basant Mandal is not liable for any damages or losses.

⭐ Support & Appreciation

If you like my work:

📄 License

OSL-3.0

👤 Author