PHPackages                             widmogrod/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. widmogrod/zf2-facebook-module

ActiveLibrary

widmogrod/zf2-facebook-module
=============================

Zend Framework 2 module providing integration with Facebook php-sdk

162796[2 issues](https://github.com/widmogrod/zf2-facebook-module/issues)PHP

Since Jun 19Pushed 12y ago5 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

FacebookBundle - NOT MAINTAINED.
================================

[](#facebookbundle---not-maintained)

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

[](#introduction)

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

P.S. Sorry for my english. If You wish to help me with this project or correct my english description - You are welcome :)

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

[](#requirements)

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

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

[](#installation)

1. `cd my/project/directory`
2. Create a `composer.json` file with following content:

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

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

How to use
----------

[](#how-to-use)

```
// in controller
$this->getLocator()->get('facebook') // Facebook object
```

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

[](#how-to-setup)

```
