8000 GitHub - misfrog/cake-social: Social plugin for CakePHP v2.x, allows you to connect your applications with SaaS providers such as Facebook and Twitter.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

misfrog/cake-social

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

0