-
Notifications
You must be signed in to change notification settings - Fork 1
/
ReadMe.txt
17 lines (14 loc) · 1.03 KB
/
ReadMe.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Author: CodexWorld
Author URL: http://www.codexworld.com/
Author Email: [email protected]
Tutorial Link: http://www.codexworld.com/login-with-google-api-using-php/
============ Introduction ============
This project helps web developers to implement the user registration with Google account using PHP at their website project. Also the user information would be stored at the MySQL database.
============ Installation ============
1. Create a database (codexworld) at phpMyAdmin.
2. Import the users.sql file into the database (codexworld).
3. Open the "includes/functions.php" file and modify the $dbServer, $dbUsername, $dbPassword, $dbName variables value with your phpMyAdmin details.
4. Open the "config.php" file and modify the $clientId, $clientSecret, $redirectUrl and $homeUrl variables value with your Google Project API credentials.
5. Test the functionalities.
============ May I Help You ===========
If you have any query about this script, please feel free to contact us at [email protected]. We will reply your query soon.