PHPackages                             gzero/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. [Framework](/categories/framework)
4. /
5. gzero/social

ActiveLibrary[Framework](/categories/framework)

gzero/social
============

Gzero Social Plugin

v3.0.0(9y ago)01.3kMITPHPPHP &gt;=7.1.0

Since Jan 2Pushed 8y ago8 watchersCompare

[ Source](https://github.com/GrupaZero/social)[ Packagist](https://packagist.org/packages/gzero/social)[ RSS](/packages/gzero-social/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)Dependencies (10)Versions (9)Used By (0)

GZERO SOCIAL
============

[](#gzero-social)

=== Social package for GZERO CMS

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

[](#installation)

Begin by installing this package through Composer. Edit your project's composer.json file to require gzero/social.

```
"require": {
    "gzero/social": "3.*",
},
"minimum-stability" : "stable"
```

Next, update Composer from the Terminal:

```
composer update

```

- create database schema (remember to set env to dev)

```
php artisan migrate

```

Configuration
-------------

[](#configuration)

Add the service provider to platform configuration in `config/app.php`

```
Gzero\Social\ServiceProvider::class
```

### OAuth credentials

[](#oauth-credentials)

Set required credentials for given service in services config file

```
'google' => [
    'client_id'     => 'your client_id',
    'client_secret' => 'your client_secret',
],

'facebook' => [
    'client_id'     => 'your client_id',
    'client_secret' => 'your client_secret',
],

'twitter' => [
    'client_id'     => 'your client_id',
    'client_secret' => 'your client_secret',
],
```

### Like buttons credentials

[](#like-buttons-credentials)

Set only client\_id for given service in services config file

```
'facebook' => [
    'client_id'     => 'your client_id',
],
```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 50% 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.

###  Release Activity

Cadence

Every ~96 days

Total

6

Last Release

3305d ago

Major Versions

v1.3.0 → v2.0.02017-03-27

v2.0.0 → v3.0.02017-04-30

PHP version history (2 changes)v1.0PHP &gt;=5.5.9

v2.0.0PHP &gt;=7.1.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/b6c935886d1946e6478e6c18bc9437fb1944c7e041198e431d028dca8f8189fa?d=identicon)[AdrianSkierniewski](/maintainers/AdrianSkierniewski)

---

Top Contributors

[![AdrianSkierniewski](https://avatars.githubusercontent.com/u/2774458?v=4)](https://github.com/AdrianSkierniewski "AdrianSkierniewski (21 commits)")[![PSkierniewski](https://avatars.githubusercontent.com/u/6221292?v=4)](https://github.com/PSkierniewski "PSkierniewski (12 commits)")[![MateuszUrbanowicz](https://avatars.githubusercontent.com/u/10204693?v=4)](https://github.com/MateuszUrbanowicz "MateuszUrbanowicz (6 commits)")[![michalstrzelecki](https://avatars.githubusercontent.com/u/3853055?v=4)](https://github.com/michalstrzelecki "michalstrzelecki (3 commits)")

---

Tags

pluginframeworklaravelcmssocial

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

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

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

###  Alternatives

[lavalite/cms

Lavalite - The Laravel CMS.

2.9k56.3k](/packages/lavalite-cms)[microweber/microweber

New generation CMS with drag and drop

3.4k13.8k1](/packages/microweber-microweber)[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)[kompo/kompo

Laravel &amp; Vue.js FullStack Components for Rapid Application Development

11812.4k21](/packages/kompo-kompo)[bpocallaghan/laravel-admin-starter

The Laravel Framework.

3511.4k](/packages/bpocallaghan-laravel-admin-starter)

PHPackages © 2026

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