PHPackages                             effina/larabanner - 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. [Admin Panels](/categories/admin)
4. /
5. effina/larabanner

ActiveLibrary[Admin Panels](/categories/admin)

effina/larabanner
=================

A simple banner management system for Laravel

1.0.5(5mo ago)0514MITPHPPHP &gt;=8.2

Since Dec 17Pushed 5mo ago1 watchersCompare

[ Source](https://github.com/effina/Larabanner)[ Packagist](https://packagist.org/packages/effina/larabanner)[ RSS](/packages/effina-larabanner/feed)WikiDiscussions main Synced today

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

Larabanner
==========

[](#larabanner)

A simple, flexible banner management system for Laravel 11+.

Features
--------

[](#features)

- Schedule banners with start and end dates
- Set display days (e.g., weekdays only)
- Soft deletes supported
- Full CRUD interface
- Simple Blade directive for displaying banners

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

[](#installation)

You can install the package via composer:

```
composer require effina/larabanner
```

Configuration
-------------

[](#configuration)

Publish the configuration file:

```
php artisan vendor:publish --provider="effina\Larabanner\LarabannerServiceProvider" --tag="config"
```

Run the migrations:

```
php artisan migrate
```

Usage
-----

[](#usage)

In your Blade templates:

```
@banner(1)  // Displays banner with ID 1 if it's currently active
```

### Managing Banners

[](#managing-banners)

Access the banner management interface at `/banners` (configurable in config/larabanner.php).

Configuration Options
---------------------

[](#configuration-options)

```
// config/larabanner.php
return [
'pagination' => 15, // Number of items per page in the admin panel
'route_prefix' => 'banners', // URL prefix for the admin panel
'middleware' => ['web', 'auth'], // Middleware for the admin panel
];
```

Testing
-------

[](#testing)

```
composer test
```

License
-------

[](#license)

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

###  Health Score

39

—

LowBetter than 84% of packages

Maintenance70

Regular maintenance activity

Popularity16

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 81.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 ~11 days

Total

3

Last Release

176d ago

PHP version history (2 changes)1.0.2PHP ^8.2

1.0.4PHP &gt;=8.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/60788208?v=4)[bigmre](/maintainers/bigmre)[@BigMrE](https://github.com/BigMrE)

---

Top Contributors

[![effina-erik](https://avatars.githubusercontent.com/u/233489769?v=4)](https://github.com/effina-erik "effina-erik (13 commits)")[![erikcaineolson](https://avatars.githubusercontent.com/u/3111583?v=4)](https://github.com/erikcaineolson "erikcaineolson (3 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/effina-larabanner/health.svg)

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

PHPackages © 2026

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