PHPackages                             met\_mw/ssystemmessage - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. met\_mw/ssystemmessage

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

met\_mw/ssystemmessage
======================

Simple system message library for web-applications.

v1.0.0(10y ago)01011MITPHPPHP &gt;=5.6.0

Since Jun 30Pushed 10y ago1 watchersCompare

[ Source](https://github.com/met-mw/SSystemMessage)[ Packagist](https://packagist.org/packages/met_mw/ssystemmessage)[ RSS](/packages/met-mw-ssystemmessage/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (1)

[![Build Status](https://camo.githubusercontent.com/a676e7b741df293c5d48ebee86563bd7b18b5e852e212cb810dddfa13f7c9bba/68747470733a2f2f7472617669732d63692e6f72672f6d65742d6d772f5353797374656d4d6573736167652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/met-mw/SSystemMessage)[![Coverage Status](https://camo.githubusercontent.com/c8130f62477242e59c46a2d6e380cbabf891d2a0982bd522a254b04a46eabcac/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f6d65742d6d772f5353797374656d4d6573736167652f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/met-mw/SSystemMessage?branch=master)[![Latest Stable Version](https://camo.githubusercontent.com/6544878f508106565dbc30f6d936c105120879b3461bde8072e57333ea5bc79d/68747470733a2f2f706f7365722e707567782e6f72672f6d65745f6d772f7373797374656d6d6573736167652f762f737461626c65)](https://packagist.org/packages/met_mw/ssystemmessage)[![Latest Unstable Version](https://camo.githubusercontent.com/d02fae62ced0986e85f9551cacfe5d29ca7a3771ab33ae9be865bee2395ed092/68747470733a2f2f706f7365722e707567782e6f72672f6d65745f6d772f7373797374656d6d6573736167652f762f756e737461626c65)](https://packagist.org/packages/met_mw/ssystemmessage)[![Total Downloads](https://camo.githubusercontent.com/0a54539eedc2a71fcd29782b9808fcf8eb925289572685df321fdb01ca090de4/68747470733a2f2f706f7365722e707567782e6f72672f6d65745f6d772f7373797374656d6d6573736167652f646f776e6c6f616473)](https://packagist.org/packages/met_mw/ssystemmessage)[![License](https://camo.githubusercontent.com/1c2b15f665448ecaeeb6203e35b6c14a0c70828d2ce6266c172e3e6553915a40/68747470733a2f2f706f7365722e707567782e6f72672f6d65745f6d772f7373797374656d6d6573736167652f6c6963656e7365)](https://packagist.org/packages/met_mw/ssystemmessage)

SSystemMessage
==============

[](#ssystemmessage)

Simple system messages for web-applications.

Install
-------

[](#install)

```
composer require met_mw/ssystemmessage

```

Example
-------

[](#example)

### System messages

[](#system-messages)

```
SystemMessage::i()
    ->addDanger('Error!')
    ->addInfo('Information.')
    ->addSuccess('Success!')
    ->addWarning('Warning!');

echo 'System messages.';
SystemMessage::i()->printAll();
```

### System messages with using session.

[](#system-messages-with-using-session)

This method needs for send or print messages in any pages.

> Attention! "SystemMessageSession::i()" or "session\_start()" must be called before output started. See [session\_start()](http://php.net/manual/ru/function.session-start.php) documentation.

```
SystemMessageSession::i()
    ->addDanger('Error!')
    ->addInfo('Information.')
    ->addSuccess('Success!')
    ->addWarning('Warning!');

echo 'System messages with using session.';
SystemMessageSession::i()->printAll();
```

License
-------

[](#license)

The met-mw/SSystemMessage package is open-sourced software licensed under the **[MIT license](https://opensource.org/licenses/MIT)**

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity58

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

3652d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3956926?v=4)[Михаил Владимирович](/maintainers/met-mw)[@met-mw](https://github.com/met-mw)

---

Top Contributors

[![met-mw](https://avatars.githubusercontent.com/u/3956926?v=4)](https://github.com/met-mw "met-mw (5 commits)")

---

Tags

messagenotificationmessagesuniversalsystem message

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/met-mw-ssystemmessage/health.svg)

```
[![Health](https://phpackages.com/badges/met-mw-ssystemmessage/health.svg)](https://phpackages.com/packages/met-mw-ssystemmessage)
```

###  Alternatives

[sly/notification-pusher

Standalone PHP library for easy devices notifications push.

1.2k2.8M16](/packages/sly-notification-pusher)[mouse0270/bootstrap-growl

This is a simple pluging that turns standard Bootstrap alerts into "Growl-like" notifications.

2.2k126.5k](/packages/mouse0270-bootstrap-growl)[aliyun/aliyun-mns-php-sdk

Aliyun Message and Notification Service SDK for PHP, PHP&gt;=5.5.0

34272.1k12](/packages/aliyun-aliyun-mns-php-sdk)[ras/flash-alert-bundle

FlashAlertBundle provides a simplified way to handle (add/display) Symfony flash messages. Client side scripts are written in pure JavaScript.

2323.3k](/packages/ras-flash-alert-bundle)[agorlov/discordmsg

Little class to send Discord message

1155.4k](/packages/agorlov-discordmsg)[bpocallaghan/alert

A helper package to flash a bootstrap alert to the browser.

1820.7k3](/packages/bpocallaghan-alert)

PHPackages © 2026

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