PHPackages                             adminetic/announcement - 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. adminetic/announcement

ActiveLibrary

adminetic/announcement
======================

Announcement Module for Adminetic Adminetic Admin Panel

v1.0.0(4y ago)310MITPHPPHP ^7.4|^8.0

Since Jun 8Pushed 4y ago1 watchersCompare

[ Source](https://github.com/pratiksh404/adminetic-announcement)[ Packagist](https://packagist.org/packages/adminetic/announcement)[ Docs](https://github.com/adminetic/announcement)[ RSS](/packages/adminetic-announcement/feed)WikiDiscussions main Synced 1mo ago

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

Announcement Module for Adminetic Admin Panel
=============================================

[](#announcement-module-for-adminetic-admin-panel)

[![Adminetic Announcemment Module](https://github.com/pratiksh404/adminetic-announcement/raw/main/screenshots/banner.png)](https://github.com/pratiksh404/adminetic-announcement/blob/main/screenshots/banner.png)

[![Latest Version on Packagist](https://camo.githubusercontent.com/b55952ceccb65be906dfce7589f6b4b58a6d6cd05f3b5ec698ca8d14c0b98f36/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f61646d696e657469632f616e6e6f756e63656d656e742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/adminetic/announcement)

[![Stars](https://camo.githubusercontent.com/ee6d8f5e4efb78bdb5bcbfbc4751fafa1170c85676b7566db8a93a6859c51b8a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f70726174696b73683430342f61646d696e657469632d616e6e6f756e63656d656e74)](https://github.com/pratiksh404/adminetic-announcement/stargazers) [![Downloads](https://camo.githubusercontent.com/2bc9e1e81731c10153a69cab1b374de241bdb73c4c90bf311c75072e0008290a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f61646d696e657469632f616e6e6f756e63656d656e742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/adminetic/announcement) [![StyleCI](https://camo.githubusercontent.com/ced39d609113672496f1793f7b02a6f8c6cb4ebdf190e65a509cd76efca2a96d/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3337323536303934322f736869656c643f6272616e63683d6d61696e)](https://github.styleci.io/repos/372560942?branch=main) [![Build Status](https://camo.githubusercontent.com/6b0995c43d481503f77df568eb736f67b1da9cf0df0997e8e484c3f5a7df160b/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f70726174696b73683430342f61646d696e657469632d616e6e6f756e63656d656e742f6261646765732f6275696c642e706e673f623d6d61696e)](https://scrutinizer-ci.com/g/pratiksh404/adminetic-announcement/build-status/main) [![Scrutinizer Code Quality](https://camo.githubusercontent.com/68a914e727dae6f4ea531f53f6b4ac86f2f429e5c70ee5c36c735003bb332967/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f70726174696b73683430342f61646d696e657469632d616e6e6f756e63656d656e742f6261646765732f7175616c6974792d73636f72652e706e673f623d6d61696e)](https://scrutinizer-ci.com/g/pratiksh404/adminetic-announcement/?branch=main) [![CodeFactor](https://camo.githubusercontent.com/c233d30448cfba627a4392ecba8398cc38442f4683054791628501ffb049b3ec/68747470733a2f2f7777772e636f6465666163746f722e696f2f7265706f7369746f72792f6769746875622f70726174696b73683430342f61646d696e657469632d616e6e6f756e63656d656e742f6261646765)](https://www.codefactor.io/repository/github/pratiksh404/adminetic-announcement) [![License](https://camo.githubusercontent.com/6f3c0fa3df3b79a9c303d32f757dfbe6bbfe7ecdd3a3bc2def4ae00a4e4d4617/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f70726174696b73683430342f61646d696e657469632d616e6e6f756e63656d656e74)](//packagist.org/packages/pratiksh/adminetic)

Announcement module for Adminetic Admin Panel

For detailed documentaion visit [Adminetic Announcement Module Documentation](https://app.gitbook.com/@pratikdai404/s/adminetic/addons/announcement)

#### Contains : -

[](#contains---)

- Global/Selective Announcement
- Email Notification
- Slack Notification
- Database Notification
- Announcement Timeline

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

[](#installation)

You can install the package via composer:

```
composer require adminetic/announcement
```

### Note

[](#note)

For slack notification Add AnnouncementUser Trait in your User Model

```
use Adminetic\Announcement\Traits\AnnouncementUser;
```

and slack webhook link in you env file

```
SLACK_WEBHOOK=your_slack_webhook_link
```

for more information visit [Laravel Slack Routing](https://laravel.com/docs/8.x/notifications#routing-slack-notifications)

register announcement module adapter in app/adminetic.php

```
    // Adapters
    'adapters' => [
        Adminetic\Announcement\Adapter\AnnouncementAdapter::class,
    ]
```

### Announcement Notification widget

[](#announcement-notification-widget)

If you wish to add announcement notification widget on your header located in views/admin/layouts/components/header.blade.php add

```

            // Other Items

```

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Pratik Shrestha](https://github.com/adminetic)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

Screenshots
-----------

[](#screenshots)

[![Adminetic Announcemment Module](https://github.com/pratiksh404/adminetic-announcement/raw/main/screenshots/banner.png)](https://github.com/pratiksh404/adminetic-announcement/blob/main/screenshots/banner.png)[![Adminetic Announcemment Module](https://github.com/pratiksh404/adminetic-announcement/raw/main/screenshots/index.jpg)](https://github.com/pratiksh404/adminetic-announcement/blob/main/screenshots/index.jpg)[![Adminetic Announcemment Module](https://github.com/pratiksh404/adminetic-announcement/raw/main/screenshots/create.jpg)](https://github.com/pratiksh404/adminetic-announcement/blob/main/screenshots/create.jpg)[![Adminetic Announcemment Module](https://github.com/pratiksh404/adminetic-announcement/raw/main/screenshots/timeline.jpg)](https://github.com/pratiksh404/adminetic-announcement/blob/main/screenshots/timeline.jpg)

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

1776d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/001849cfcd496d28474179bde8e510e82ea2ff8b32291d2ac8fc905a754512e0?d=identicon)[pratiksh404](/maintainers/pratiksh404)

---

Top Contributors

[![pratiksh404](https://avatars.githubusercontent.com/u/40533219?v=4)](https://github.com/pratiksh404 "pratiksh404 (15 commits)")

---

Tags

adminetic-adminpanelannouncementannouncement-module announcementadminetic

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/adminetic-announcement/health.svg)

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

###  Alternatives

[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

196277.9k](/packages/fumeapp-modeltyper)[kirschbaum-development/commentions

A package to allow you to create comments, tag users and more

12369.2k](/packages/kirschbaum-development-commentions)[spatie/laravel-backup-server

Backup multiple applications

17016.7k1](/packages/spatie-laravel-backup-server)

PHPackages © 2026

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