tutorial_OpenID.pkg.html 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <?xml version="1.0" encoding="iso-8859-1"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <!-- template designed by Marco Von Ballmoos -->
  6. <title>PHP OpenID API</title>
  7. <link rel="stylesheet" href="../media/stylesheet.css" />
  8. <meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'/>
  9. </head>
  10. <body>
  11. <div class="page-body">
  12. <div><a name=""></a><div class="ref-title-box"><h1 class="ref-title">PHP OpenID API</h1></div>
  13. <div class="ref-synopsis"><span class="author">JanRain, Inc.
  14. <div class="author-blurb"><a href="mailto:openid@janrain.com">openid@janrain.com</a></div></span></div>
  15. <p>This is a complete implementation of the OpenID authentication
  16. protocol. This package contains:
  17. <ul><li>An OpenID server</li>
  18. <li>An OpenID consumer</li>
  19. <li>Stores for MySQL, PostgreSQL, SQLite, and filesystem-based OpenID data storage</li>
  20. <li>PHPUnit unit tests</li>
  21. <li>An example server and consumer</li></ul></p>
  22. <span><a name="users"></a><h2 class="title">For Package Users</h2><p>To install this package, copy the <code>Auth/</code>
  23. directory in this package to a directory in your PHP include path.
  24. Alternatively, modify your PHP include path to include the
  25. directory that contains <code>Auth/</code>. Any
  26. applications that need this package will then be able to use it.</p></span>
  27. <span><a name="developers"></a><h2 class="title">For Developers</h2><p>See the server and consumer examples in the
  28. <code>examples/</code> directory of the package. For
  29. details on how to run the examples, see
  30. <code>examples/README</code>. If you want to create your
  31. own OpenID data storage class, please see the <a href="../OpenID/Auth_OpenID_OpenIDStore.html">Auth_OpenID_OpenIDStore</a>
  32. class. For information on integrating OpenID relying party support into your site, see
  33. the class documentation for <a href="../OpenID/_Auth---OpenID---Consumer.php.html">Consumer.php</a>.</p></span>
  34. <span><a name="references"></a><h2 class="title">References</h2><p><ul><li><a href="http://www.openidenabled.com/openid/libraries/php">PHP OpenID Library</a></li>
  35. <li><a href="http://www.janrain.com">JanRain, Inc.</a></li>
  36. <li><a href="http://lists.openidenabled.com/mailman/listinfo/dev">OpenID Development Discussion List</a></li>
  37. <li><a href="http://www.openidenabled.com/yadis/libraries/php">PHP Yadis Library</a></li></ul></p></span></div>
  38. <p class="notes" id="credit">
  39. Documentation generated on Tue, 21 Apr 2009 11:31:28 -0700 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
  40. </p>
  41. </div></body>
  42. </html>