mhinspeya / mhinspeya-hyva-campaign
MHinspeya Campaign Management Module for Magento 2. Enables creation and management of marketing campaigns with frontend registration forms.
Package info
git.modehaus.de/hyvae/mhinspeya-campaign
Type:magento2-module
pkg:composer/mhinspeya/mhinspeya-hyva-campaign
Requires
- php: ^8.1 || ^8.2 || ^8.3 || ^8.4
- magento/framework: ^103.0.0
- magento/module-backend: *
- magento/module-customer: *
- magento/module-store: *
- magento/module-ui: *
This package is not auto-updated.
Last update: 2026-05-02 04:10:59 UTC
README
mhinspeya/module-campaign
This module provides a robust campaign management system for Magento 2. It allows administrators to create marketing campaigns, manage participants, and provides a customizable frontend registration form.
Main Functionalities
- Admin Management: Create and edit campaigns with detailed descriptions, images, and date ranges.
- Role-Based Access: Full ACL integration for secure admin operations.
- Frontend Registration: AJAX-powered registration forms for users to sign up for contests or campaigns.
- DACH Localization: Complete German translations (
de_DE,de_AT,de_CH) for all admin and frontend components. - Hyvä Compatibility: Optimized for Hyvä Themes with Alpine.js based form handling.
- Magento 2.4.8 Compatible: Fully refactored for PHP 8.1 - 8.4 and latest Magento 2.4.x standards.
Installation
Via Composer (Recommended)
- Add the module to your project:
composer require mhinspeya/mhinspeya-hyva-campaign - Enable the module:
bin/magento module:enable MHinspeya_Campaign bin/magento setup:upgrade - (Optional) Compile and deploy static content:
bin/magento setup:di:compile bin/magento setup:static-content:deploy
Via Zip File
- Extract the zip into
app/code/MHinspeya/Campaign. - Follow the enablement steps above.
Configuration
Configure the module settings under: Stores > Configuration > MHinspeya > Campaign Settings
Localization
The module includes full German translations. To use them:
- Ensure your store view or admin locale is set to German.
- The translations are located in
i18n/*.csv.
Specifications
- Controllers:
mhcampaign/index/index: Main campaign list.mhcampaign/index/view: Campaign detail page.mhcampaign/index/post: AJAX form submission handler.
- API:
MHinspeya\Campaign\Api\CampaignRepositoryInterface
- Tables:
mh_campaign_record_list: Stores participants and registration data.mh_campaign_list: Stores campaign definitions.
Support
For support, please contact info@mhinspeya.com.