PHPackages                             pdefreitas/vanillasso - 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. [API Development](/categories/api)
4. /
5. pdefreitas/vanillasso

ActiveLibrary[API Development](/categories/api)

pdefreitas/vanillasso
=====================

A way to connect your Laravel application into Vanilla Forum via jsConnect.

76486[2 issues](https://github.com/pdefreitas/Laravel-VanillaSSO/issues)PHP

Since Feb 18Pushed 11y ago2 watchersCompare

[ Source](https://github.com/pdefreitas/Laravel-VanillaSSO)[ Packagist](https://packagist.org/packages/pdefreitas/vanillasso)[ RSS](/packages/pdefreitas-vanillasso/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel-VanillaSSO
==================

[](#laravel-vanillasso)

This package allows you to use jsConnect of Vanilla Forums in your Laravel 4 application.

SSO (Single Sign-on) will save your time if you want to implement a forum on your Laravel 4 application.

The package is availabe on Packagist

If you want to implement it into your Laravel installation:

1. Edit the composer.json file

```
"require": {
 ...
 "pdefreitas/vanillasso": "dev-master",
 ...
},

```

2. Update the composer

`$ composer update`

3. Edit the providers Array() in app.php (app/config/app.php)

```
'providers' => array(
...
 'Pdefreitas\VanillaSSO\VanillaSSOServiceProvider',
...
),

```

4. Publish the vanillasso.php config file to make it accessible in app/config/packages/pdefreitas/vanillasso/vanillasso.php

```
 php artisan config:publish pdefreitas/vanillasso

```

Routes
======

[](#routes)

Here is an example of a route that you may use (app/routes.php):

```
Route::group(array('before' => 'auth'), function()
{
    Route::get('/jsonp', 'VanillaSSOController@jsonResponse');
});

```

Configuration
=============

[](#configuration)

You can directly edit config\\vanillasso.php or add it to your application.

The configuration file looks like this:

```
return array(
    //The string client ID that you set up in the jsConnect settings page.
    "client_id" => "",
    //The string secred that you set up in the jsConnect settings page.
    "secret" => ""
);

```

Please note that this plugin supports MD5 and SHA1 hashes from JSconnect.

License
=======

[](#license)

Check LICENSE for more information.

Credits
=======

[](#credits)

I want to thank Todd Burry from Vanilla Forums. This file helped producing this package:

Hints
=====

[](#hints)

If you use Vanilla 2.1 there is an annoying bug that you have to alter a table in order to jsConnect 1.4.1 be supported:

```
ALTER TABLE GDN_UserAuthenticationProvider ADD IsDefault BOOLEAN NOT NULL DEFAULT FALSE;

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance14

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 72.2% 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/59683b6cd23786a5ad95b0cfbefd76118d54f1842f92ed480c9be8d2f4a5eee9?d=identicon)[pdefreitas](/maintainers/pdefreitas)

---

Top Contributors

[![pdefreitas](https://avatars.githubusercontent.com/u/5927433?v=4)](https://github.com/pdefreitas "pdefreitas (13 commits)")[![egdavid](https://avatars.githubusercontent.com/u/10560326?v=4)](https://github.com/egdavid "egdavid (4 commits)")[![valeryan](https://avatars.githubusercontent.com/u/1508761?v=4)](https://github.com/valeryan "valeryan (1 commits)")

### Embed Badge

![Health badge](/badges/pdefreitas-vanillasso/health.svg)

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

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M478](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M271](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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