PHPackages                             aciliainternet/video-provider-bundle - 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. aciliainternet/video-provider-bundle

ActiveBundle

aciliainternet/video-provider-bundle
====================================

Acilia VideoProvider Bundle

0.7.8(8y ago)05.7k4PHPPHP &gt;=5.3.3

Since Oct 28Pushed 8y ago24 watchersCompare

[ Source](https://github.com/aciliainternet/VideoProviderBundle)[ Packagist](https://packagist.org/packages/aciliainternet/video-provider-bundle)[ Docs](https://github.com/aciliainternet/VideoProviderBundle)[ RSS](/packages/aciliainternet-video-provider-bundle/feed)WikiDiscussions master Synced 1mo ago

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

README
======

[](#readme)

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

[](#installation)

Require the bundle in your composer.json file:

```
$ composer require aciliainternet/video-provider-bundle --no-update

```

Register the bundle:

```
// app/AppKernel.php

public function registerBundles()
{
    return array(
        new Acilia\Bundle\VideoProviderBundle\AciliaVideoProviderBundle(),
        // ...
    );
}
```

Install the bundle:

```
$ composer update aciliainternet/video-provider-bundle

```

Configuration
-------------

[](#configuration)

Add the initialize arguments of selected provider to your config.

- **ThePlatform**:

```
# parameters.yml

video_provider_bundle.provider_init_args:
    user: provider_user
    password: *****
```

Configuration (Optional)
------------------------

[](#configuration-optional)

Configure video provider:

```
# parameters.yml

video_provider_bundle.provider: ThePlatform
```

Allowed providers:

- ThePlatform (Default)

Usage
-----

[](#usage)

```
// Get the service
$videoProvider = $this->get('acilia.video_provider');

// Call methods not covered by the interface
$videoProvider->call('setAccount', ['FIC Fox Play PT LF']);

// Get a video by ID
$video = $videoProvider->getVideoInfo('22070341236');

// Get videos from feed
$videos = $videoProvider->getVideosFromFeed('40xNZWrzTq0v');
```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~130 days

Total

15

Last Release

3030d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3f8bd559c389f9f3720e03dc1402f52e00754eed3c7479b9e6a2bd47464006fc?d=identicon)[aciliainternet](/maintainers/aciliainternet)

---

Top Contributors

[![developerlover](https://avatars.githubusercontent.com/u/2411263?v=4)](https://github.com/developerlover "developerlover (10 commits)")[![andres-montanez](https://avatars.githubusercontent.com/u/541125?v=4)](https://github.com/andres-montanez "andres-montanez (5 commits)")[![rodmen](https://avatars.githubusercontent.com/u/440704?v=4)](https://github.com/rodmen "rodmen (4 commits)")[![acilia](https://avatars.githubusercontent.com/u/229715?v=4)](https://github.com/acilia "acilia (1 commits)")[![carlosromero](https://avatars.githubusercontent.com/u/896056?v=4)](https://github.com/carlosromero "carlosromero (1 commits)")

---

Tags

bundle

### Embed Badge

![Health badge](/badges/aciliainternet-video-provider-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/aciliainternet-video-provider-bundle/health.svg)](https://phpackages.com/packages/aciliainternet-video-provider-bundle)
```

###  Alternatives

[twig/extra-bundle

A Symfony bundle for extra Twig extensions

91292.0M315](/packages/twig-extra-bundle)[winzou/state-machine-bundle

Bundle for the very lightweight yet powerful PHP state machine

34010.4M15](/packages/winzou-state-machine-bundle)[lexik/translation-bundle

This bundle allows to import translation files content into the database and provide a GUI to edit translations.

4362.7M19](/packages/lexik-translation-bundle)[pentatrion/vite-bundle

Vite integration for your Symfony app

2725.3M13](/packages/pentatrion-vite-bundle)[stfalcon/tinymce-bundle

This Bundle integrates TinyMCE WYSIWYG editor into a Symfony2 project.

2692.9M24](/packages/stfalcon-tinymce-bundle)[web-auth/webauthn-framework

FIDO2/Webauthn library for PHP and Symfony Bundle.

50570.7k1](/packages/web-auth-webauthn-framework)

PHPackages © 2026

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