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)