bandodebits/yii2-bdb-facebook

facebook

dev-master 2015-04-23 22:48 UTC

This package is not auto-updated.

Last update: 2024-05-29 06:48:26 UTC


README

Bootstrap

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist bdb/yii2-bdb-facebook "*"

or add

"bdb/yii2-bdb-facebook": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \bdb\facebook\Connect::widget(); ?>```