PHPackages                             outeredge/edge-magento-module-base - 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. outeredge/edge-magento-module-base

Abandoned → [outeredge/magento-base-module](/?search=outeredge%2Fmagento-base-module)Magento2-module

outeredge/edge-magento-module-base
==================================

Magento 2 Base Module by outer/edge

5.4.1(3mo ago)82.9k2MITPHPPHP ^8.1

Since Jan 29Pushed 1mo ago6 watchersCompare

[ Source](https://github.com/outeredge/magento-base-module)[ Packagist](https://packagist.org/packages/outeredge/edge-magento-module-base)[ RSS](/packages/outeredge-edge-magento-module-base/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (11)Versions (217)Used By (0)

outer/edge Magento Base Module
==============================

[](#outeredge-magento-base-module)

This module provides the following useful features for Magento 2:

Admin
-----

[](#admin)

- Additional widget types
    - Image picker
    - Text field
- Enabled `anchor` button in WYSIWYG
- Banner images for CMS pages - adds an option to upload a banner image to all page in `Content > Pages` which can be pulled through to the frontend.
- `Create` section in admin menu for quick actions:
    - Create new order
    - Create product
- Enforces media URL seen by the admin to be NULL always (i.e. so CDN isn't used)
- Adds bulk actions to Cart Price Rules

SEO
---

[](#seo)

- Canonical URL improvements
    - Add canonical URL for all CMS pages
    - Include pagination in category canonical URLs as per [Google Recommendation](https://developers.google.com/search/docs/specialty/ecommerce/pagination-and-incremental-page-loading#use-urls-correctly)
- Set robots meta tag to `NOINDEX/NOFOLLOW` for:
    - [Common query strings](https://github.com/outeredge/magento-base-module/blob/master/Plugin/Robots.php#L10) such as list ordering, limit, store codes etc
    - Search results
    - Product review list
- Forces a 404 HTTP response for placeholder images
- Adds preconnect headers for google.com/gstatic.com

Cookiebot &amp; Termly
----------------------

[](#cookiebot--termly)

- Don't move cookiebot tags to footer when move JS to footer is enabled
- Block YouTube cookies unless Cookiebot has given consent (*Enabled by default*)
- Cookiebot declaration template for use on cookie policy CMS page
- Import Termly generated Cookie Policy for use on cookie policy CMS page

API
---

[](#api)

- `/rest/V1/site_status/get` - To remotely obtain recent config changes and indexer statuses

Developer Tools
---------------

[](#developer-tools)

- Helper classes:
    - Asset helper - get assets
    - Image helper - get media images and resize, crop etc.
    - Config helper - get values from Magento config
- Console commands
    - `outeredge:nuke` for removing all cache and static files
    - `outeredge:config` lists all recent config changes
- Adds support for newer version of MariaDB
- Disables jQuery mutate console messages
- Forces the first encryption key to always be used for media assets

### Console Commands

[](#console-commands)

CommandDescription`$ bin/magento outeredge:config`Show recent `core_config_data` changes (use `--save` to save differences shown to config.php and `--force` to overwrite any existing config)`$ bin/magento outeredge:nuke`Remove generated + static files and flushes cache)`$ bin/magento outeredge:eav-clean`Removes non-existent types from EAV attributes### Cookiebot Declaration

[](#cookiebot-declaration)

To add the Cookiebot cookie declaration form into your cookie policy CMS page, add the following snippet into the CMS page in the Magento admin:

```
{{block class="Magento\Framework\View\Element\Template" template="OuterEdge_Base::cookiebot/declaration.phtml"}}

```

### Termly Cookie Policy

[](#termly-cookie-policy)

To add the Termly cookie policy into your cookie policy CMS page, add the following snippet into the CMS page in the Magento admin:

```
{{block class="Magento\Framework\View\Element\Template" template="OuterEdge_Base::termly/cookie-policy.phtml"}}

```

### Multistore projects

[](#multistore-projects)

Add `multistore.php` to the top of the `composer.json` autoload/files section to allow separate config files (and thus databases) *per store* on the same instance/repository:

- Add to `composer.json` :

```
    "autoload": {
        "files": [
            "vendor/outeredge/magento-base-module/multistore.php",
            ...

```

- Then create individual env.php files for each, naming them `env.php.STORE_CODE` replacing `STORE_CODE` as applicable.

###  Health Score

60

—

FairBetter than 98% of packages

Maintenance91

Actively maintained with recent releases

Popularity23

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity91

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 57.7% 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 ~18 days

Recently: every ~29 days

Total

200

Last Release

114d ago

Major Versions

3.1.5 → 4.0.152023-02-02

3.2.0 → 4.1.12023-05-11

3.2.x-dev → 4.1.52023-07-21

4.3.1 → 5.0.02024-04-15

4.3.x-dev → 5.0.82024-05-01

PHP version history (4 changes)2.0.0PHP ~5.5.0|~5.6.0|~7.0.0

2.0.4PHP 7.0.2|7.0.4|~7.0.6|~7.1.0

2.1.10PHP 7.0.2|7.0.4|~7.0.6|~7.1.0|~7.2.0

5.0.1PHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/1860caf77d9ad2a652f889890911b695bbc63db970b03cd53c4c52aa5c922f8f?d=identicon)[outeredge](/maintainers/outeredge)

---

Top Contributors

[![davidwindell](https://avatars.githubusercontent.com/u/1720090?v=4)](https://github.com/davidwindell "davidwindell (146 commits)")[![broopdias](https://avatars.githubusercontent.com/u/2809478?v=4)](https://github.com/broopdias "broopdias (51 commits)")[![vseager](https://avatars.githubusercontent.com/u/2035088?v=4)](https://github.com/vseager "vseager (38 commits)")[![minlare](https://avatars.githubusercontent.com/u/1862882?v=4)](https://github.com/minlare "minlare (9 commits)")[![bensinca](https://avatars.githubusercontent.com/u/13001260?v=4)](https://github.com/bensinca "bensinca (4 commits)")[![digiltd](https://avatars.githubusercontent.com/u/5680968?v=4)](https://github.com/digiltd "digiltd (3 commits)")[![ollyijb](https://avatars.githubusercontent.com/u/67915143?v=4)](https://github.com/ollyijb "ollyijb (2 commits)")

### Embed Badge

![Health badge](/badges/outeredge-edge-magento-module-base/health.svg)

```
[![Health](https://phpackages.com/badges/outeredge-edge-magento-module-base/health.svg)](https://phpackages.com/packages/outeredge-edge-magento-module-base)
```

###  Alternatives

[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

728272.9k17](/packages/civicrm-civicrm-core)[farmos/farmos

A web-based farm record keeping application.

1.2k6.7k1](/packages/farmos-farmos)[thunder/thunder-distribution

The thunder distribution

50634.8k3](/packages/thunder-thunder-distribution)[acquia/orca

A tool for testing a company's software packages together in the context of a realistic, functioning, best practices Drupal build

32902.4k](/packages/acquia-orca)[drupalwxt/wxt

Project template for Drupal 10 sites built with the WxT distribution.

29159.8k8](/packages/drupalwxt-wxt)[eliashaeussler/typo3-warming

Warming - Warms up Frontend caches based on an XML sitemap. Cache warmup can be triggered via TYPO3 backend or using a console command. Supports multiple languages and custom crawler implementations.

20229.9k](/packages/eliashaeussler-typo3-warming)

PHPackages © 2026

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