PHPackages                             revolution/socialite-freee - 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. revolution/socialite-freee

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

revolution/socialite-freee
==========================

Socialite for Freee

1.0.0(6y ago)0197MITPHPPHP ^7.2||^8.0

Since Feb 19Pushed 6y ago1 watchersCompare

[ Source](https://github.com/kawax/socialite-freee)[ Packagist](https://packagist.org/packages/revolution/socialite-freee)[ RSS](/packages/revolution-socialite-freee/feed)WikiDiscussions master Synced 1w ago

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

Laravel Socialite for Freee
===========================

[](#laravel-socialite-for-freee)

Requirements
------------

[](#requirements)

- PHP &gt;= 7.2

Installation
------------

[](#installation)

```
composer require revolution/socialite-freee

```

### config/services.php

[](#configservicesphp)

```
    'freee-accounting' => [
        'client_id' => env('FREEE_ACCOUNTING_CLIENT_ID'),
        'client_secret' => env('FREEE_ACCOUNTING_CLIENT_SECRET'),
        'redirect' => env('FREEE_ACCOUNTING_REDIRECT', '/auth-callback'),
    ],

```

### .env

[](#env)

```
FREEE_ACCOUNTING_CLIENT_ID=
FREEE_ACCOUNTING_CLIENT_SECRET=
FREEE_ACCOUNTING_REDIRECT=

```

Usage
-----

[](#usage)

routes/web.php

```
Route::get('/', 'LoginController@redirect');
Route::get('auth-callback', 'LoginController@callback');

```

LoginController

```
namespace App\Http\Controllers;

use Laravel\Socialite\Facades\Socialite;

class LoginController extends Controller
{
    public function redirect()
    {
        return Socialite::driver('freee-accounting')->redirect();
    }

    public function callback()
    {
        $user = Socialite::driver('freee-accounting')->user();
        dd($user);
    }
}
```

LICENCE
-------

[](#licence)

MIT

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

Established project with proven stability

 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

2281d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/77618633?v=4)[Revolution](/maintainers/revolution)[@Revolution](https://github.com/Revolution)

---

Top Contributors

[![kawax](https://avatars.githubusercontent.com/u/1502086?v=4)](https://github.com/kawax "kawax (1 commits)")

---

Tags

laravelsocialitefreeefreee-accounting

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/revolution-socialite-freee/health.svg)

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

###  Alternatives

[socialiteproviders/manager

Easily add new or override built-in providers in Laravel Socialite.

42542.0M544](/packages/socialiteproviders-manager)[andrewdwallo/filament-companies

A comprehensive Laravel authentication and authorization system designed for Filament, focusing on multi-tenant company management.

34450.0k2](/packages/andrewdwallo-filament-companies)[chrisreedio/socialment

Provides Socialite functionality for Filament.

10884.8k1](/packages/chrisreedio-socialment)[schedula/laravel-passport-socialite

The missing laravel passport feature for social authentication

4822.6k](/packages/schedula-laravel-passport-socialite)[revolution/socialite-mastodon

Socialite for Mastodon

13203.2k1](/packages/revolution-socialite-mastodon)[truckersmp/steam-socialite

Laravel Socialite provider for Steam OpenID.

1516.7k](/packages/truckersmp-steam-socialite)

PHPackages © 2026

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