PHPackages                             vis/banners - 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. vis/banners

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

vis/banners
===========

Banners package

1.0.31(10y ago)031BladePHP &gt;=5.4.0

Since Jul 24Pushed 5y ago1 watchersCompare

[ Source](https://github.com/arturishe21/banners)[ Packagist](https://packagist.org/packages/vis/banners)[ RSS](/packages/vis-banners/feed)WikiDiscussions master Synced today

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

В composer.json добавляем в блок require

```
 "vis/banners": "1.0.*"
```

Выполняем

```
composer update
```

Добавляем в app.php

```
  'Vis\Banners\BannersServiceProvider',
```

и в aliases

```
'Banner'         => 'Vis\Banners\Banner',
```

Выполняем миграцию таблиц

```
   php artisan migrate --package=vis/banners
```

Публикуем js файлы

```
   php artisan asset:publish vis/banners
```

В файле app/config/packages/vis/builder/admin.php в массив menu добавляем

```
 	array(
        'title' => 'Баннера',
        'icon'  => 'crop',
        'submenu' => array(
            array(
                'title'   => 'Баннера',
                'link'    => '/banners/banners_all',
                'check' => function() {
                    return true;
                }
            ),
            array(
                'title' => 'Баннерные площадки',
                'link'  => '/banners/area',
                'check' => function() {
                    return true;
                }
            ),

        ),
    ),
```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 62.5% 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 ~2 days

Total

4

Last Release

3991d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8b7ffd6192296a7a4be50ef6051026bdcb226401a5114d64dacc16dcaf7fb827?d=identicon)[arturishe](/maintainers/arturishe)

---

Top Contributors

[![arturishe](https://avatars.githubusercontent.com/u/3536387?v=4)](https://github.com/arturishe "arturishe (5 commits)")[![arturishe21](https://avatars.githubusercontent.com/u/9445877?v=4)](https://github.com/arturishe21 "arturishe21 (3 commits)")

### Embed Badge

![Health badge](/badges/vis-banners/health.svg)

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M345](/packages/psalm-plugin-laravel)[renatomarinho/laravel-page-speed

Laravel Page Speed

2.5k1.7M11](/packages/renatomarinho-laravel-page-speed)[illuminate/pagination

The Illuminate Pagination package.

12234.1M1.0k](/packages/illuminate-pagination)[illuminate/pipeline

The Illuminate Pipeline package.

9349.2M282](/packages/illuminate-pipeline)[illuminate/redis

The Illuminate Redis package.

8314.6M375](/packages/illuminate-redis)[illuminate/cookie

The Illuminate Cookie package.

244.6M137](/packages/illuminate-cookie)

PHPackages © 2026

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