studioraz / magento2-base

studioraz/magento2-base

Base module for Studio Raz's Magento 2 modules.

magento2-module 2.4.6-2.4.9 Compatible Based on composer requirements only QA: passed proprietary

Magento 2 module. Base module for Studio Raz's modules.

A base module for ALL Studio Raz modules.

The module list installed SR modules on the current site. see screenshot below.

In addition, it adds 2 extra features that should be utilized by dependent modules:

Backend Menu

The module adds a menu item to allow dependent modules add their own links.
When creating new menu item link in etc/adminhtml/menu.xml in order to append it to Studio Raz menu item set parent="SR_Base::srbase"

<config>
    <menu>        
        <add ... parent="SR_Base::srbase" ... />
    </menu>
</config>

[image: menu]

System Configuration Tab

The module adds a system configuration tab that other dependent modules can hook to.
When creating a new system configuration section in etc/adminhtml/system.xml in order to append it to Studio Raz tab add <tab>studioraz</tab> to it:

<config>
    <system>
        <section>
            ...
            <tab>studioraz</tab>
            ....
        </section>
    </system>
</config> 

[image: extension-list]

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

Unreleased

1.4.3 - 2022-08-28

Added

  • SR logo to sys. conf. menu item

Changed

  • Module title in admin menu (Studio Raz => StudioRaz)

1.4.1 - 2022-02-08

Fixed

  • DateTimeHelper issue, when any operation did not count Timezone, which is passed to DateTime object;

Added

  • extra optional param $timezone to each method of DateTimeHelper

1.4.0 - 2022-02-01

Added:

  • getTimestamp method DateTimeHelper
  • subtractDateInterval method DateTimeHelper

1.3.0

Changed

  • Moved const declaration above properties

1.2.0 - 2021-04-16

Implemented

  • Helper - to handle DateTime objects
  • Exception - common LocalizedException for all SR extensions

1.1.0 - 2021-03-22

Added

  • Feature that allows moving a component in the js layout

Changed

  • Applied module template

1.0.0 - 2020-12-16

Added

  • Project init
Versions
Version Stability QA Status Released
1.9.0 stable Pass 2026-05-07 05:58:10
1.8.0 stable Not tested 2025-07-06 13:24:25
1.7.0 stable Not tested 2025-03-16 16:27:06
1.6.1 stable Not tested 2025-01-15 11:00:04
1.6.0 stable Not tested 2023-02-22 18:27:44
1.5.0 stable Not tested 2022-09-04 20:59:05
1.4.3 stable Not tested 2022-08-28 20:31:05
1.4.2 stable Not tested 2022-06-10 11:20:33
1.4.1 stable Not tested 2022-02-08 13:19:20
1.4.0 stable Not tested 2022-02-01 12:37:24
1.3.4 stable Not tested 2022-01-31 18:56:48
1.3.3 stable Not tested 2022-01-18 18:00:20
1.3.2 stable Not tested 2021-10-31 21:21:22
1.3.1 stable Not tested 2021-10-31 21:09:44
1.3.0 stable Not tested 2021-10-29 20:10:25
1.2.0 stable Not tested 2021-04-16 11:42:33
1.1.0 stable Not tested 2021-03-21 23:10:23
1.0.0 stable Not tested 2020-12-16 21:19:45

Requires 1

Package Constraint
magento/framework *
QA results
Tool Status Findings Summary
PHPCS Pass 0
PHPStan Pass 0
Cpd Pass 0
Security Pass 0
License
proprietary
Authors
Make it pay

Turn an existing module into recurring revenue.

If you already maintain a Magento 2 module on GitHub or GitLab, listing it on Packagento takes about five minutes. We mirror your tags, handle distribution signing, and route paid licenses through Stripe Connect, so you can keep shipping the way you already do.