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 2w 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

27

—

LowBetter than 47% 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

2367d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/58435226?v=4)[luisdataview](/maintainers/luisdataview)[@luisdataview](https://github.com/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

[azuracast/azuracast

The AzuraCast self-hosted web radio station management suite.

3.9k27.8k](/packages/azuracast-azuracast)[fisharebest/webtrees

webtrees online genealogy

77416.0k20](/packages/fisharebest-webtrees)[symfony/ux-cropperjs

Cropper.js integration for Symfony

19322.9k3](/packages/symfony-ux-cropperjs)[flarum/core

Delightfully simple forum software.

201.4M2.2k](/packages/flarum-core)[oxid-esales/oxideshop-metapackage-ce

This is OXID eShop compilation metapackage.

13494.0k21](/packages/oxid-esales-oxideshop-metapackage-ce)

PHPackages © 2026

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