PHPackages                             michielfb/socialite-exactonline - 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. michielfb/socialite-exactonline

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

michielfb/socialite-exactonline
===============================

Exact Online OAuth2 Provider for Laravel Socialite

0.1.1(9y ago)25043MITPHPPHP ^5.6 || ^7.0

Since Aug 17Pushed 9y ago1 watchersCompare

[ Source](https://github.com/michielfb/socialite-exactonline)[ Packagist](https://packagist.org/packages/michielfb/socialite-exactonline)[ RSS](/packages/michielfb-socialite-exactonline/feed)WikiDiscussions master Synced 4w ago

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

Exact Online Socialite Provider
===============================

[](#exact-online-socialite-provider)

This package extends the laravel/socialite package. It allows to create a 'login with Exact Online' feature within minutes.

Installation
============

[](#installation)

Use the steps below to install the package.

\##1. Composer `composer require michielfb/socialite-exactonline`

\##2. Register the service provider

- Remove the default SocialiteServiceProvider from your providers array in `config/app.php`
- Add `SocialiteProviders\Manager\ServiceProvider::class` to your providers array in `config/app.php`

\##3. Add an event and listener

Add the listener to the `listen` array in `EventServiceProvider` :

```
protected $listen = [
    ...
    \SocialiteProviders\Manager\SocialiteWasCalled::class => [
        '\Michielfb\SocialiteExactonline\ExactonlineExtendsSocialite@handle',
    ],
    ...
];

```

\##4. Register the client\_id and client\_secret Add a section to the array `app/services.php`. The `base_url` is optional. By default it will use the url for The Netherlands.

```
return [
    ...
    'exactonline' => [
        'client_id' => env('EXACTONLINE_CLIENT_ID'),
        'client_secret' => env('EXACTONLINE_CLIENT_SECRET'),
        'redirect' => env('EXACTONLINE_CALLBACK_URL'),
        'base_url' => env('EXACTONLINE_BASE_URL'),
    ],
    ....
];

```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity48

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3604d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3659033?v=4)[Michiel](/maintainers/michielfb)[@michielfb](https://github.com/michielfb)

### Embed Badge

![Health badge](/badges/michielfb-socialite-exactonline/health.svg)

```
[![Health](https://phpackages.com/badges/michielfb-socialite-exactonline/health.svg)](https://phpackages.com/packages/michielfb-socialite-exactonline)
```

###  Alternatives

[socialiteproviders/apple

Apple OAuth2 Provider for Laravel Socialite

599.1M13](/packages/socialiteproviders-apple)[socialiteproviders/microsoft

Microsoft OAuth2 Provider for Laravel Socialite

346.9M19](/packages/socialiteproviders-microsoft)[socialiteproviders/instagram

Instagram OAuth2 Provider for Laravel Socialite

401.9M5](/packages/socialiteproviders-instagram)[socialiteproviders/microsoft-azure

Microsoft Azure OAuth2 Provider for Laravel Socialite

586.8M25](/packages/socialiteproviders-microsoft-azure)[socialiteproviders/laravelpassport

LaravelPassport OAuth2 Provider for Laravel Socialite

621.3M8](/packages/socialiteproviders-laravelpassport)[socialiteproviders/discord

Discord OAuth2 Provider for Laravel Socialite

422.3M22](/packages/socialiteproviders-discord)

PHPackages © 2026

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