fivejars / vyva
Open Y Virtual Y Video Automation
Installs: 22
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:drupal-module
pkg:composer/fivejars/vyva
Requires
This package is auto-updated.
Last update: 2025-10-26 19:01:21 UTC
README
Installation
Prerequisites
You should have Open Y Virtual Y modules installed. See https://github.com/ymcatwincities/openy_gated_content.
With Composer 2+
With Composer 2+ the installation should be as simple as composer require fivejars/vyva.
With Composer 1.x
Try installing it with composer require fivejars/vyva.
If it fails, it means that the package is not going to be available at packagist for composer 1.x.
Edit you root composer.json file, add the package information to the repositories sections:
{
"type": "package",
"package": {
"name": "fivejars/vyva",
"version": "1.0.0",
"type": "drupal-module",
"dist": {
"url": "https://github.com/fivejars/openy_vyva/archive/1.0.0.zip",
"type": "zip"
}
}
}
Now install it with composer require fivejars/vyva.
Module installation
Install as any other drupal module:
- login as an administrator
- go to Admin Menu > Extend
- find the "Virtual Y Video Automation", tick the checkbox next to it, click on the "Install" button.
- verify that the module is installed:
- there is Admin menu > Virtual Y > Virtual YMCA settings > Video Automation menu item
- it navigates to the form for the Video Automation Configuration
- configure the module according to the https://github.com/fivejars/vyva/wiki/Drupal-module-installation-and-configuration