PHPackages                             kicaj/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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. kicaj/social

ActiveCakephp-plugin[Authentication &amp; Authorization](/categories/authentication)

kicaj/social
============

Social plugin for CakePHP

067PHP

Since Oct 20Pushed 5y ago1 watchersCompare

[ Source](https://github.com/kicaj/social)[ Packagist](https://packagist.org/packages/kicaj/social)[ RSS](/packages/kicaj-social/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (2)Used By (0)

Social plugin for CakePHP
=========================

[](#social-plugin-for-cakephp)

**NOTE:** It's still in development mode, do not use in production yet!

Requirements
------------

[](#requirements)

It is developed for CakePHP 4.x.

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

[](#installation)

You can install plugin into your CakePHP application using [composer](http://getcomposer.org).

The recommended way to install composer packages is:

```
composer require kicaj/social dev-master

```

Load the Plugin
---------------

[](#load-the-plugin)

Ensure the Social plugin is loaded in your src/Application.php file

```
$this->addPlugin('Social');

```

Usage
-----

[](#usage)

In your `config/bootstrap.php` or `app_local.php` add providers configuration

```
Configure::write('Social.Google.client_id', '[CLIENT_ID]');
Configure::write('Social.Google.client_secret', '[CLIENT_SECRET]');

```

When user correctly login, you can use event listener named `Social.login`.

TODOs
-----

[](#todos)

- Social logins (just logins)
    - Google
    - Facebook
    - GitHub
    - Twitter
    - LinkedIn
    - BitBucket
- Separate register (and login)
- Social share
- Social meta
- Expansibility logins, interface class

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 98.6% 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://www.gravatar.com/avatar/9c20760f298eae29425dd1c6180f208aedd70750a1bf2ecc350956a1587d6b4c?d=identicon)[kicaj](/maintainers/kicaj)

---

Top Contributors

[![kicaj](https://avatars.githubusercontent.com/u/3750725?v=4)](https://github.com/kicaj "kicaj (73 commits)")[![stickler-ci](https://avatars.githubusercontent.com/u/16011037?v=4)](https://github.com/stickler-ci "stickler-ci (1 commits)")

---

Tags

cakephpcakephp-pluginfacebook-logingithub-logingoogle-loginsocial-login

### Embed Badge

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

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

###  Alternatives

[namshi/jose

JSON Object Signing and Encryption library for PHP.

1.8k99.6M101](/packages/namshi-jose)[league/oauth1-client

OAuth 1.0 Client Library

99698.8M106](/packages/league-oauth1-client)[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[gesdinet/jwt-refresh-token-bundle

Implements a refresh token system over Json Web Tokens in Symfony

70516.4M35](/packages/gesdinet-jwt-refresh-token-bundle)[league/oauth2-google

Google OAuth 2.0 Client Provider for The PHP League OAuth2-Client

41721.2M118](/packages/league-oauth2-google)[illuminate/auth

The Illuminate Auth package.

9327.3M1.0k](/packages/illuminate-auth)

PHPackages © 2026

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