PHPackages                             kalicr/magento2-core - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. kalicr/magento2-core

ActiveMagento2-module[Framework](/categories/framework)

kalicr/magento2-core
====================

Kalicr Core Module for Magento 2

1.0.0(5mo ago)03MITCSSPHP ~7.4.0||~8.1.0||~8.2.0

Since Dec 8Pushed 5mo agoCompare

[ Source](https://github.com/gamta/kalicr-magento2-core)[ Packagist](https://packagist.org/packages/kalicr/magento2-core)[ RSS](/packages/kalicr-magento2-core/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

Kalicr Core - Magento 2 Module
==============================

[](#kalicr-core---magento-2-module)

[![Magento 2](https://camo.githubusercontent.com/4fc4be46d635599bfb958016861b2df6e5af7ae0e813d3d9e2a22eb85408141e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4d6167656e746f2d322e342d6f72616e67652e737667)](https://camo.githubusercontent.com/4fc4be46d635599bfb958016861b2df6e5af7ae0e813d3d9e2a22eb85408141e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4d6167656e746f2d322e342d6f72616e67652e737667)[![PHP](https://camo.githubusercontent.com/24588fa4a949304743b2ea920d7864b56309368079e41fac0e3f839cb872b7e5/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d372e34253230253743253230382e31253230253743253230382e322d626c75652e737667)](https://camo.githubusercontent.com/24588fa4a949304743b2ea920d7864b56309368079e41fac0e3f839cb872b7e5/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d372e34253230253743253230382e31253230253743253230382e322d626c75652e737667)[![License](https://camo.githubusercontent.com/8bb50fd2278f18fc326bf71f6e88ca8f884f72f179d3e555e20ed30157190d0d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d677265656e2e737667)](https://camo.githubusercontent.com/8bb50fd2278f18fc326bf71f6e88ca8f884f72f179d3e555e20ed30157190d0d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d677265656e2e737667)

Core module for Kalicr Magento 2 extensions with base functionality and configurations.

📋 Requirements
--------------

[](#-requirements)

- Magento 2.4.x
- PHP 7.4, 8.1, or 8.2
- Composer

📦 Installation
--------------

[](#-installation)

### Via Composer (Recommended)

[](#via-composer-recommended)

```
composer require kalicr/magento2-core
php bin/magento module:enable Kalicr_Core
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy -f
php bin/magento cache:flush
```

### Manual Installation

[](#manual-installation)

1. Create directory: `app/code/Kalicr/Core`
2. Download and extract the module files into this directory
3. Run the following commands:

```
php bin/magento module:enable Kalicr_Core
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy -f
php bin/magento cache:flush
```

🎯 Features
----------

[](#-features)

- Core configurations for Kalicr modules
- Admin menu structure
- System configuration settings
- CSP whitelist configurations
- Base styling for admin panel

📁 Module Structure
------------------

[](#-module-structure)

```
kalicr-magento2-core/
├── etc/
│   ├── acl.xml              # Access Control List
│   ├── config.xml           # Default configuration
│   ├── csp_whitelist.xml    # Content Security Policy
│   ├── module.xml           # Module declaration
│   └── adminhtml/
│       ├── menu.xml         # Admin menu
│       └── system.xml       # System configuration
├── view/adminhtml/
│   ├── layout/
│   │   └── default.xml      # Layout configuration
│   └── web/
│       ├── css/             # Admin styles
│       └── images/          # Admin images
├── composer.json
├── registration.php
├── README.md
└── LICENSE

```

📄 License
---------

[](#-license)

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

👨‍💻 Author
----------

[](#‍-author)

**David Gamboa**

- Email:
- Company: Kalicr

🔗 Links
-------

[](#-links)

- [Packagist Package](https://packagist.org/packages/kalicr/magento2-core)
- [GitHub Repository](https://github.com/gamta/kalicr-magento2-core)

---

Made with ❤️ by David Gamboa - Kalicr © 2025

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance73

Regular maintenance activity

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

153d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0b2df04b381d264cc1cc5cd6b9eed3df962be5296daf9e5040bbce3c7d546754?d=identicon)[Gamta](/maintainers/Gamta)

---

Top Contributors

[![dgamboa-433](https://avatars.githubusercontent.com/u/257865437?v=4)](https://github.com/dgamboa-433 "dgamboa-433 (1 commits)")

### Embed Badge

![Health badge](/badges/kalicr-magento2-core/health.svg)

```
[![Health](https://phpackages.com/badges/kalicr-magento2-core/health.svg)](https://phpackages.com/packages/kalicr-magento2-core)
```

###  Alternatives

[magewirephp/magewire

A framework that makes building reactive and dynamic interfaces simple in Magento 2

2561.2M31](/packages/magewirephp-magewire)[hyva-themes/magento2-react-checkout

Highly customizable Magento 2 Checkout, built with React

189169.8k1](/packages/hyva-themes-magento2-react-checkout)[umc/module-crud

Magento 2 module for reducing the CRUD boilerplate

269.3k1](/packages/umc-module-crud)[mage2pro/core

Mage2.PRO core package.

1141.1k126](/packages/mage2pro-core)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
