2017 © Pedro Peláez
 

cakephp-plugin cake-social

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

image

misfrog/cake-social

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

  • Wednesday, May 7, 2014
  • by misfrog
  • Repository
  • 1 Watchers
  • 0 Stars
  • 29 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Cake Social

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., (*1)

Requirements

CakePHP v2.x
Composer, (*2)

Installation

Ensure require is present in composer.json. This will install the plugin into Plugin/CakeSocial:, (*3)

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

Enable plugin

You need to enable the plugin in your app/Config/bootstrap.php file:, (*4)

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

Sample Applications

An example project is available in the showcase repository., (*6)

How to use

TODO, (*7)

The Versions

07/05 2014

dev-master

9999999-dev http://misfrog.com

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

  Sources   Download

MIT

The Requires

 

authentication social cakephp auth opauth