bandodebits / yii2-bdb-facebook
dev-master
2015-04-23 22:48 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2025-04-02 10:54:56 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(); ?>```