PHPackages                             cssoft/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. cssoft/core

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

cssoft/core
===========

CSSoft core module. Its purpose is to add CSSoft menu and config entries

1.0.0(1y ago)051OSL-3.0PHP

Since Jan 22Pushed 1y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (2)Used By (1)

Core
====

[](#core)

CSSoft\_Core module adds menu and config entries to Magento backend. It also utilize some common tasks used by other modules.

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

[](#installation)

```
composer require cssoft/module-core
bin/magento setup:upgrade
```

Popup Message Manager
---------------------

[](#popup-message-manager)

Popup message manager allows to show regular Magento messages with additional information in popup window.

[![Popup Message Example](/resources/docs/images/popup_message_example.gif)](/resources/docs/images/popup_message_example.gif)

**Usage example**

Inject `\CSSoft\Helper\PopupMessageManager` component into your controller action and use it instead of built-in `\Magento\Framework\Message\Manager`:

```
$this->popupMessageManager->addError(
    __('Decoding failed: Syntax error'),
    $popupText,
    $popupTitle
);
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance42

Moderate activity, may be stable

Popularity4

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 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

481d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/800689ac80f92516544096d69f8a5876763b698097af8c145807f09244c33204?d=identicon)[prashat](/maintainers/prashat)

---

Top Contributors

[![Cssoft-core](https://avatars.githubusercontent.com/u/181851483?v=4)](https://github.com/Cssoft-core "Cssoft-core (1 commits)")

### Embed Badge

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

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

###  Alternatives

[letudiant/composer-shared-package-plugin

This composer plugin allows you to share selected packages between your projects with symlinks.

16450.9k1](/packages/letudiant-composer-shared-package-plugin)[tpoxa/shortcodes

Wordpress style shorttags support for Yii2

2313.5k](/packages/tpoxa-shortcodes)

PHPackages © 2026

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