kalicr/core (0.1.0)

Published 2026-04-06 16:23:17 +00:00 by kalicr-packages

Installation

{
	"repositories": [{
			"type": "composer",
			"url": ""
		}
	]
}
composer require kalicr/core:0.1.0

About this package

Shared KaliCR admin shell and base configuration for Magento 2 projects.

KaliCR Logo

Module Kalicr_Core

Shared Magento 2 base module that provides the KaliCR admin root menu, base ACL resource, shared admin tab, and common admin branding assets.

This module is developed by Kal-i CR Development Team.

Features

  • Shared admin root menu: exposes Kalicr_Core::principal as the common parent for KaliCR admin modules.
  • Base ACL resource: provides the root ACL node used by KaliCR modules.
  • Shared admin tab and branding: adds the kalicr configuration tab and the base admin visual assets used by KaliCR modules.

Installation

Via Composer

composer require kalicr/core
bin/magento module:enable Kalicr_Core
bin/magento setup:upgrade
bin/magento cache:clean

Manual installation

  1. Copy the module into app/code/Kalicr/Core.
  2. Run:
bin/magento module:enable Kalicr_Core
bin/magento setup:upgrade
bin/magento cache:clean

Configuration

This module does not require merchant-specific configuration after installation. It only provides shared admin structure and base defaults.

Dependencies

  • Magento Open Source / Adobe Commerce: 2.4.8-p4
  • PHP: 8.2 or 8.3
  • Composer packages:
    • magento/framework
  • Magento module dependencies declared in etc/module.xml:
    • Magento_Backend
    • Magento_Config
    • Magento_Csp
    • Magento_Store

Compatibility

  • Adobe Commerce / Magento Open Source: 2.4.8-p4
  • PHP: ^8.2 || ^8.3

Functional usage

Kalicr_Core is intended to be the shared foundation for KaliCR custom Magento modules. Consumer modules use it mainly for module sequencing, admin menu parenting, ACL inheritance, and shared admin branding.

The package is intentionally minimal. Customer-specific CSP entries, project-only frontend payloads, and unrelated feature logic must stay out of this module and be implemented in project code or in better-scoped packages.

Technical notes

  • Admin menu root: Kalicr_Core::principal
  • Configuration tab: kalicr
  • Shared admin assets:
    • view/adminhtml/web/css/adminhtml.css
    • view/adminhtml/web/images/logo-arbol-color.svg

Changelog

Release notes are maintained in CHANGELOG.md.

Support

If you need help with this module, contact Kal-i CR Development Team:

  • Email: contacto@kalicr.com

License

This package is distributed under the proprietary KaliCR commercial license. See LICENSE.md.

Release workflow

This repository publishes the package through Forgejo Composer Registry.

  • Workflow file: .forgejo/workflows/package.yml

Required Forgejo secrets for publication:

  • FORGEJO_PACKAGE_USERNAME
  • FORGEJO_PACKAGE_TOKEN

Dependencies

Dependencies

ID Version
magento/framework ^103.0
php ^8.2 || ^8.3
Details
Composer
2026-04-06 16:23:17 +00:00
1
Kal-i CR Development Team
proprietary
60 KiB
Assets (1)
Versions (1) View all
0.1.0 2026-04-06