PHPackages                             kouloughliapp/announcements - 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. kouloughliapp/announcements

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

kouloughliapp/announcements
===========================

Announcements plugin for Kouloughli

v1.0.3(6y ago)127MITPHPPHP ^7.2CI failing

Since Jan 30Pushed 6y ago1 watchersCompare

[ Source](https://github.com/kouloughli-hemza/announcements)[ Packagist](https://packagist.org/packages/kouloughliapp/announcements)[ RSS](/packages/kouloughliapp-announcements/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (2)Versions (3)Used By (0)

📢 Announcements plugin for [Kouloughli - Advanced PHP Login and User Management](https://Kouloughliapp.io)system.

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

[](#installation)

This plugin requires Kouloughli `4.0.0` or greater.

### Installation via Composer

[](#installation-via-composer)

To install the plugin first you will need to pull it via composer by running the following command

```
composer require Kouloughliapp/announcements

```

The composer will install the plugin for you as well as it's dependencies.

The next step is to register the plugin by adding the `\Kouloughli\Announcements\Announcements::class`to the list of Kouloughli plugins inside the `KouloughliServiceProvider`:

```
protected function plugins()
    {
        return [
            //...
            \Kouloughli\Announcements\Announcements::class,
        ];
    }
```

As soon as your plugin is registered, you should publish the plugins static assets and migrations by running the following command:

```
php artisan vendor:publish --provider="Kouloughli\Announcements\Announcements" --tag="public" --tag="migrations"

```

And, as the last step of the installation, you will need to run the following commands to make all the necessary database modifications:

```
php artisan migrate
php artisan db:seed --class="AnnouncementsDatabaseSeeder"

```

At this point the plugin will be fully installed and ready to go.

### Manual Installation

[](#manual-installation)

If you plan to make the modifications to the plugin and customize it to fit your needs, it's much easier if you add it to your project manually.

To do so, you will need to download the ZIP archive from GitHub by clicking the green "Clone or download" button and then choosing the "Download ZIP" option from the dropdown.

Once you have the ZIP file on your computer, extract it to the `plugins/Announcements` folder (you will need to create this folder since it probably won't be present in your Kouloughli installation).

Next step is to update your main `composer.json` file located in Kouloughli's root directory and add the following object to the `repositories`array:

```
{
    "type": "path",
    "url": "./plugins/Announcements"
}

```

This will tell the composer that your plugin is located in `/plugins/Announcements`directory and that it should be installed from there.

Now, add the following to the composer's `require` section

```
"Kouloughliapp/announcements": "*"

```

And run `composer update`.

Composer will now install the plugin from your local directory instead of pulling it from GitHub, which means that you will be able to make the changes to the plugin itself and customize it to fit your needs.

The rest of the process is the same as when the plugin is installed by directly fetching it via composer from the GitHub repository, so you will need to do all the same steps as above, which in short involves updating the `KouloughliServiceProvider` and running the commands to publish plugin's static assets and to update the database.

License
-------

[](#license)

This plugin is an open-source software licensed under the [MIT license](https://opensource.org/licenses/MIT).

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

Every ~0 days

Total

2

Last Release

2293d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8d26e71065b42bf519c482dca755253d911027fa94ce67fa6267f1c23387a5e2?d=identicon)[kouloughli-hemza](/maintainers/kouloughli-hemza)

---

Top Contributors

[![kouloughli-hemza](https://avatars.githubusercontent.com/u/23012337?v=4)](https://github.com/kouloughli-hemza "kouloughli-hemza (5 commits)")

---

Tags

laravelannouncementsKouloughli

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/kouloughliapp-announcements/health.svg)

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

###  Alternatives

[highideas/laravel-users-online

This package will provide an online users management.

203113.2k1](/packages/highideas-laravel-users-online)[stephenjude/filament-blog

Filament Blog Builder

20317.8k](/packages/stephenjude-filament-blog)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[datomatic/nova-detached-actions

A Laravel Nova tool to allow for placing actions in the Nova toolbar detached from the checkbox selection mechanism.

11229.2k](/packages/datomatic-nova-detached-actions)

PHPackages © 2026

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