PHPackages                             misfrog/cake-social - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. misfrog/cake-social

ActiveCakephp-plugin

misfrog/cake-social
===================

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

042PHP

Since May 7Pushed 12y ago1 watchersCompare

[ Source](https://github.com/misfrog/cake-social)[ Packagist](https://packagist.org/packages/misfrog/cake-social)[ RSS](/packages/misfrog-cake-social/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Cake Social
===========

[](#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
------------

[](#requirements)

CakePHP v2.x
Composer

Installation
------------

[](#installation)

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

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

```

Enable plugin
-------------

[](#enable-plugin)

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

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

Sample Applications
-------------------

[](#sample-applications)

An example project is available in the [showcase repository](https://github.com/misfrog/cake-social-showcase).

How to use
----------

[](#how-to-use)

TODO

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5608617?v=4)[Kohei](/maintainers/misfrog)[@misfrog](https://github.com/misfrog)

---

Top Contributors

[![misfrog](https://avatars.githubusercontent.com/u/5608617?v=4)](https://github.com/misfrog "misfrog (10 commits)")

### Embed Badge

![Health badge](/badges/misfrog-cake-social/health.svg)

```
[![Health](https://phpackages.com/badges/misfrog-cake-social/health.svg)](https://phpackages.com/packages/misfrog-cake-social)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
