PHPackages                             dframe/messages - 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. dframe/messages

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

dframe/messages
===============

Messages component Dframe

v4.0.1(6y ago)17MITPHPPHP &gt;=7.0CI failing

Since Apr 10Pushed 6y ago1 watchersCompare

[ Source](https://github.com/dframe/messages)[ Packagist](https://packagist.org/packages/dframe/messages)[ Docs](https://dframeframework.com)[ RSS](/packages/dframe-messages/feed)WikiDiscussions master Synced 3w ago

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

Dframe/Sesssion - Component
===========================

[](#dframesesssion---component)

[![Build Status](https://camo.githubusercontent.com/a03c05ff6836beee897b6422d87ededa57b0822806e525927399f3d93d1b2e3a/68747470733a2f2f7472617669732d63692e6f72672f646672616d652f6d657373616765732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/dframe/messages) [![Latest Stable Version](https://camo.githubusercontent.com/e83b63c481596abd24b506ea1fb8886457bd395a5d9fcc900e4e9579a52309e7/68747470733a2f2f706f7365722e707567782e6f72672f646672616d652f6d657373616765732f762f737461626c65)](https://packagist.org/packages/dframe/messages) [![Total Downloads](https://camo.githubusercontent.com/23435b1de49884e1cb5c0ec0366a0e67371285be62263137ffb8d1e71fe6b781/68747470733a2f2f706f7365722e707567782e6f72672f646672616d652f6d657373616765732f646f776e6c6f616473)](https://packagist.org/packages/dframe/messages) [![Latest Unstable Version](https://camo.githubusercontent.com/98781f22ec8d005b2427fb55e6520847ccab67819ee0843f8867f9956fafd1bc/68747470733a2f2f706f7365722e707567782e6f72672f646672616d652f6d657373616765732f762f756e737461626c65)](https://packagist.org/packages/dframe/messages) [![License](https://camo.githubusercontent.com/7c668dd24c7791d2a71a762f5a48f649a9558ec2c6a30ba67cb79fe7d58630ea/68747470733a2f2f706f7365722e707567782e6f72672f646672616d652f6d657373616765732f6c6963656e7365)](https://packagist.org/packages/dframe/messages)

[![php framework dframe logo](https://camo.githubusercontent.com/fd0e41a4616aeae28318df2698482c0f1538928857ff531019f4481606ff8d2b/68747470733a2f2f646672616d656672616d65776f726b2e636f6d2f696d672f6c6f676f5f66756c6c2e706e67)](https://camo.githubusercontent.com/fd0e41a4616aeae28318df2698482c0f1538928857ff531019f4481606ff8d2b/68747470733a2f2f646672616d656672616d65776f726b2e636f6d2f696d672f6c6f676f5f66756c6c2e706e67)

### Composer

[](#composer)

```
$ composer require dframe/messages
```

### Standalone

[](#standalone)

```
$driver = new \Dframe\Component\Session\Session('sessionName');

/**
 * $driver Can be any class implements interface \Psr\SimpleCache\CacheInterface
 */
$messages  = new \Dframe\Component\Messages\Messages($driver);
$messages->add('info', 'String Information.');  // types ['help', 'info', 'warning', 'error', 'success']
$messages->hasMessages('info');                 // Check to see if there are any ($type) messages queued.
$messages->hasErrors();                         // true There ARE error messages false There are NOT any error messages
$messages->display('all');                      // Return true/false
```

License
-------

[](#license)

Open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 95.3% 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 ~0 days

Total

2

Last Release

2276d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/9001348?v=4)[Sławomir Kaleta](/maintainers/dusta)[@dusta](https://github.com/dusta)

---

Top Contributors

[![dusta](https://avatars.githubusercontent.com/u/9001348?v=4)](https://github.com/dusta "dusta (81 commits)")[![peter279k](https://avatars.githubusercontent.com/u/9021747?v=4)](https://github.com/peter279k "peter279k (2 commits)")[![troold](https://avatars.githubusercontent.com/u/33352033?v=4)](https://github.com/troold "troold (2 commits)")

---

Tags

dframephp messages

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/dframe-messages/health.svg)

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

###  Alternatives

[mobiledetect/mobiledetectlib

Mobile\_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.

10.7k170.9M527](/packages/mobiledetect-mobiledetectlib)[illuminate/contracts

The Illuminate Contracts package.

706130.3M13.3k](/packages/illuminate-contracts)[civicrm/civicrm-core

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

751291.4k43](/packages/civicrm-civicrm-core)[flow-php/etl

PHP ETL - Extract Transform Load - Abstraction

378604.0k104](/packages/flow-php-etl)[phiki/phiki

Syntax highlighting using TextMate grammars in PHP.

3693.8M57](/packages/phiki-phiki)[moonshine/moonshine

Laravel administration panel

1.3k253.1k81](/packages/moonshine-moonshine)

PHPackages © 2026

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