PHPackages                             usmanjutt84/internal\_video - 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. [Image &amp; Media](/categories/media)
4. /
5. usmanjutt84/internal\_video

ActiveDrupal-module[Image &amp; Media](/categories/media)

usmanjutt84/internal\_video
===========================

Provides custom implementations for the video from the Internal source.

v2.0.10(2y ago)050GPL-2.0-or-laterPHPPHP &gt;=8.1

Since Jun 21Pushed 2y ago1 watchersCompare

[ Source](https://github.com/usmanjutt84/internal_video)[ Packagist](https://packagist.org/packages/usmanjutt84/internal_video)[ Docs](https://github.com/usmanjutt84/internal_video)[ RSS](/packages/usmanjutt84-internal-video/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (10)Dependencies (1)Versions (18)Used By (0)

Internal Video
==============

[](#internal-video)

It's useful when you want to add video from by the direct video path to the filesystem.

What is does?
-------------

[](#what-is-does)

It provides a field, widget and format called "Internal video" that accepts the absolute URL to the video (e.g `https://www.example.com/video.mp4`) and it used the [Video.js](https://videojs.com/) plugin to show the video.

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

[](#installation)

Use composer to install the module, run `composer require usmanjutt84/internal_video`

Install dependencies
--------------------

[](#install-dependencies)

The Internal video module comes shipped with a "**composer.libraries.json**" file containing information about all up-to-date libraries required by the module itself, and so we will be using this file to install all libraries by merging the "**composer.libraries.json**" with the "**composer.json**" file of our Drupal website.

### Install Composer Merge Plugin

[](#install-composer-merge-plugin)

The merging is accomplished by the aid of the [Composer Merge Plugin](https://github.com/wikimedia/composer-merge-plugin) plugin available on GitHub, so from the project directory, open a terminal and run:

```
composer require wikimedia/composer-merge-plugin

```

### Include libraries into root Composer.json file

[](#include-libraries-into-root-composerjson-file)

Edit the "**composer.json**" file of your website and under the **"extra": {** section add:

- **note**: the `web` represents the folder where drupal lives like: ex. `docroot`.

```
"merge-plugin": {
    "include": [
        "web/modules/contrib/internal_video/composer.libraries.json"
    ]
}

```

From now on, every time the "composer.json" file is updated, it will also read the content of "composer.libraries.json" file located at web/modules/contrib/internal\_video/ and update accordingly.

### Install libraries

[](#install-libraries)

Run the following command:

```
composer update drupal/internal_video --with-dependencies

```

Configurations
--------------

[](#configurations)

Go to `/admin/config/media/internal-video` and set the configuration.

###  Health Score

26

↓

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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 ~1 days

Total

16

Last Release

730d ago

Major Versions

1.x-dev → v2.0.02024-06-23

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/64967703?v=4)[Muhammad Usman](/maintainers/usmanjutt84)[@usmanjutt84](https://github.com/usmanjutt84)

---

Top Contributors

[![usmanjutt84](https://avatars.githubusercontent.com/u/64967703?v=4)](https://github.com/usmanjutt84 "usmanjutt84 (30 commits)")

### Embed Badge

![Health badge](/badges/usmanjutt84-internal-video/health.svg)

```
[![Health](https://phpackages.com/badges/usmanjutt84-internal-video/health.svg)](https://phpackages.com/packages/usmanjutt84-internal-video)
```

###  Alternatives

[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6942.5M420](/packages/drupal-core-recommended)

PHPackages © 2026

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