PHPackages                             cms\_framework\_seed/message - 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. cms\_framework\_seed/message

ActiveLibrary

cms\_framework\_seed/message
============================

Message bundle for CMS SEED

0131HTML

Since Nov 24Pushed 7y agoCompare

[ Source](https://github.com/CMS-SEED/MESSAGE)[ Packagist](https://packagist.org/packages/cms_framework_seed/message)[ RSS](/packages/cms-framework-seed-message/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependenciesVersions (1)Used By (1)

This is a Laravel 5 package that provides message management facility for CMS SEED framework.

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

[](#installation)

Begin by installing this package through Composer. Edit your project's `composer.json` file to require `cms_framework_seed/message`.

```
"cms_framework_seed/message": "dev-master"

```

Next, update Composer from the Terminal:

```
composer update

```

Once this operation completes execute below cammnds in command line to finalize installation.

```
Cms_Framework_Seed\Message\Providers\MessageServiceProvider::class,
```

And also add it to alias

```
'Message'  => Cms_Framework_Seed\Message\Facades\Message::class,
```

Use the below commands for publishing

Migration and seeds

```
php artisan vendor:publish --provider="Cms_Framework_Seed\Message\Providers\MessageServiceProvider" --tag="migrations"
php artisan vendor:publish --provider="Cms_Framework_Seed\Message\Providers\MessageServiceProvider" --tag="seeds"

```

Configuration

```
php artisan vendor:publish --provider="Cms_Framework_Seed\Message\Providers\MessageServiceProvider" --tag="config"

```

Language

```
php artisan vendor:publish --provider="Cms_Framework_Seed\Message\Providers\MessageServiceProvider" --tag="lang"

```

Views public and admin

```
php artisan vendor:publish --provider="Cms_Framework_Seed\Message\Providers\MessageServiceProvider" --tag="view-public"
php artisan vendor:publish --provider="Cms_Framework_Seed\Message\Providers\MessageServiceProvider" --tag="view-admin"

```

Publish admin views only if it is necessary.

Usage
-----

[](#usage)

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity39

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/ca0c7cfbfe7d97d44a3c2a35fdab01f64cdc8f3996fe38c73b80e752b74027a8?d=identicon)[30hills](/maintainers/30hills)

---

Top Contributors

[![unknown-id-null](https://avatars.githubusercontent.com/u/33347280?v=4)](https://github.com/unknown-id-null "unknown-id-null (1 commits)")

### Embed Badge

![Health badge](/badges/cms-framework-seed-message/health.svg)

```
[![Health](https://phpackages.com/badges/cms-framework-seed-message/health.svg)](https://phpackages.com/packages/cms-framework-seed-message)
```

PHPackages © 2026

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