2017 © Pedro Peláez
 

yii2-extension yii2-facebook

Helper class to work with Facebook services and API

image

strong2much/yii2-facebook

Helper class to work with Facebook services and API

  • Monday, August 1, 2016
  • by strong2much
  • Repository
  • 1 Watchers
  • 0 Stars
  • 12 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 9 % Grown

The README.md

yii2-facebook

Helper class to work with Facebook services and API., (*1)

Installation

Install package by composer, (*2)

{
    "require": {
       "strong2much/yii2-facebook": "dev-master"
    }
}

Or

$ composer require strong2much/yii2-facebook "dev-master"

Use the following code in your configuration file to work with facebook graph api, (*3)

'facebook' => [
    'class' => 'strong2much\facebook\Api'
]

Use the following code to run widget in view:, (*4)

echo strong2much\facebook\widgets\LikeBoxWidget::widget([
    'appId' => '',
    'url' => '',
]);

The Versions

01/08 2016

dev-master

9999999-dev https://github.com/strong2much/yii2-facebook.git

Helper class to work with Facebook services and API

  Sources   Download

BSD-3-Clause

The Requires

 

yii2 facebook