misfrog/cake-social

Social plugin for CakePHP v2.x, allows you to connect your applications with SaaS providers such as Facebook and Twitter.

Installs: 42

Dependents: 2

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:cakephp-plugin

dev-master 2014-05-07 05:03 UTC

This package is not auto-updated.

Last update: 2024-04-13 13:46:46 UTC


README

Cake Social is a plugin of the CakePHP 2.x that helps you connect your applications with Software-as-a-Service (SaaS) providers such as Facebook and Twitter.

Requirements

CakePHP v2.x
Composer

Installation

Ensure require is present in composer.json. This will install the plugin into Plugin/CakeSocial:

{
	"require": {
		"misfrog/cake-social": "*"
	}
}

Enable plugin

You need to enable the plugin in your app/Config/bootstrap.php file:

`CakePlugin::load('CakeSocial', array('routes' => true, 'bootstrap' => true));

Sample Applications

An example project is available in the showcase repository.

How to use

TODO