PHPackages                             wikifab/simple-embed-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. wikifab/simple-embed-video

ActiveMediawiki-extension[Image &amp; Media](/categories/media)

wikifab/simple-embed-video
==========================

Mediawiki extension to integrate Video url from Youtube, vimeo, dailymotion, or others to come...

1.2.2(7y ago)03.0kJavaScript

Since Oct 24Pushed 7y ago2 watchersCompare

[ Source](https://github.com/Wikifab/ext-simple-embed-video)[ Packagist](https://packagist.org/packages/wikifab/simple-embed-video)[ RSS](/packages/wikifab-simple-embed-video/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (10)Used By (0)

SimpleEmbedVideo
================

[](#simpleembedvideo)

Description :
-------------

[](#description-)

This extension allow you to display a video with just its link and service (as Youtube, Vimeo and Dailymotion). The user has to choose with some buttons a service and then the link's field appears.

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

[](#installation)

Firstly this extension requires PageForm and EmbedVideo, two Mediawiki's extensions.

Download and extract the extension in the "extension" repository of your project. Your extension repository name has to be : SimpleEmbedVideo.

Once it's done,find the file LocalSettings.php and write at the end :

```
wfLoadExtension( 'SimpleEmbedVideo' );

```

Use
---

[](#use)

### Create the Semantic Properties

[](#create-the-semantic-properties)

First, you need to create the following Semantic Properties:

- TutoVideoService (Text)
- TutoVideoURL (Text)

### Create the Semantic Template

[](#create-the-semantic-template)

Then, you need to create a Semantic template (called "TutoVideo") with the following code:

```
Vidéo d'introduction

{{#ev:{{{TutoVideoService|}}} | {{{TutoVideoURL|}}} }}

```

This code will display the video and create 3 buttons which rezise screen video.

For more information, refer to the MediaWiki PageForm extension.

### Create the Semantic Form

[](#create-the-semantic-form)

On your MediaWiki page, where you want display a video from its link, enter this code :

```

{{{for template|TutoVideo|multiple|minimum=0|maximum instances=1|add button text=+ Ajouter une vidéo}}}
{{#formLinkVideo:{{{field|TutoVideoService|dropdown|class=embedVideoDropdown}}} | {{{field|TutoVideoURL|class=embedVideoUrlInput}}}}}
{{{end template}}}

```

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 54.5% 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 ~97 days

Recently: every ~124 days

Total

7

Last Release

2588d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/26b7c13f6509e6d6fdcddbc50c1e8e3d3bbd8dc905f84c83203687549a37dc15?d=identicon)[pyro853](/maintainers/pyro853)

---

Top Contributors

[![ClementFlipo](https://avatars.githubusercontent.com/u/17048004?v=4)](https://github.com/ClementFlipo "ClementFlipo (6 commits)")[![pierreboutet](https://avatars.githubusercontent.com/u/447459?v=4)](https://github.com/pierreboutet "pierreboutet (3 commits)")[![SoleneMoins](https://avatars.githubusercontent.com/u/26110781?v=4)](https://github.com/SoleneMoins "SoleneMoins (2 commits)")

### Embed Badge

![Health badge](/badges/wikifab-simple-embed-video/health.svg)

```
[![Health](https://phpackages.com/badges/wikifab-simple-embed-video/health.svg)](https://phpackages.com/packages/wikifab-simple-embed-video)
```

###  Alternatives

[goat1000/svggraph

Generates SVG graphs

133890.0k3](/packages/goat1000-svggraph)[imagekit/imagekit

PHP library for Imagekit

46877.3k10](/packages/imagekit-imagekit)[gravatarphp/gravatar

Gravatar URL builder which is most commonly called as a Gravatar library

12644.1k2](/packages/gravatarphp-gravatar)

PHPackages © 2026

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