Php Video Url Parser Versions Save

A Simple and efficient PHP Video URL Parser that provides you thumbnails and embed codes for various video streaming websites

v1.0.2

4 years ago

v1.0.1

5 years ago

Vimeo Adapter Improvements

Minor Changes

  • Updated Vimeo Adapter to use oEmbed API endpoint instead of the old deprecated API v2

v1.0.0

5 years ago

After a few years (almost 3 years already !), this lib has been used and tested for a while now, and since that with pull request #8 there will be a lot of changes in favour to drop PHP 5 support, I decided to release it to v1.0.0 as it is today.

Thank you all for the feedbacks and issues.

v0.4.0

6 years ago

Added tests to support PHP 7.1 and PHP 7.2. Added a .gitignore file. Dropped tested support to HHVM due to conflicts with Travis HHVM implementation. Updated Youtube Service Adapter to keep the query-string on the video embed url.

v0.3.1

8 years ago

Major changes:

Now you can specify which scheme will be used in both video embed URL and video thumbnail's URL getters.

Minor changes:

  • Update on README.MD
  • Refactored CallableServiceAdapterFactoryInterface's namespace
  • Updated tests

v0.3

8 years ago

Major changes:

  • VideoServiceDetector is now VideoServiceMatcher by naming conventions/design patterns
  • Added tests to ensure at least 90% of tested code
  • More patterns for Vimeo
  • cURL is only required if you want to be able to use Vimeo

Minor changes:

  • Typos fixed
  • Removed PHPStorm project file (included mistakenly before)
  • Minor Code Optimizations

v0.2.2

8 years ago

Bugfix : Signature error

This release comes to fix a signature error where the default renderer would render height value instead of width and vice versa.

It's recommended to anyone using the version 0.2 to upgrade to this one.

v0.2.1

8 years ago

Minor Typo fix wich would cause an error in non-windows (oh the irony)

0.2

8 years ago

We are happy to announce the version 0.2 of this

Now we have one more service (making a total of 3)

Services Available :

  • Youtube
  • Vimeo
  • Dailymotion

0.1

8 years ago