PHPackages                             apility/gallery-overlay - 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. apility/gallery-overlay

ActiveLibrary

apility/gallery-overlay
=======================

v3.0(5y ago)045[4 PRs](https://github.com/apility/gallery-overlay/pulls)MITSCSSPHP ^7.3

Since May 18Pushed 3y agoCompare

[ Source](https://github.com/apility/gallery-overlay)[ Packagist](https://packagist.org/packages/apility/gallery-overlay)[ RSS](/packages/apility-gallery-overlay/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (3)Versions (7)Used By (0)

Netflex Pages
=============

[](#netflex-pages)

Eloquent compatible model for working with Netflex Pagess.

[![Stable version](https://camo.githubusercontent.com/cf7abaff9c15794cc62c753235ce069138ce6b4b8fd2b80dfd9adecd25060997/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6170696c6974792f67616c6c6572792d6f7665726c61793f6c6162656c3d737461626c65)](https://packagist.org/packages/apility/gallery-overlay)[![License: MIT](https://camo.githubusercontent.com/ca6104777c9e3494ed62d57458ae74659c93a45dd444ec244eea53baf976da7f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6e6574666c65782d73646b2f70616765732e737667)](https://opensource.org/licenses/MIT)[![Downloads](https://camo.githubusercontent.com/2eb3e7fbced468dffb3a22c1580bf0161b538f780654374c3ad26c3c599a1f95/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f6170696c6974792f67616c6c6572792d6f7665726c6179)](https://packagist.org/packages/apility/gallery-overlay/stats)

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

[](#installation)

```
composer require apility/gallery-overlay
```

Dependencies
------------

[](#dependencies)

### owl carousel

[](#owl-carousel)

```
yarn add apility/OwlCarousel2
```

Setup
-----

[](#setup)

Add .scss files to your project: By default this will be published to your /resources/scss/vendor/ folder. This file can be tweaked to your project and will not be overriden unless you publish again with a force flag.

```
php artisan vendor:publish
```

Imports
-------

[](#imports)

Javascript: Add import to owl carousel to your app.js file

```
import 'owl.carousel'
```

Sass: Add import for owl carousel css and published galleryOverlay scss. Your import paths may vary. Look for the published galleryOverlay.scss file created in the setup step

```
@import "~owl.carousel/dist/assets/owl.carousel.css";
@import "../sass/vendor/galleryOverlay.scss";
```

Usage
-----

[](#usage)

### Blade components

[](#blade-components)

On your template view add , this should be added as high up in the DOM tree as possible for the overlay to work properly.

example:

```
@extends('layouts.base')
@section('body')

@endsection
```

Finally add in the play button where you want it to show up: You can replace the content inside to customize it's look.

example:

```

  Play

```

### Mounting owl carousel

[](#mounting-owl-carousel)

Mount and customize owl carousel in your main js file

```
  $(".GalleryOverlay__container > .owl-carousel").owlCarousel({
    items: 1,
    loop: $(".fullwidth-banner .item").length > 1,
    margin: 0,
    nav: false,
    mouseDrag: true,
    touchDrag: true,
    dots: true,
    navText: [
      '',
      ''
    ]
  });
```

Contributing
------------

[](#contributing)

Thank you for considering contributing to the Netflex Structure! Please read the [contribution guide](CONTRIBUTING.md).

Code of Conduct
---------------

[](#code-of-conduct)

In order to ensure that the community is welcoming to all, please review and abide by the [Code of Conduct](CODE_OF_CONDUCT.md).

License
-------

[](#license)

Netflex Structure is open-sourced software licensed under the [MIT license](LICENSE.md).

---

Copyright © 2020 **[Apility AS](https://apility.no)**

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% 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 ~261 days

Total

2

Last Release

1921d ago

Major Versions

v1.0 → v3.02021-02-03

### Community

Maintainers

![](https://www.gravatar.com/avatar/61ada3025b885e36fae28f54837b6451fa33945628a3e2feb6dd9c21f022fccd?d=identicon)[TimAndreJacobsen](/maintainers/TimAndreJacobsen)

---

Top Contributors

[![TimAndreJacobsen](https://avatars.githubusercontent.com/u/35067641?v=4)](https://github.com/TimAndreJacobsen "TimAndreJacobsen (2 commits)")[![olavoyen](https://avatars.githubusercontent.com/u/3416810?v=4)](https://github.com/olavoyen "olavoyen (1 commits)")

---

Tags

hacktoberfest

### Embed Badge

![Health badge](/badges/apility-gallery-overlay/health.svg)

```
[![Health](https://phpackages.com/badges/apility-gallery-overlay/health.svg)](https://phpackages.com/packages/apility-gallery-overlay)
```

###  Alternatives

[livewire/blaze

A tool for optimizing Blade component performance by folding them into parent templates

688221.3k17](/packages/livewire-blaze)[glhd/aire

Modern Laravel form builder. Remembers old input, retrieves error messages and comes with beautiful Tailwind-based markup out of the box.

545265.3k7](/packages/glhd-aire)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

44643.1k1](/packages/pressbooks-pressbooks)[konekt/html

HTML and Form Builders for the Laravel Framework

24403.2k5](/packages/konekt-html)[bjuppa/laravel-blog

Add blog functionality to your Laravel project

483.3k1](/packages/bjuppa-laravel-blog)[evanschleret/lara-mjml

Just a service provider for Spatie's MJML wrapper

1722.0k](/packages/evanschleret-lara-mjml)

PHPackages © 2026

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