2017 © Pedro Peláez
 

library video-id-extractor

Extract video ID from the link. Supports youtube, facebook, vimeo

image

visionappscz/video-id-extractor

Extract video ID from the link. Supports youtube, facebook, vimeo

  • Friday, June 22, 2018
  • by visionappscz
  • Repository
  • 3 Watchers
  • 0 Stars
  • 2,220 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 2 Open issues
  • 5 Versions
  • 7 % Grown

The README.md

Video ID Extractor

Travis build status, (*1)

This library extracts video IDs from links to hosted videos., (*2)

The supported services are: * youtube * facebook * vimeo, (*3)

Getting Started

Installing

Install with composer, (*4)

require visionappscz/video-id-extractor

Usage example

use VideoIdExtractor\Extractor\VideoIdExtractException;
use VideoIdExtractor\Extractor\YoutubeVideoIdExtractor;  

...

$extractor = new YoutubeVideoIdExtractor();
try {
    $videoId = $extractor->extract('http://www.youtube.com/watch?v=uWhV5wSyxTI');
} catch (VideoIdExtractException $e) {
    die('The supplied link is not valid.)
}

The Versions

22/06 2018

dev-master

9999999-dev https://www.visionapps.cz

Extract video ID from the link. Supports youtube, facebook, vimeo

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

The Development Requires

video extract id

12/03 2018

dev-feature/remove-outdated-shields-from-readme

dev-feature/remove-outdated-shields-from-readme https://www.visionapps.cz

Extract video ID from the link. Supports youtube, facebook, vimeo

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

The Development Requires

video extract id

24/02 2018

v1.0.1

1.0.1.0 https://www.visionapps.cz

Extract video ID from the link. Supports youtube, facebook, vimeo

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

The Development Requires

video extract id

23/10 2017

dev-feature/add-status-badges

dev-feature/add-status-badges https://www.visionapps.cz

Extract video ID from the link. Supports youtube, facebook, vimeo

  Sources   Download

MIT

The Requires

 

The Development Requires

video extract id

01/12 2016

v1.0.0

1.0.0.0 https://www.visionapps.cz

Extract video ID from the link. Supports youtube, facebook, vimeo

  Sources   Download

MIT

The Requires

 

The Development Requires

video extract id