Home » Web Services » Services_oEmbed
A package for consuming oEmbed
This package is unmaintained.
Download latest release 0.2.1 (there might be newer Composer installable version)
License: New BSD License
Description
oEmbed (http://www.oembed.com) is an open specification for discovering more information about URI's. oEmbed services return structure meta-data about a URI (e.g. type of object, title, author information, thumbnail details, etc.).
Maintainers
- Bill Shupp (shupp) — lead, inactive
- Joe Stump (jstump) — lead, inactive
Dependencies
Required
- PHP (>= 5.2.0)
- PEAR Installer (>= 1.4.0b1)
- Validate (>= 0.8.4)
- Net_URL2 (>= 0.2.0)
- json (extension)
- pcre (extension)
- libxml (extension)
- SimpleXML (extension)
- curl (extension)
Releases
- 0.2.1 (alpha, 2015-02-13)
Release notes
License: New BSD License
- Fix #20496: discover() call misses $url parameter
- Fix #20497: Encoded entities not decoded during discovery - 0.2.0 (alpha, 2011-01-04)
Release notes
License: New BSD License
* Fixes E_STRICT warnings, per #18042
* Removed dependency on PEAR_Exception
* Removed dependency on HTTP_Request (lingering require_once)
* Added support for phpunit 3.5
* Added generatePackage.php for easy package maintenance - 0.1.0 (alpha, 2008-12-09)
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #18042 | Closed | Bug | 0.1.0 | 2010-11-10 | Unused HTTP_Request library is still included, throws 5.3 deprecation warnings |
| #20496 | Closed | Bug | 0.2.0 | 2015-02-01 | discover() call misses $url parameter |
| #20497 | Closed | Bug | 0.2.0 | 2015-02-01 | Encoded entities not decoded during discovery |
| #20501 | Open | Bug | 0.2.1 | 2015-02-13 | oEmbed discovery: support whitespace |