PHPackages                             matthewpennell/eveonline-socialite-sisi - 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. matthewpennell/eveonline-socialite-sisi

ActiveLibrary

matthewpennell/eveonline-socialite-sisi
=======================================

EveOnline SSO (Singularity) Provider for Laravel Socialite

v0.4(8y ago)0285MITPHPPHP ^5.6 || ^7.0

Since Aug 31Pushed 8y ago1 watchersCompare

[ Source](https://github.com/matthewpennell/eveonline-socialite-sisi)[ Packagist](https://packagist.org/packages/matthewpennell/eveonline-socialite-sisi)[ RSS](/packages/matthewpennell-eveonline-socialite-sisi/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (2)Versions (5)Used By (0)

Eve Online Provider for Laravel Socialite (Singularity fork)
============================================================

[](#eve-online-provider-for-laravel-socialite-singularity-fork)

This provider is forked from  and modified for use with the Singularity test oAuth server and API.

Installation and config
-----------------------

[](#installation-and-config)

Install Laravel Socialite (see here: )

Install the eveonline socialite (sisi) provider

```
composer require matthewpennell/eveonline-socialite-sisi

```

Add the following to your .env file:

```
TESTEVEONLINE_CLIENT_ID=
TESTEVEONLINE_CLIENT_SECRET=
TESTEVEONLINE_REDIRECT=

```

(Get your Eve Online SSO credentials here:  - note that this is the Singularity version of the developers site)

#### Laravel &lt;= 5.4

[](#laravel--54)

Add the following to your config/app.php

```
matthewpennell\Socialite\EveOnline\EveOnlineServiceProvider::class,

```

#### Laravel 5.5

[](#laravel-55)

Service Provider is auto discovered.

Usage
-----

[](#usage)

```
