Skip to content

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

Notifications You must be signed in to change notification settings

Elyes-Be/FacebookApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages