PHPackages                             azine/video.js-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. azine/video.js-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

azine/video.js-bundle
=====================

video.js asset bundle for Symfony applications

01.3kJavaScriptCI failing

Since May 22Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/azine/AzineVideoJsBundle)[ Packagist](https://packagist.org/packages/azine/video.js-bundle)[ RSS](/packages/azine-videojs-bundle/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (2)Used By (0)

Azine video.js Bundle for Symfony
=================================

[](#azine-videojs-bundle-for-symfony)

A lightweight Symfony bundle that exposes video.js assets for use in Twig templates.

Requirements
------------

[](#requirements)

- PHP `^8.5`
- Symfony FrameworkBundle `^7.4`

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

[](#installation)

Install via Composer:

```
composer require azine/video.js-bundle
```

Enable the bundle (only needed for Symfony versions that do not use Flex auto-registration):

```
// config/bundles.php
return [
    // ...
    Azine\VideoJsBundle\AzineVideoJsBundle::class => ['all' => true],
];
```

Install bundle assets:

```
php bin/console assets:install public
```

Usage
-----

[](#usage)

Reference bundle assets in Twig:

```

```

Development
-----------

[](#development)

Run checks locally:

```
composer validate --strict --no-check-publish
composer update
composer test
```

Upgrade notes
-------------

[](#upgrade-notes)

### Modernization for PHP 8.5 / Symfony 7.4

[](#modernization-for-php-85--symfony-74)

- Raised minimum runtime to PHP 8.5.
- Updated Symfony dependency target to FrameworkBundle 7.4.
- Replaced legacy Composer autoload metadata (`target-dir`/PSR-0) with PSR-4 autoloading.
- Added PHPUnit 12 configuration and a baseline test suite entry point.
- Added GitHub Actions CI to validate Composer metadata and run tests on each push and pull request.

License
-------

[](#license)

Refer to the source code of included video.js files for upstream license details. The bundle itself is Apache-2.0 licensed.

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance61

Regular maintenance activity

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity13

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/c7470a17733e057a8a2689dc67bf331bb7c0e9a8c0e871c4c42aba4057cb04ce?d=identicon)[azine](/maintainers/azine)

---

Top Contributors

[![azine](https://avatars.githubusercontent.com/u/3774977?v=4)](https://github.com/azine "azine (5 commits)")

### Embed Badge

![Health badge](/badges/azine-videojs-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/azine-videojs-bundle/health.svg)](https://phpackages.com/packages/azine-videojs-bundle)
```

###  Alternatives

[whitecube/laravel-timezones

Store UTC dates in the database and work with custom timezones in the application.

108139.5k](/packages/whitecube-laravel-timezones)[pre/plugin

951.4k15](/packages/pre-plugin)[square1/laravel-collection-rolling-average

Extend collections to support rolling average functionality.

2312.1k](/packages/square1-laravel-collection-rolling-average)[klisl/laravel-widgets

Package for using widgets in Laravel-5

103.7k](/packages/klisl-laravel-widgets)

PHPackages © 2026

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