Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Video.js Bundle Laravel Package

azine/video.js-bundle

View on GitHub
Deep Wiki
Context7

Azine video.js Bundle for Symfony

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

Requirements

  • PHP ^8.5
  • Symfony FrameworkBundle ^7.4

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

Reference bundle assets in Twig:

<link rel="stylesheet" href="{{ asset('bundles/azinevideojs/css/video-js.min.css') }}" />
<script src="{{ asset('bundles/azinevideojs/js/video.min.js') }}"></script>

Development

Run checks locally:

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

Upgrade notes

Modernization for PHP 8.5 / Symfony 7.4

  • 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

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

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
cadot.eu/make
besmartand-pro/php-quality-config
sentix/ai-chatbot
codifyo/ts-generator-bundle
mintobit/jobqueue
a4sex/maintenance-bundle
a4sex/entity-date-update
a4sex/client-identifier
a4sex/base-utilites
a4sex/key-value-storage
a4sex/micro-status
chilldev/dependency-injection-extra
datinglibre/datinglibre-app-api
biberltd/corebundle
bricre/symfony-bundle-test
biberltd/logbundle
dominium/http-adapter-bundle
dominium/google-analytics
a4sex/auto-clean-entity
christhompsontldr/laravel-inky