The core PHP Yadis implementation.
PHP versions 4 and 5
LICENSE: See the COPYING file included in this distribution.
Class | Description |
---|---|
Auth_Yadis_DiscoveryResult | Contains the result of performing Yadis discovery on a URI. |
Auth_Yadis_Yadis | This is the core of the PHP Yadis library. This is the only class a user needs to use to perform Yadis discovery. This class performs the discovery AND stores the result of the discovery. |
Need both fetcher types so we can use the right one based on the presence or absence of CURL.
Need this for parsing HTML (looking for META tags).
Need this to parse the XRDS document during Yadis discovery.
Perform the Yadis protocol on the input URL and return an iterable of resulting endpoint objects.
input_url: The URL on which to perform the Yadis protocol
Documentation generated on Tue, 09 Sep 2008 12:12:28 -0700 by phpDocumentor 1.3.2