PHPackages                             justoverclock/first-visit-popup - 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. justoverclock/first-visit-popup

ActiveFlarum-extension[Utility &amp; Helpers](/categories/utility)

justoverclock/first-visit-popup
===============================

First Visit Popup

0.1.4(4y ago)1720MITJavaScript

Since May 7Pushed 4y ago1 watchersCompare

[ Source](https://github.com/justoverclockl/first-visit-popup)[ Packagist](https://packagist.org/packages/justoverclock/first-visit-popup)[ RSS](/packages/justoverclock-first-visit-popup/feed)WikiDiscussions main Synced 1mo ago

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

First Visit Popup
=================

[](#first-visit-popup)

[![License](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667) [![Latest Stable Version](https://camo.githubusercontent.com/36360892b2938d8ecf2805906942d11809505a2814e0bd1563ec10f9da1a905e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6a7573746f766572636c6f636b2f66697273742d76697369742d706f7075702e737667)](https://packagist.org/packages/justoverclock/first-visit-popup) [![Total Downloads](https://camo.githubusercontent.com/ea7e2ff9a82092cf325e8c74ac021e6f56eb65fc5cacb4ce228b552726521764/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a7573746f766572636c6f636b2f66697273742d76697369742d706f7075702e737667)](https://packagist.org/packages/justoverclock/first-visit-popup)

A [Flarum](http://flarum.org) extension. First Visit Popup

[![chrome_DxgKJVdzJ3](https://user-images.githubusercontent.com/79002016/167265823-de91bffc-5675-4608-a355-ddf5f00d6740.gif)](https://user-images.githubusercontent.com/79002016/167265823-de91bffc-5675-4608-a355-ddf5f00d6740.gif)

Usage
-----

[](#usage)

Fill the extension settings with your own html and css... for example

```

.offerBtn {
  background-color: rgb(56, 154, 220);
  box-shadow: inset 0px 5px 0px 0px rgba(255, 255, 255, 0.15);
  width: 420px;
  height: 100px;
  z-index: 82;
  display: block;
  position: relative;
  overflow: hidden;
  font-family: 'Raleway', sans;
  cursor: pointer;
  transition: all .2s;
}

.offerBtn:hover {
  background: #3CBD45;
}
.offerBtn:active {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(27,199,0,1);
-moz-box-shadow: 0px 0px 15px 0px rgba(27,199,0,1);
box-shadow: 0px 0px 15px 0px rgba(27,199,0,1);
}
.offerBtn img {
  height: 80px;
  top: 10px;
  position: absolute;
  left: -5px;
  opacity: .15;
}

.offerBtn span {
  position: absolute;
}

.btnIcon {
  top: 24px;
  left: 50px;
}

.st0 {
  fill: #FFFFFF;
}

.st1 {
  fill: #FFFFFF;
  fill-opacity: 0.5;
}

.text1,
.text2,
.text3 {
  color: #FFF;
  font-weight: 800;
}

.offerBtn:before {
  content: '';
  display: block;
  height: 500px;
  width: 500px;
  position: absolute;
  background-color: rgba(255, 255, 255, .15);
  transform: rotate(-45deg);
  top: -200px;
  left: -330px;
  transition: all .2s;
}

.offerBtn:hover:before {
  left: -300px;
}

.text1 {
  font-size: 36px;
  line-height: 1em;
  left: 25px;
  top: 13px;
}

.text2 {
  font-weight: 300;
  right: 42px;
  bottom: 10px;
}

.text3 {
  top: -5px;
  right: 40px;
  font-size: 70px;
  font-family: 'Open Sans', sans;
  font-weight: 400;
  letter-spacing: -4px;
}

.text4 {
  transform: rotate(-90deg);
  right: -39px;
  top: 37px;
  background: yellow;
  padding: 7px 10px;
  font-size: 11px;
  text-transform: uppercase;
}
.maindiv {
display:flex;
justify-content: center;
align-items: center;
margin-bottom: 2rem;
}

  Get YourFull Report
  click here
  $20
  Special Offer

```

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

[](#installation)

Install with composer:

```
composer require justoverclock/first-visit-popup:"*"
```

Updating
--------

[](#updating)

```
composer update justoverclock/first-visit-popup:"*"
php flarum cache:clear
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~0 days

Total

5

Last Release

1471d ago

### Community

Maintainers

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

---

Top Contributors

[![justoverclockl](https://avatars.githubusercontent.com/u/79002016?v=4)](https://github.com/justoverclockl "justoverclockl (10 commits)")

---

Tags

first visit popup

### Embed Badge

![Health badge](/badges/justoverclock-first-visit-popup/health.svg)

```
[![Health](https://phpackages.com/badges/justoverclock-first-visit-popup/health.svg)](https://phpackages.com/packages/justoverclock-first-visit-popup)
```

###  Alternatives

[fof/byobu

Well integrated, advanced private discussions.

61105.8k9](/packages/fof-byobu)[fof/user-bio

Add a user bio to user profiles

2196.5k9](/packages/fof-user-bio)[flarum/extension-manager

An extension manager to install, update and remove extension packages from the interface (Wrapper around composer).

12211.5k](/packages/flarum-extension-manager)[flarum/nicknames

Allow users to set nicknames.

10288.4k9](/packages/flarum-nicknames)[flarum/pusher

See new discussions and posts in real-time using Pusher.

22367.3k4](/packages/flarum-pusher)[fof/drafts

Allow users to create post and discussion drafts

1771.1k5](/packages/fof-drafts)

PHPackages © 2026

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