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

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

molbal/eveonline-socialite
==========================

EveOnline SSO Provider for Laravel Socialite

1.0.1(5y ago)1311MITPHPPHP ^5.6 || ^7.0 || ^8.0

Since Aug 31Pushed 5y agoCompare

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

READMEChangelog (2)Dependencies (2)Versions (10)Used By (0)

Eve Online Provider for Laravel Socialite
=========================================

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

I do not claim authorship of the package, I have only updated the dependencies

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

[](#installation-and-config)

Install Larvel Socialite (see here: )

Install the eveonline socialite provider

```
composer require molbal/eveonline-socialite

```

Add the follwing to your .env file:

```
EVEONLINE_CLIENT_ID=
EVEONLINE_CLIENT_SECRET=
EVEONLINE_REDIRECT=

```

(Get your Eve Online SSO credentials here: )

#### Laravel &lt;= 5.4

[](#laravel--54)

Add the following to your config/app.php

```
Sayorus\Socialite\EveOnline\Providers\EveOnlineServiceProvider::class,

```

#### Laravel 5.5

[](#laravel-55)

Service Provider is auto discovered.

Usage
-----

[](#usage)

```
