Home PHP Libraries Other libraries PHP major website login library

oauth login library for Codeigniter. / Codeigniter's oauth login library

Following sites supported:

china/domestic website: 163 login, Qihoo 360 login, Douban login, QQ login, Renren login, Sina Weibo login

English/foreign bitbucket dropbox facebook flickr google linkedin microsoft/MSN tumblr twitter yahoo

Disclaimer

All resources on this site are contributed by netizens or reprinted by major download sites. Please check the integrity of the software yourself! All resources on this site are for learning reference only. Please do not use them for commercial purposes. Otherwise, you will be responsible for all consequences! If there is any infringement, please contact us to delete it. Contact information: admin@php.cn

Related Article

Is there any PHP class library and function module sharing website in China similar to phpclasses? Is there any PHP class library and function module sharing website in China similar to phpclasses?

11 Oct 2016

Question: Are there any PHP class libraries and functional module sharing websites in China similar to phpclasses? Just take some extensions and you can use or learn them directly.

Three solutions for forgotten PHP website login password Three solutions for forgotten PHP website login password

12 Apr 2023

With the popularity of the Internet, more and more people need to set up various online accounts to meet the needs of daily life. At the same time, in order to protect the security of your account, many websites require a login password. But sometimes, we may forget our password for various reasons. In this article, we will share several methods to recover your PHP website login password to help you regain control of your account. Method 1: Retrieve your password. Usually, the PHP website will ask you to enter your email address when registering, so that you can easily retrieve your account if you forget your password. The method for retrieving your password is similar to that on other websites

How to use PHP and Xunsearch to implement book search function on library website How to use PHP and Xunsearch to implement book search function on library website

31 Jul 2023

How to use PHP and Xunsearch to implement the book search function of library websites. In modern society, libraries, as knowledge warehouses and information centers, play an important role in the process of people acquiring knowledge and learning. In order to better meet the needs of readers, the search function of the library website is particularly important. This article will introduce how to use PHP and Xunsearch to implement the book search function of the library website. Install and configure Xunsearch First, we need to install and configure Xunsearch. Xuns

Second-hand recycling website uses user login log function developed in PHP Second-hand recycling website uses user login log function developed in PHP

01 Jul 2023

The second-hand recycling website uses the user login log function developed in PHP. As a second-hand recycling website, the user login log is one of the very important functions. By recording users' login information, website administrators can better manage user accounts and ensure the security of user accounts. In this article, we will introduce how to use PHP to develop user login log function, and attach the corresponding code examples. First, we need to create a database to store user login information. This can be achieved using MySQL or other relational databases. Here is an example number

How to import third-party libraries in ThinkPHP How to import third-party libraries in ThinkPHP

03 Jun 2023

Third-party class libraries Third-party class libraries refer to other class libraries besides the ThinkPHP framework and application project class libraries. They are generally provided by third-party systems or products, such as class libraries of Smarty, Zend and other systems. For the class libraries imported earlier using automatic loading or the import method, the ThinkPHP convention is to use .class.php as the suffix. Non-such suffixes need to be controlled through the import parameters. But for the third type of library, since there is no such agreement, its suffix can only be considered to be php. In order to easily introduce class libraries from other frameworks and systems, ThinkPHP specifically provides the function of importing third-party class libraries. Third-party class libraries are uniformly placed in the ThinkPHP system directory/

Use jquery.noConflict() to solve the problem of conflicts between jquery library and other libraries Use jquery.noConflict() to solve the problem of conflicts between jquery library and other libraries

20 Jun 2017

When developing with jQuery, you may also use other JS libraries, such as Prototype, but conflicts may occur when multiple libraries coexist; if conflicts occur, you can solve them through the following solutions: 1. jQuery libraries in other Import the library before and use the jQuery (callback) method directly such as:

See all articles