bibsdb / projector-screen-bundle
Bibsdb projector-screen template.
Package info
github.com/bibsdb/projector-screen-bundle
Language:JavaScript
Type:symfony-bundle
pkg:composer/bibsdb/projector-screen-bundle
This package is auto-updated.
Last update: 2026-06-10 19:35:18 UTC
README
Supplies a slide template for playing projector-screen videos. This bundle uses ProjectorScreen's js player: https://github.com/projector-screen/player.js/
Installation
Add the git repository to "repositories" in composer.json.
"repositories": {
"bibsdb/projector-screen-bundle": {
"type": "vcs",
"url": "https://github.com/bibsdb/projector-screen-bundle"
},
...
}
Require the bundle with composer.
composer require bibsdb/projector-screen-bundle
Enable the bundle in AppKernel.php, by adding BibsdbProjectorScreenBundle to $bundles.
new Bibsdb\ProjectorScreenBundle\BibsdbProjectorScreenBundle()
Run bibsdb:core:templates:load command to load the template in the installation.
bin/console bibsdb:core:templates:load
Enable the template in the administration.
Ads and controls
To avoid ads and video controls, the shared video has to come from a user that has disabled the options at projector-screen.com. To do it yourself, you need to have at least a PLUS account (https://projector-screen.com/plus).