Home » XML » XML_XRD
PHP library to parse and generate "Extensible Resource Descriptor" (XRD + JRD) files
This package is unmaintained.
Download latest release 0.3.1 (there might be newer Composer installable version)
License: LGPL
Description
PHP library to parse and generate "Extensible Resource Descriptor (XRD) Version 1.0" files.
XRD and JRD files are used for ".well-known/host-meta" files as standardized in
"RFC 6415: Web Host Metadata", as well as in the
"LRDD (Link-based Resource Descriptor Discovery)" files linked from it.
The XRD format supercedes the XRDS format defined in XRI 2.0, which is used in
the Yadis communications protocol.
Documentation
Maintainers
- Christian Weiske (cweiske) — lead, active
Dependencies
Required
- PHP (>= 5.3.0)
- PEAR Installer (>= 1.9.0)
Releases
- 0.3.1 (alpha, 2014-07-17)
Release notes
License: LGPL
- Fix docblocks
- 0.3.0 (alpha, 2013-04-26)
Release notes
License: LGPL
- Full JRD loading and saving support
- BC break: toXML() deprecated. - 0.2.2 (alpha, 2012-02-21)
Release notes
License: LGPL
All exceptions are catchable with XML_XRD_Exception now
Bugs
No bugs.