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.
Using composer:
-
Checkout the repository
git clone ... ./
-
Run the composer:
php composer.phar update
-
Configure your FacebookSDK params:
``#web/index.php
``
-
Configure VHost:
<VirtualHost *:80> DocumentRoot "/home/YourName/Workspace/Project/web" ServerName yourSuperbFbApp.local RewriteEngine On <directory "/home/YourName/Workspace/Project/web"> AllowOverride All
-
Reload Apache config
sudo service apache2 restart
- PHP 5.3
- Doctrine supported db engine
- DoctrineServiceProvider
- MonologServiceProvider
- TwigServiceProvider
- FormServiceProvider
- DoctrineServiceProvider
This code is released under GPL licence. Free for use.