Skip to content

essence

768 2 24 BSD-2-Clause
3.5.4 (21 Jan 2021) Mar 02 2013 122 (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


2,096 v4.4.14 (5 days ago) Oct 26 2013 compare
339 2.0.41 (3 months ago) Sep 11 2013 compare

Other Languages

3,703 2.0.0 (6 days ago) Jul 17 2019 compare
131,571 2021.12.17 (2 years ago) Feb 22 2012 compare
50,259 0.4.1730 (3 months ago) Sep 01 2012 compare
Was this page helpful?