https://github.com/teltek/pumukityoutubebundle
https://github.com/teltek/pumukityoutubebundle
pumukit
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/teltek/pumukityoutubebundle
- Owner: teltek
- Created: 2015-11-13T12:06:24.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-05-02T10:51:34.000Z (about 1 year ago)
- Last Synced: 2025-05-02T11:46:27.981Z (about 1 year ago)
- Topics: pumukit
- Language: PHP
- Size: 6.71 MB
- Stars: 2
- Watchers: 7
- Forks: 3
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
PuMuKIT Youtube Bundle
=======================
This bundle requires PuMuKIT version 4 or higher
```bash
composer require teltek/pumukit-oai-bundle
```
if not, add this to config/bundles.php
```
Pumukit\YoutubeBundle\PumukitYoutubeBundle::class => ['all' => true]
```
Initialize bundle tags
```bash
php bin/console youtube:init:tags --force
```
Then execute the following commands
```bash
php bin/console cache:clear
php bin/console cache:clear --env=prod
php bin/console assets:install
```
Configure the bundle using documentation [Configuration Guide](Resources/doc/ConfigurationGuide.md).
With thanks to
--------------
We would like to thanks to the [University of the Basque Country](https://www.ehu.eus/en/en-home)
for their initial contributions.
We would also like to thanks to the [Universidade de Vigo](https://www.uvigo.gal/en),
[Campus do Mar](https://campusdomar.gal/en/) and to the
[Universidad Nacional de Educación a Distancia](https://www.uned.es/universidad/inicio/en/) for all the improvements contributed into this project.