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

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

hansdeboeck/socialite-exactonline
=================================

Exact Online OAuth2 Provider for Laravel Socialite

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

Since Aug 17Pushed 4y agoCompare

[ Source](https://github.com/hansdeboeck/socialite-exactonline)[ Packagist](https://packagist.org/packages/hansdeboeck/socialite-exactonline)[ RSS](/packages/hansdeboeck-socialite-exactonline/feed)WikiDiscussions master Synced 1mo 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 hansdeboeck/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

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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

3555d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5dc1f3a840d7cb68140b6c2d5a1ffd06dc2bcfd223c3473f56d7d8559d842c90?d=identicon)[hansdeboeck](/maintainers/hansdeboeck)

---

Top Contributors

[![hansdeboeck](https://avatars.githubusercontent.com/u/3226092?v=4)](https://github.com/hansdeboeck "hansdeboeck (8 commits)")

### Embed Badge

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

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

###  Alternatives

[socialiteproviders/microsoft

Microsoft OAuth2 Provider for Laravel Socialite

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

Apple OAuth2 Provider for Laravel Socialite

618.4M8](/packages/socialiteproviders-apple)[socialiteproviders/instagram

Instagram OAuth2 Provider for Laravel Socialite

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

Microsoft Azure OAuth2 Provider for Laravel Socialite

556.0M19](/packages/socialiteproviders-microsoft-azure)[socialiteproviders/laravelpassport

LaravelPassport OAuth2 Provider for Laravel Socialite

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

Discord OAuth2 Provider for Laravel Socialite

422.0M17](/packages/socialiteproviders-discord)

PHPackages © 2026

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