Download the PHP package schnti/video without Composer
On this page you can find all versions of the php package schnti/video. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package video
Video Plugin
A plugin for Kirby 3 CMS to embed content from YouTube without compromising privacy.
Commercial Usage
This plugin is free but if you use it in a commercial project please consider
Installation
Download
Download the files and place them inside site/plugins/video
.
Composer
Git Submodule
You can add the plugin as a Git submodule.
$ cd your/project/root
$ git submodule add https://github.com/schnti/kirby3-video.git site/plugins/video
$ git submodule update --init --recursive
$ git commit -am "Add Kirby video plugin"
Run these commands to update the plugin:
$ cd your/project/root
$ git submodule foreach git checkout master
$ git submodule foreach git pull
$ git commit -am "Update submodules"
$ git submodule update --init --recursive
CSS (SCSS)
or
JS
or
How to use it
Use this kirbytag
All versions of video with dependencies
PHP Build Version
Package Version
Requires
getkirby/composer-installer Version
^1.1
The package schnti/video contains the following files
Loading the files please wait ....