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
Requires
- php: >=5.2.0
- composer/installers: 1.*
- opauth/opauth: >=0.4.0
This package is not auto-updated.
Last update: 2025-03-01 19:05:45 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