⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 简介:一款免费开源的内容管理系统(CMS)
💻
字号:
PHP OpenID----------This is the PHP OpenID library by JanRain, Inc.  You can visit ourwebsite for more information about this package and other OpenIDimplementations and tools:  http://www.openidenabled.com/INSTALLATION============You will need PHP 4.3.0 or greater to use this library.  We havetested the library on PHP 4.3.0, 4.4.1, and 5.1.1.At any time, visit the 'detect.php' script in the examples/ directoryto see a web page detailing the state of your PHP installation.  Thisscript will tell you if you meet the installation requirements.Follow these steps:1. Install dependencies.   - Enable either the GMP extension or Bcmath extension. (GMP is     STRONGLY recommended because it's MUCH faster!)  This is     required.   - Enable the CURL extension.   - If you plan to use SQLite, PostgreSQL, or MySQL to store OpenID     data, you'll need PEAR DB.  You can install this by running this     as root:     # pear install DB     You'll also need to install and enable the appropriate PHP     database extension.  Alternatively, you can store OpenID data on     the filesystem instead of using a relational database.  Nothing     special is required for using the filesystem method.   - Install either the DOM or domxml PHP XML processing extension.2. Use the PEAR installer to install the package.  To use the PEAR   installer, run this command from the package directory:   # pear install package.xml   If your PEAR version is sufficiently new, you can run this instead:   # pear install package2.xml   If the PEAR installer isn't available, you can copy the Auth/ and   Services/ directories into your PHP include path.TESTING YOUR SETUP==================You can use the example code to test your setup.  To run the exampleconsumer or server, follow the instructions in the examples/READMEfile.USING THE API=============The best way to get started using the API is to take a look at theexample consumer and server in the examples/ directory.  See theexamples/README file for more details.GETTING HELP============If you have any questions, recommendations, or patches, please tellus!  Subscribe to our OpenID development discussion list at  http://lists.openidenabled.com/mailman/listinfo/devDOCUMENTATION=============You can view the HTML library documentation in the doc/ directory.You can also find it on the web at  http://www.openidenabled.com/resources/docs/openid/php/This package's documentation is in PhpDoc format.  To generate thedocumentation, install phpdoc and run the admin/makedoc.sh script.Phpdoc lives at:  http://www.phpdoc.org/

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -