2017 © Pedro Peláez
 

library laravel-facebook

Facebook SDK Bridge for Laravel

image

aplr/laravel-facebook

Facebook SDK Bridge for Laravel

  • Tuesday, May 22, 2018
  • by aplr
  • Repository
  • 1 Watchers
  • 1 Stars
  • 45 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 32 % Grown

The README.md

Laravel-Facebook

Travis Packagist license, (*1)

Introduction

The laravel-facebook package allows you to use the Facebook-SDK in a more laravel-ish way., (*2)

Installation

Require the aplr/laravel-facebook package in your composer.json and update your dependencies:, (*3)

$ composer require aplr/laravel-facebook

Laravel 5.5 uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider., (*4)

If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php, (*5)

Aplr\LaravelFacebook\ServiceProvider::class,

If you want to use the facade to conveniently access the Facebook SDK, add this to your facades in app.php:, (*6)

'Facebook' => Aplr\LaravelFacebook\Facade::class,

Configuration

The defaults are set in config/facebook.php. Copy this file to your own config directory to modify the values. You can publish the config using this command:, (*7)

$ php artisan vendor:publish --provider="Aplr\LaravelFacebook\ServiceProvider"

When using the default package configuration, you can set the Facebook SDK credentials in your .env file:, (*8)

FACEBOOK_APP_ID=#YOUR APP ID#
FACEBOOK_APP_SECRET=#YOUR APP SECRET#
FACEBOOK_GRAPH_VERSION=v2.9

Licence

Laravel-Facebook is open-sourced software licensed under the MIT license., (*9)

The Versions

22/05 2018

dev-master

9999999-dev

Facebook SDK Bridge for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Andreas Pfurtscheller

laravel facebook facebook-sdk

22/05 2018

v0.1.4

0.1.4.0

Facebook SDK Bridge for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Andreas Pfurtscheller

laravel facebook facebook-sdk

12/10 2017

v0.1.3

0.1.3.0

Laravel Passport provides OAuth2 server support to Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Andreas Pfurtscheller

laravel facebook facebook-sdk

12/10 2017

v0.1.2

0.1.2.0

Laravel Passport provides OAuth2 server support to Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Andreas Pfurtscheller

laravel facebook facebook-sdk

12/10 2017

v0.1.1

0.1.1.0

Laravel Passport provides OAuth2 server support to Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Andreas Pfurtscheller

laravel facebook facebook-sdk

12/10 2017

v0.1.0

0.1.0.0

Laravel Passport provides OAuth2 server support to Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

  • illuminate/framework 5.5.x

by Andreas Pfurtscheller

laravel facebook facebook-sdk