Search by

mhinspeya / backend-mod

Magento admin area

Maintainers

Package info

git.modehaus.de/inspeya/inspeya-base

Homepage

Type:magento2-module

pkg:composer/mhinspeya/backend-mod

Transparency log

Statistics

Installs: 1 329

Dependents: 86

Suggesters: 80

1.0.1 2026-08-27 07:52 UTC

This package is not auto-updated.

Last update: 2026-08-27 07:53:16 UTC


README

Shared Magento admin utilities for Inspeya modules.

Module update notifications (all Inspeya modules)

BackendMod is the single place for update checks. Individual modules need no extra code.

  1. Module is listed in Model/Feed/Config::MODULE_PROJECTS
  2. Module is installed on the store
  3. Its GitLab project is public
  4. You create a newer Release/Tag than the installed composer.json version

Then Magento shows an Admin Notification (and lists updates under Inspeya → Inspeya Notifications).

Release (any module)

  1. Bump "version" in that module’s composer.json
  2. Tag/Release on GitLab (1.0.1 or v1.0.1)
  3. Done — no feed file, no per-module notification code

New module later

Add one row to MODULE_PROJECTS in BackendMod and release BackendMod. Example:

'MHinspeya_Something' => [
    'project' => 'hyvae/something-repo',
    'name' => 'MHinspeya Something',
],