PHPackages                             chathura86/zf2-facebook-module - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. chathura86/zf2-facebook-module

ActiveLibrary[API Development](/categories/api)

chathura86/zf2-facebook-module
==============================

Zend Framework 2 module providing integration with Facebook php-sdk

0146PHP

Since Aug 6Pushed 12y ago1 watchersCompare

[ Source](https://github.com/chathura86/zf2-facebook-module)[ Packagist](https://packagist.org/packages/chathura86/zf2-facebook-module)[ RSS](/packages/chathura86-zf2-facebook-module/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

FacebookBundle. (This is a customized version and not yet suitable for general use.
===================================================================================

[](#facebookbundle-this-is-a-customized-version-and-not-yet-suitable-for-general-use)

I'll update this once it is suitable for general use. How ever feel free to use it if you know what you are doing.

Introduction
------------

[](#introduction)

FacebookBundle is simple integration with [Facebook php-sdk](https://github.com/facebook/facebook-php-sdk) library.

Requirements
------------

[](#requirements)

- Zend Framework 2 (). Tested on Zend Framework 2.0.0beta4.
- PHP 5.3 or gather

Installation
------------

[](#installation)

1. On your `composer.json` add:

```
{
    "require": {
        "chathura86/zf2-facebook-module": "dev-master"
    }
}
```

2. Run `php composer.phar install`
3. Open `configs/application.config.php` and add `'FacebookBundle'` to your `'modules'` parameter.

How to setup
------------

[](#how-to-setup)

```
