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

ActiveLibrary

nullx27/eveonline-socialite
===========================

EveOnline SSO Provider for Laravel Socialite

v0.5(8y ago)62.1k9[1 issues](https://github.com/nullx27/eveonline-socialite/issues)MITPHPPHP ^5.6 || ^7.0

Since Aug 31Pushed 4y ago4 watchersCompare

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

READMEChangelog (4)Dependencies (2)Versions (6)Used By (0)

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

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

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

[](#installation-and-config)

Install Larvel Socialite (see here: )

Install the eveonline socialite provider

```
composer require nullx27/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

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

```

#### Laravel 5.5

[](#laravel-55)

Service Provider is auto discovered.

Usage
-----

[](#usage)

```
