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

ActiveLibrary

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 5d 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 32% 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

2227d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/954f9b5cd3e021b52a7bb0cabe07b2d7763edf98485fe47cccf835124d79205c?d=identicon)[dusta](/maintainers/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

[laravel/framework

The Laravel Framework.

34.6k509.9M17.0k](/packages/laravel-framework)[phpoffice/phpspreadsheet

PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine

13.9k293.5M1.3k](/packages/phpoffice-phpspreadsheet)[maatwebsite/excel

Supercharged Excel exports and imports in Laravel

12.7k144.3M712](/packages/maatwebsite-excel)[cakephp/cakephp

The CakePHP framework

8.8k18.5M1.6k](/packages/cakephp-cakephp)[illuminate/contracts

The Illuminate Contracts package.

704122.9M10.1k](/packages/illuminate-contracts)[algolia/algoliasearch-client-php

API powering the features of Algolia.

69333.0M114](/packages/algolia-algoliasearch-client-php)

PHPackages © 2026

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