PHPackages                             andyjessop/socialist - 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. andyjessop/socialist

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

andyjessop/socialist
====================

A social authentication REST API for Laravel 5

014PHP

Since Jul 24Pushed 10y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Socialist
=========

[](#socialist)

A social authentication REST API for Laravel 5

**WARNING: THIS IS STILL UNDER DEVELOPMENT AND SHOULD IN NO WAY BE USED FOR PRODUCTION**

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

[](#installation)

Add the package to your composer.json file:

```
"require": {
    ...
    "andyjessop/socialist": "dev-master"
},

```

Then update:

```
composer update

```

Add the service provider to 'YourRoot/config/app.php' `providers` array

```
'providers' => [

    ...
    AndyJessop\Socialist\SocialistServiceProvider::class,
],

```

Publish the config and migration files:

```
php artisan vendor:publish

```

Run the migration

```
php artisan migrate

```

Events
------

[](#events)

Socialist exposes some events for you to hook into in your application. To register listeners, follow the instructions in the [Laravel Docs](http://laravel.com/docs/5.1/events#defining-listeners).

```
AndyJessop\Socialist\Events\UserHasLoggedIn

```

- fires when a user logs in
- exposes user data

    AndyJessop\\Socialist\\Events\\UserHasRegistered
- fires when a user is created
- exposes user data

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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/baac706a0a7b4b7bc1d15948eb8e2d409bbd1aa0dfd8d2d05e3bd5e857c993b2?d=identicon)[andyjessop](/maintainers/andyjessop)

### Embed Badge

![Health badge](/badges/andyjessop-socialist/health.svg)

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

###  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)
