Download the PHP package geonetsolutions/socialwall without Composer

On this page you can find all versions of the php package geonetsolutions/socialwall. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package socialwall

Total Downloads Latest Stable Version License


Introduction

A simple package that integrates with different social platforms to provide a easy to use Social Wall for your next project.


Current Social Integrations


Installation Laravel 5.5 +

  1. Composer require the package:

  2. Let Laravel 5.5/5.6 Automatic Package Discovery do its thang!

Installation Laravel 5.4

  1. Composer require the package:

  2. Register the service provider in providers array:

Publishing the Included Assets / Config

To publish the included Vue.js Social Wall Component Run .

If you are provided with a list choose the option marked: .

The component will be copied into resources/assets/js/components/GeonetSocialWallComponent.vue. Obviously if this doesn't suit your project you can easily override it or implement your own.

The Config file will be published into your main application config folder: .


Implementing the Included Vue Component

Having setup your application front end tooling using the Laravel docs https://laravel.com/docs/5.6/frontend implement the included example component as follows:

  1. In your application add the following:

  2. Compile your front end assets if using Laravel Mix https://laravel.com/docs/5.6/mix

  3. Include the in your view to see the component output.

Customising the Component Output

If you want to switch the component from the default layout to a layout, simply add the property and set it to


Package Configuration Options

To override the package configuration use the following environment variables.

Key Required value Description
TRUE/FALSE Default is set to false. Enabled debug mode
* STRING Consumer key as provided by Twitter
* STRING Consumer secret as provided by Twitter
* STRING Consumer OAuth access token as provided by Twitter
STRING URL of the Twitter API, By Default the Users Timeline
INTEGER How many tweets to pull in, default is 10
* STRING App ID as Provided by Facebook
* STRING App Secret as provided by Facebook
* STRING Page ID of the Facebook Page to be streamed
* STRING Redirect URI for Facebook
INTEGER Number of Facebook Posts to Pull
* STRING Instagram Access Token
INTEGER Number of Instagram photos to pull, defaults to 10

Note: Use the following link to get the access token for instagram

https://api.instagram.com/oauth/authorize/?client_id=[CLIENT_ID]&redirect_uri=[REDIRECT_URI]&response_type=token


ENV Variables

Easy Copy & Paste ENV Variables! You're Welcome! :+1:



All versions of socialwall with dependencies

PHP Build Version
Package Version
Requires facebook/graph-sdk Version ^5.6
abraham/twitteroauth Version ^0.7.4
guzzlehttp/guzzle Version ^6.3
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package geonetsolutions/socialwall contains the following files

Loading the files please wait ....