PHPackages                             copadia/php-video-url-parser - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. copadia/php-video-url-parser

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

copadia/php-video-url-parser
============================

A Simple and efficient PHP Video URL Parser that gives you thumbnails and embed codes for various services as Youtube, Vimeo, DailyMotion and Facebook

v1.0.3(6y ago)115.0k↓26.9%3MITPHPPHP &gt;=5.3

Since Aug 31Pushed 6y agoCompare

[ Source](https://github.com/Copadia-team/php-video-url-parser)[ Packagist](https://packagist.org/packages/copadia/php-video-url-parser)[ RSS](/packages/copadia-php-video-url-parser/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (16)Used By (0)

PHP Video URL Parser
====================

[](#php-video-url-parser)

PHP Video URL Parser is a parser that detects a given video url and returns an object containing information like the video's embed code, title, description, thumbnail and other information that the service's API may give.

Installation
------------

[](#installation)

Install the latest version with

```
$ composer require copadia/php-video-url-parser
```

Requirements
------------

[](#requirements)

- PHP 5.3
- cURL (Or at least file\_get\_contents() enabled if you want to use it with Vimeo, otherwise it's not required)

Basic Usage
-----------

[](#basic-usage)

```
