elyes1991 / FacebookApp

PHP Basic Web Application allows a user to connect via facebook and to display facebook name and picture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FacebookApp

PHP Basic Web Application allows a user to connect via facebook and to display user facebook name and picture

  • /app

    The application configuration
  • /src

    Sources of the project
  • /controllers

    Project Controllers
  • /db

    Classes that connect to the database
  • /login

    Classes that authenticate and get profile data from third party providers
  • /models

    Application models
  • /templates

    Contains Application templates

Installation

The application requires Composer to install dependencies.

Install the dependencies.

$ cd FacebookApp
$ Composer install
$ Composer dump-autoload -o

About

PHP Basic Web Application allows a user to connect via facebook and to display facebook name and picture


Languages

Language:PHP 100.0%