PHPackages                             gzero/vanilla-integration - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. gzero/vanilla-integration

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

gzero/vanilla-integration
=========================

Gzero Vanilla Integration

v2.0.0(9y ago)08521MITPHPPHP &gt;=7.1.0

Since Nov 24Pushed 9y ago2 watchersCompare

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

READMEChangelog (4)Dependencies (9)Versions (5)Used By (0)

GZERO vanilla-integration
=========================

[](#gzero-vanilla-integration)

Vanilla forum integration package for GZERO CMS

Table of contents
=================

[](#table-of-contents)

- [Installation](#installation)
- [Configuration](#configuration)
- [Overriding configuration](#overriding-configuration)
- [How to use this integration](#how-to-use-this-integration)

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

[](#installation)

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

```
"require": {
    "gzero/vanilla-integration": "^2.0",
}
```

Next, update Composer from the Terminal:

```
composer update

```

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

[](#configuration)

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

```
'Gzero\Vanilla\ServiceProvider'
```

### Overriding configuration

[](#overriding-configuration)

In order to override some of the configuration options publish configuration file:

```
php artisan config:publish gzero/vanilla-integration

```

Set required credentials for given service in published package config file

```
return [
   'forum_domain' => 'vanilla.dev',
   'sso'          => 'http://vanilla.dev/sso',
   'client_id'    => 'your_vanilla_client_id',
   'secret'       => 'your_vanilla_secret',
];
```

Set sso url in Vanilla Forum jsConnect settings

```
http://dev.gzero.pl/_hidden/vanilla-sso
```

### How to use this integration

[](#how-to-use-this-integration)

To make sure that user is synchronized with your GZERO CMS site, you should always use `forum_url()` helper to build url to all forum pages.

```
URL::to(forum_url());
return Redirect::to(forum_url());
return Redirect::to(forum_url('categories'));
```

To get very tight SSO integration with Vanilla forum, you will also want to follow these steps.

\####In Vanilla:

- Change your registration method to 'Connect' to block non-SSO users from registering.
- Set your sign-in, sign-out, and registration URLs under jsConnect's settings in your Dashboard.
- Check "Make this connection your default signin method."
- Set up "Sign In Url", "Register Url" and "Sign Out Url" in jsConnect integration page

\####In GZERO CMS:

- Always use `forum_url` helper

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 72.7% 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 ~174 days

Total

4

Last Release

3305d ago

Major Versions

v0.1 → v1.02016-01-02

v1.1 → v2.0.02017-05-01

PHP version history (2 changes)v0.1PHP &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 (16 commits)")[![PSkierniewski](https://avatars.githubusercontent.com/u/6221292?v=4)](https://github.com/PSkierniewski "PSkierniewski (6 commits)")

---

Tags

laravelcmsintegrationvanilla forum

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

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

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

###  Alternatives

[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k12.1M99](/packages/laravel-pulse)[psalm/plugin-laravel

Psalm plugin for Laravel

3274.9M308](/packages/psalm-plugin-laravel)[watson/active

Laravel helper for recognising the current route, controller and action

3253.6M14](/packages/watson-active)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[anahkiasen/former

A powerful form builder

1.4k1.4M14](/packages/anahkiasen-former)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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