Download the PHP package superrb/kunstmaan-social-media without Composer

On this page you can find all versions of the php package superrb/kunstmaan-social-media. 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 kunstmaan-social-media

KunstmaanSocialMediaBundle

The KunstmaanSocialMediaBundle makes working with social media feeds and the KunstmaanBundles CMS easier.

Currently supports Instagram, Tumblr, Twitter and Vimeo , will support Facebook and YouTube.

Installation

Step 1: Install the Bundle

Step 2: Enable the Bundle

Enable the bundle in your app/AppKernel.php for your project

Step 3: Add the routes

Add the following to your app/config/routes.yml

Remember to remove the /{_locale}/ from the admin list route if you are using single language.

Step 4: Generate Database Tables

You can use Doctrine Migrations or a schema update, it is your choice

or

Step 5: Add required config

Turn on the timestampable Doctrine extension in app/config/config.yml

Step 6: Add required parameters

Add these parameters to you app/config/parameters.yml and app/config/parameters.yml.dist if you use it.

Set them to true or false to turn on or off each feed.

Step 7: Create User Roles

Add the required User Roles to the system with the following command. You can then assign them to your user groups to give access.

Usage

Generating an Instagram Access Token

Setting Up Access To Tumblr Posts

Generating a Twitter Access Token

Generating a Vimeo Access Token

Updating Your Social Feed from the CLI

This allows you to update your social feed and pull in the latest posts ready for moderation from the project Admin List. You could set up a cron to run this.

Outputting Feed Items on the front end

You can output a list of your authorised feed items on the front end simply be rendering a controller action. This could also be added to a page part template to allow more control.

Issues and Troubleshooting

All issues: [email protected]


All versions of kunstmaan-social-media with dependencies

PHP Build Version
Package Version
Requires guzzlehttp/guzzle Version 6.*
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 superrb/kunstmaan-social-media contains the following files

Loading the files please wait ....