Download the PHP package usmanjutt84/internal_video without Composer

On this page you can find all versions of the php package usmanjutt84/internal_video. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package internal_video

Internal Video

It's useful when you want to add video from by the direct video path to the filesystem.

What is does?

It provides a field, widget and format called "Internal video" that accepts the absolute URL to the video (e.g https://www.example.com/video.mp4) and it used the Video.js plugin to show the video.

Installation

Use composer to install the module, run composer require usmanjutt84/internal_video

Install dependencies

The Internal video module comes shipped with a "composer.libraries.json" file containing information about all up-to-date libraries required by the module itself, and so we will be using this file to install all libraries by merging the "composer.libraries.json" with the "composer.json" file of our Drupal website.

Install Composer Merge Plugin

The merging is accomplished by the aid of the Composer Merge Plugin plugin available on GitHub, so from the project directory, open a terminal and run:

Include libraries into root Composer.json file

Edit the "composer.json" file of your website and under the "extra": { section add:

From now on, every time the "composer.json" file is updated, it will also read the content of "composer.libraries.json" file located at web/modules/contrib/internal_video/ and update accordingly.

Install libraries

Run the following command:

Configurations

Go to /admin/config/media/internal-video and set the configuration.


All versions of internal_video with dependencies

PHP Build Version
Package Version
Requires drupal/core Version ^9.4 || ^10
php Version >=8.1
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package usmanjutt84/internal_video contains the following files

Loading the files please wait ...