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

ActiveLibrary

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 1mo ago

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

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity57

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

2314d 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

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[laravolt/avatar

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

2.0k5.4M31](/packages/laravolt-avatar)[unisharp/laravel-filemanager

A file upload/editor intended for use with Laravel 5 to 10 and CKEditor / TinyMCE

2.2k3.3M73](/packages/unisharp-laravel-filemanager)[aimeos/aimeos-core

Full-featured e-commerce components for high performance online shops

4.5k346.9k46](/packages/aimeos-aimeos-core)[intervention/image-laravel

Laravel Integration of Intervention Image

1496.5M100](/packages/intervention-image-laravel)[bkwld/croppa

Image thumbnail creation through specially formatted URLs for Laravel

510496.0k22](/packages/bkwld-croppa)

PHPackages © 2026

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