Embed

Get info from any web service or page

MIT License

Downloads
7.6M
Stars
2.1K
Committers
71

Bot releases are hidden (Show)

Embed - 2.7.2

Published by oscarotero over 8 years ago

  • Added support for facebook videos #148
Embed - 2.7.1

Published by oscarotero over 8 years ago

  • Removed Facebook specific code in favor of generic oembed #144
  • Fixed OEmbed when returns arrays for a specific data #145 (thanks @stevecoug )
Embed - 2.7.0

Published by oscarotero over 8 years ago

  • New property: license #125
  • New property: linkedData #111
  • New option to the html provider: externalImages #133
  • Removed deprecated oembed providers: Oembed\Yfrog and Oembed\Soundcloud

Added the ability to access to the requests headers #123:

$info = Embed::create($url);

//access to the main request headers
$headers = $info->getRequest()->getHeaders();

//access to the images requests headers
foreach ($info->getImagesRequests() as $request) {
    $request->getHeaders();
}
Embed - 2.6.9

Published by oscarotero over 8 years ago

  • Fixed urls with port, username or pasword #138 (thanks @dman-coders)
  • Updated failing tests
Embed - 2.6.8

Published by oscarotero over 8 years ago

  • Fixed author recovering from dcterm adapter #127 (by @zyuhel)
  • Add news_keywords meta to get tags #130
  • Added support for thematic #129
  • Improved soundcloud to get info when the response code is 503
  • Improved spotify to get info from http://player.spotify.com urls
Embed - 2.6.7

Published by oscarotero over 8 years ago

Fixed bug related with images recovering in google plus #126

Embed - 2.6.6

Published by oscarotero over 8 years ago

  • Improved the info reported by the InvalidUrlException #120
  • Improved getting images from twitter cards
  • Fixed an error parsing the html when the response body begins with weird characters #58
  • Fixed wrong google plus url parsing (The plus symbol in https://plus.google.com/+carlsenverlag/posts/2hibgWrmhp1)
  • Added google plus support #124
Embed - 2.6.5

Published by oscarotero over 8 years ago

Prevent an exception in the html provider if the html cannot be parsed #58

Embed - 2.6.4

Published by oscarotero over 8 years ago

  • Fixed url parsing to diferenciate between /path/subpath/ and /path/subpath (with and without trailing slash), to fix #119
  • Minor fixes getting the images dimmensions.
Embed - 2.6.3

Published by oscarotero over 8 years ago

  • Fixed instagram oembed provider #118
  • Added phpunit as a dev requirement #116
  • Removed sstalle/php7cc dev dependency
Embed - 2.6.2

Published by oscarotero over 8 years ago

  • Ensure if the cookie file is writable by curl #114
  • Fixed the adapter for 500px.com.
Embed - 2.6.1

Published by oscarotero almost 9 years ago

  • Fixed #112 caused by wrong url parsing
  • Removed rdio support because it shut down
Embed - 2.6.0

Published by oscarotero almost 9 years ago

  • Added the tags property, to return an array with all tags found in the url (by @zyuhel)
  • Improved Bag::has() method to be similar to Bag::get() (by @zyuhel)
  • Improved XSS protection in the demo page
  • Improved .gitattributes to do not include the tests files in production (by @mburtscher)
  • Added an adapter for Sassmeister #49 (by @mburtscher)
Embed - 2.5.12

Published by oscarotero almost 9 years ago

Fixed width/height detection. Now, the same provider that returns the embed code, returns also the width and height of the code.

Embed - 2.5.11

Published by oscarotero almost 9 years ago

  • Fixed Achive.org provider #102
  • New adapter for imageshack.com
Embed - 2.5.10

Published by oscarotero almost 9 years ago

  • Fixed dot names in queries variables names #101
Embed - 2.5.9

Published by oscarotero almost 9 years ago

  • Improved code detection in opengraph provider
  • Added support for google maps
  • Added suppport for iframe.ly (as a fallback oembed provider)
Embed - 2.5.8

Published by oscarotero almost 9 years ago

  • Fixed Bambuser oembed (#86)
  • Added Adapter for 500px.com (#93)
  • Some internal improvements (#84, #90)
  • Other code improvements (#87, #91, etc).
  • Removed giphy adapter. (#99)
  • Code with <embed> or <object> tags have less priority than others (like <iframe> or <script>).
  • Tested in php7

thanks @thekillerfox, @zyuhel

Embed - 2.5.7

Published by oscarotero almost 9 years ago

  • Fixed flickr width/height returned
  • Fixed howcast url checking
  • Fixed configuration pased to imageInfo class (#80)
  • Minor code fixes
Embed - 2.5.6

Published by oscarotero almost 9 years ago

  • Base64 embedded images are included in the list of the images found
  • Some improvements on choose the best image