Skip to content

emgiezet/SilexFacebookAppSkeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Idea

This repo will be good start to make any kind of facebook app based on Silex, Faceboo, Twig, Doctrine.

All the good things that Symfony2 give us. But we don't really want to use entire Symfony2 but only some components that rocks hard as hell.

The main target is that we can deploy the app on the budget VPS servers.

But scalability is still available for developers.

Installation

Build Status

Using composer:

  1. Checkout the repository

    git clone ... ./

  2. Run the composer:

    php composer.phar update

  3. Configure your FacebookSDK params:

    ``#web/index.php

    ``

  4. Configure VHost:

    <VirtualHost *:80> DocumentRoot "/home/YourName/Workspace/Project/web" ServerName yourSuperbFbApp.local RewriteEngine On <directory "/home/YourName/Workspace/Project/web"> AllowOverride All

  5. Reload Apache config

    sudo service apache2 restart

Requirements

  • PHP 5.3
  • Doctrine supported db engine

Documentation

Licence

This code is released under GPL licence. Free for use.

Contributors

  • @emgiezet endorse

About

Integration of Silex FacebookSDK via Faceboo with Doctrine, Twig and Monolog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages