Project | Technologies | Installation How to Contribute | License | ? Get in touch
MVC login system with PHP + Social login via Google and Facebook. The project aims to program the right way, with modern technology, design standards, follow community recommendations and abandon bad practices and language defects. Project support material.
Developed in Upinside Open Source Season 1. A 100% FREE project created by Robson V. Leite from UpInside to oxygenate PHP the right way in Brazil. ?
This project was developed with the following technologies:
PHP 7.4
MySQL
phpmailer
Google OAuth 2.0
Facebook OAuth 2.0
coffeecode
Clone the repo: git clone https://github.com/LeandroSantosGit/SistemaDeLogin.git
Go to theLoginSystem folder: cd SistemaDeLogin/
Install dependencies with composer: php composer install
Import the database in the folder: cd database/
Go to the source folder cd source/ and in the Config.php file configure:
SITE CONFIG;
DATABASE CONNECT;
SOCIAL CONFIG;
MAIL CONNECT;
SOCIAL LOGIN: FACEBOOK;
SOCIAL LOGIN: GOOGLE.
Run the built-in php server: php -S localhost:8000
You can now go to http://localhost:8080 to view the project.
Fork this repository;
Create a branch with your feature: git checkout -b minha-feature ;
Commit your changes: git commit -m 'feat: Minha nova feature' ;
Push to your branch: git push origin minha-feature .
After your pull request is merged, you can delete your branch.
This project is under the MIT license. See the LICENSE file for more details.