Download the PHP package campaigningbureau/facebook-repository without Composer
On this page you can find all versions of the php package campaigningbureau/facebook-repository. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download campaigningbureau/facebook-repository
More information about campaigningbureau/facebook-repository
Files in campaigningbureau/facebook-repository
Download campaigningbureau/facebook-repository
More information about campaigningbureau/facebook-repository
Files in campaigningbureau/facebook-repository
Vendor campaigningbureau
Package facebook-repository
Short Description Acts as a repository that is able to poll the feed of facebook pages. Also comes with an optional caching decorator
License MIT
Package facebook-repository
Short Description Acts as a repository that is able to poll the feed of facebook pages. Also comes with an optional caching decorator
License MIT
Please rate this library. Is it a good library?
Informations about the package facebook-repository
Facebook Repository for >= Laravel 5.5
This package is able to load the latest posts from a facebook feed and return them. An optional caching decorator is available.
Usage
Step 1: Install Through Composer
Step 2: Register the Service Provider
Add the service provider to config/app.php
.
Step 3: Publish and edit the config file
Configuration
The facebook_app_id
and facebook_app_secret
fields need to be set with the API Key and Secret of your Facebook app.
By default they are populated with the .env variables FACEBOOK_APP_ID
and FACEBOOK_APP_SECRET
.
The caching configuration is required for the optional caching decorator.
All versions of facebook-repository with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.0.0
sammyk/laravel-facebook-sdk Version ^3.5
illuminate/cache Version 5.5.*
illuminate/support Version 5.5.*
sammyk/laravel-facebook-sdk Version ^3.5
illuminate/cache Version 5.5.*
illuminate/support Version 5.5.*
The package campaigningbureau/facebook-repository contains the following files
Loading the files please wait ....