PHPackages                             mageme/module-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. mageme/module-core

ActiveMagento2-module[Utility &amp; Helpers](/categories/utility)

mageme/module-core
==================

Core foundation module for MageMe extensions providing license management, admin UI infrastructure, and shared utilities

2.0.1(1mo ago)01.9k1proprietaryPHPPHP ~7.4.0||~8.0.0||~8.1.0||~8.2.0||~8.3.0||~8.4.0||~8.5.0

Since Jun 1Pushed 1mo agoCompare

[ Source](https://github.com/mageme/module-core)[ Packagist](https://packagist.org/packages/mageme/module-core)[ RSS](/packages/mageme-module-core/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (1)Dependencies (6)Versions (3)Used By (1)

MageMe Core for Magento 2
=========================

[](#mageme-core-for-magento-2)

[![Latest Version on Packagist](https://camo.githubusercontent.com/0013a563eecda72fd710da6172286fa59dbb7e688f8dbb5be01401ab54afd195/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d6167656d652f6d6f64756c652d636f72652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/mageme/module-core)[![Packagist Downloads](https://camo.githubusercontent.com/2c7c55753fb04c9f1f6b98fb740f6f4da56997f5c8272a24ccd8948747672dac/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d6167656d652f6d6f64756c652d636f72652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/mageme/module-core)[![Magento](https://camo.githubusercontent.com/cf4b3d65b871e52cc440e5e6029df954c137b0bb61d10977ee042c65d35cb74a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4d6167656e746f2d322e342e782d4545363732462e7376673f7374796c653d666c61742d737175617265)](https://magento.com)[![PHP](https://camo.githubusercontent.com/0c2128a647724ba7afe16fff6c5157d1f4f5a4f01b406d4ca0280ebbe5dae96f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d372e34253230254532253830253933253230382e352d3737374242342e7376673f7374796c653d666c61742d737175617265)](https://php.net)[![License](https://camo.githubusercontent.com/e57809241140fc16d4985e9eb5c92fc999a13bd3fd2925ec019eeac7f74dd1f5/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d6167654d6525323045554c412d626c75652e7376673f7374796c653d666c61742d737175617265)](https://mageme.com/license/)

Foundation module for all [MageMe extensions](https://mageme.com) for Magento 2. Provides the shared infrastructure used across the MageMe product family: license activation, the admin module ecosystem panel, news feed integration, and shared utility libraries.

`mageme/module-core` is normally installed automatically as a dependency when you add any other MageMe extension. You rarely need to install it on its own.

What it provides
----------------

[](#what-it-provides)

- **License management** — activate, deactivate, and verify MageMe extension licenses against `license.mageme.com` from each module's admin configuration section. Status updates live on page load without blocking the admin UI.
- **Module ecosystem panel** — admin block injected into every MageMe module's configuration page. Shows the product family overview, installed add-ons, available updates, license status, and quick links to Renew, Get Pro, or Buy.
- **News feed** — surfaces MageMe announcements in the Magento admin notifications inbox through Magento's standard `AdminNotification` infrastructure.
- **Shared utilities** — locale-aware date and time formatting, client IP detection through proxies, static asset content inlining, area detection helpers, and a self-sizing admin multiselect form field.
- **Bundled JS libraries** — SweetAlert2 and Tingle modal, shared by other MageMe modules' storefront UI to avoid duplication.

Requirements
------------

[](#requirements)

- Magento 2.4.x (Open Source or Commerce)
- PHP 7.4, 8.0, 8.1, 8.2, 8.3, 8.4, or 8.5
- PHP `curl`, `intl`, and `json` extensions

Installation
------------

[](#installation)

In most cases `mageme/module-core` is pulled in automatically as a dependency of another MageMe extension. To install it standalone:

```
composer require mageme/module-core
bin/magento setup:upgrade
bin/magento cache:flush

```

MageMe extensions that depend on this module
--------------------------------------------

[](#mageme-extensions-that-depend-on-this-module)

[**MageMe WebForms 3**](https://mageme.com/magento-2-form-builder.html) — Magento 2 form builder with conditional fields, multi-step layouts, file uploads, approval workflows, and a full integration stack:

- [Salesforce](https://github.com/mageme/module-webforms-3-salesforce) — create leads with campaign tracking
- [HubSpot](https://github.com/mageme/module-webforms-3-hubspot) — sync contacts, companies, and tickets
- [Zoho CRM &amp; Desk](https://github.com/mageme/module-webforms-3-zoho) — create leads and helpdesk tickets
- [Freshdesk](https://github.com/mageme/module-webforms-3-freshdesk) — support tickets with agent routing
- [Zendesk](https://github.com/mageme/module-webforms-3-zendesk) — tickets with custom field types
- [Klaviyo](https://github.com/mageme/module-webforms-3-klaviyo) — profiles and email lists
- [Mailchimp](https://github.com/mageme/module-webforms-3-mailchimp) — audience subscriptions
- [Zapier](https://github.com/mageme/module-webforms-3-zapier) — connect forms to 7000+ apps

[**MageMe Hide Price**](https://mageme.com/magento-2-hide-price-extension.html) — control catalog visibility. Hide prices and the Add to Cart button from specific customer groups or per-product, with optional replacements: a sign-in button, an info alert, or a Request a Price form that emails the admin and the customer.

[**MageMe EasyQuote**](https://mageme.com/magento-2-quote-extension.html) — B2B request-a-quote workflow. Customers submit quote requests from the cart, admins respond with custom per-item pricing, volume tiers, custom shipping, and discounts. Full quote lifecycle, two-way messaging thread with attachments, PDF and CSV export, GraphQL and REST APIs.

[**MageMe EU Withdrawal**](https://mageme.com/magento-2-withdrawal-button-extension.html) — EU consumer right-of-withdrawal compliance. Adds the statutory "Withdraw from Contract" flow for B2C distance and off-premises contracts under Article 11a of Directive 2011/83/EU (as amended by Directive (EU) 2023/2673), effective 19 June 2026. Customers withdraw within the 14-day cooling-off period, with full audit trail, evidence capture, and admin approval workflow.

See the full catalog at [mageme.com](https://mageme.com).

Custom Magento development
--------------------------

[](#custom-magento-development)

Need a feature an extension doesn't cover, or a bespoke Magento build? MageMe takes on custom extension development and integration work.

→ **[Custom Magento development](https://mageme.com/magento-services/custom-development)**

Support
-------

[](#support)

- Documentation: [docs.mageme.com](https://docs.mageme.com)
- Bug reports and feature requests: [GitHub Issues](https://github.com/mageme/module-core/issues)

License
-------

[](#license)

Governed by the **MageMe End User License Agreement** ([mageme.com/license](https://mageme.com/license/)). Distributed free of charge as the shared foundation for MageMe extensions.

---

**MageMe** builds Magento 2 and Adobe Commerce extensions for B2B merchants — form building, quoting, catalog control, and EU compliance.

###  Health Score

47

—

FairBetter than 93% of packages

Maintenance92

Actively maintained with recent releases

Popularity23

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity52

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

Every ~12 days

Total

2

Last Release

40d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/81010079?v=4)[mageme](/maintainers/mageme)[@mageme](https://github.com/mageme)

---

Top Contributors

[![mageme](https://avatars.githubusercontent.com/u/81010079?v=4)](https://github.com/mageme "mageme (2 commits)")

### Embed Badge

![Health badge](/badges/mageme-module-core/health.svg)

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

###  Alternatives

[loki/magento2-components

Core module for defining Alpine.js components with advanced AJAX features

1011.8k26](/packages/loki-magento2-components)[run-as-root/magento2-prometheus-exporter

Magento2 Prometheus Exporter

68357.9k](/packages/run-as-root-magento2-prometheus-exporter)[mollie/magento2

Mollie Payment Module for Magento 2

1131.9M16](/packages/mollie-magento2)[buckaroo/magento2

Buckaroo Magento 2 extension

32420.3k8](/packages/buckaroo-magento2)[zwernemann/module-withdrawal

Magento 2 EU Withdrawal Button Module - Adds a withdrawal/revocation button for orders in compliance with EU Directive (EU) 2023/2673

256.0k2](/packages/zwernemann-module-withdrawal)[angeo/module-llms-txt

Magento 2 module for AI Engine Optimization (AEO). Generates spec-compliant llms.txt and llms-full.txt per llmstxt.org standard, plus streaming JSONL for vector indexing. Multi-store, multi-website, CLI, cron, async admin UI, Page Builder-aware sanitization, customer-group pricing, atomic writes, ETag/Cache-Control, .md mirrors.

111.1k](/packages/angeo-module-llms-txt)

PHPackages © 2026

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