Skip to content

essence

765 2 22 BSD-2-Clause
3.5.4 (2 years ago) Mar 02 2013 130 (month)

Essence is a simple PHP library to extract media information from websites, like youtube videos, twitter statuses or blog articles.

Example Use


<?php
$Essence = new Essence\Essence();
$Media = $Essence->extract('http://www.youtube.com/watch?v=39e3KYAmXK4');

var_dump($Media);
// will result in array of values:
// type
// version
// url
// title
// description
// authorName
// authorUrl
// providerName
// providerUrl
// cacheAge
// thumbnailUrl
// thumbnailWidth
// thumbnailHeight
// html
// width
// height

Alternatives / Similar


1,953 v4.4.7 (a month ago) Oct 26 2013 compare
309 2.0.29 (a month ago) Sep 11 2013 compare

Other Languages

116,598 2021.12.17 (1 year, 1 month ago) Feb 22 2012 compare
722 1.4.0 (3 months ago) Jul 17 2019 compare
46,483 0.4.1650 (a month ago) Sep 01 2012 compare