Download the PHP package statikbe/craft-video-parser without Composer
On this page you can find all versions of the php package statikbe/craft-video-parser. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download statikbe/craft-video-parser
More information about statikbe/craft-video-parser
Files in statikbe/craft-video-parser
Download statikbe/craft-video-parser
More information about statikbe/craft-video-parser
Files in statikbe/craft-video-parser
Vendor statikbe
Package craft-video-parser
Short Description Parse youtube & vimeo url's to make embeds
License MIT
Package craft-video-parser
Short Description Parse youtube & vimeo url's to make embeds
License MIT
Please rate this library. Is it a good library?
Informations about the package craft-video-parser
Video parser
This is a little plugin to get the ID from a youtube of vimeo URL, so that it can be used to create a video embed.
Usage
The plugin comes with a twig function that you use like this: ` It returns an object with the following properties:
- Type (youtube or vimeo)
- ID
- embedSrc (specific to the type)
- extraParts (url parameters separated by an &)
Then you can create your own embed as you see fit.
`
All versions of craft-video-parser with dependencies
PHP Build Version
Package Version
Requires
craftcms/cms Version
^5.0.0
The package statikbe/craft-video-parser contains the following files
Loading the files please wait ....