Proposal for "Net_WebFinger"

» Metadata » Status
» Description

WebFinger implementation for PHP: Easy discovery of User meta data from just their e-mail address.

Discover meta data about users by just their email address.
Discoverable data may be the user's OpenID, profile page URL,
link to portable contacts, hcard, foaf and other user pages.

Distributed social networks use WebFinger to distribute public encryption keys,
OStatus and Salmon URLs.

Requires the XML_XRD package.

» Dependencies » Links
  • PHP >= 5.3.0
  • XML_XRD
  • Cache
» Timeline » Changelog
  • First Draft: 2012-02-02
  • Proposal: 2012-02-08
  • Call for Votes: 2012-02-16
  • Voting Extended: 1970-01-01
  • Christian Weiske
    [2012-02-10 11:12 UTC]

    add PHP dep for HM2k

  • Christian Weiske
    [2012-02-12 12:57 UTC]

    Version 0.2.0 is out, you can iterate with foreach() over the links now.