PHPackages                             dataview/iopopup - 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. dataview/iopopup

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

dataview/iopopup
================

Controle de Popup's da intranetone

1.0.0(6y ago)142JavaScript

Since Jan 6Pushed 5y ago2 watchersCompare

[ Source](https://github.com/DataviewTI/iopopup)[ Packagist](https://packagist.org/packages/dataview/iopopup)[ RSS](/packages/dataview-iopopup/feed)WikiDiscussions master Synced today

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

Controle de Popup's
===================

[](#controle-de-popups)

Controle de Popup's com definição automatica ou não de dimensões, período de exibição, delay de abertura e fechamento, redirecionamento e uso de videos do youtube ou facebook.

Instalação
----------

[](#instalação)

#### Composer installation

[](#composer-installation)

Laravel 7 or above, PHP &gt;= 7.2.5

```
composer require dataview/iopopup dev-master
```

laravel 5.6 or below, PHP &gt;= 7 and &lt; 7.2.5

```
composer require dataview/iopopup 1.0.0
```

#### Laravel artisan installation

[](#laravel-artisan-installation)

```
php artisan io-popup:install
```

- Configure o webpack conforme abaixo

```
...
let popup = require('intranetone-popup');
io.compile({
  services:[
    ...
    new popup(),
    ...
  ]
});
```

- Compile os assets e faça o cache

```
npm run dev|prod|watch
php artisan config:cache
```

Frontend
--------

[](#frontend)

- Adicione a chamada da classe ao seu arquivo .blade

```
@php
  use Dataview\IOPopup\Popup
@endphp
```

- Insira o componente abaixo informando o ID do popup cadastrado, se "popup" não for informado, o ID mais recente será chamado.

```
@component('Popup::fe.popup',[
  "popup"=> Popup::find(1)
])
@endcomponent
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 64.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

Unknown

Total

1

Last Release

2317d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/708bc9ea913327ca194a24f05ddbb9ec0dedd62c5a6ada72ad6f7a90dab4bf48?d=identicon)[luisdataview](/maintainers/luisdataview)

---

Top Contributors

[![thiagobrauer](https://avatars.githubusercontent.com/u/14283641?v=4)](https://github.com/thiagobrauer "thiagobrauer (9 commits)")[![luisdataview](https://avatars.githubusercontent.com/u/58435226?v=4)](https://github.com/luisdataview "luisdataview (5 commits)")

### Embed Badge

![Health badge](/badges/dataview-iopopup/health.svg)

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

###  Alternatives

[laravolt/avatar

Turn name, email, and any other string into initial-based avatar or gravatar.

2.0k5.4M31](/packages/laravolt-avatar)[beyondcode/laravel-favicon

Create dynamic favicons based on your environment settings.

37345.5k](/packages/beyondcode-laravel-favicon)[yohang88/letter-avatar

Generate user avatar using name initials letter.

126529.5k2](/packages/yohang88-letter-avatar)[symfony/ux-cropperjs

Cropper.js integration for Symfony

19280.3k3](/packages/symfony-ux-cropperjs)[a6digital/laravel-default-profile-image

Laravel package to create default profile image using name of user.

41319.9k](/packages/a6digital-laravel-default-profile-image)[consoletvs/support

ConsoleTVs support library

27300.4k8](/packages/consoletvs-support)

PHPackages © 2026

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