PHPackages                             cesarga/socialite-clio - 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. cesarga/socialite-clio

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

cesarga/socialite-clio
======================

Clio OAuth2 Provider for Laravel Socialite

v1.0.0(7y ago)0278MITPHPPHP ^5.6 || ^7.0

Since Jun 19Pushed 7y ago1 watchersCompare

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

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

socialite-clio
==============

[](#socialite-clio)

[Clio](https://www.clio.com/) OAuth2 [Provider](http://socialiteproviders.github.io/) for [Laravel Socialite](https://laravel.com/docs/socialite).

install
-------

[](#install)

```
composer require cesarga/socialite-clio
```

register
--------

[](#register)

app/Providers/EventServiceProvider.php

```
/**
 * The event listener mappings for the application.
 *
 * @var array
*/
protected $listen = [

    // ...

    'SocialiteProviders\\Manager\\SocialiteWasCalled' => [
        'SocialiteProviders\\Clio\\ClioExtendSocialite@handle',
    ],

    // ...

];
```

configure
---------

[](#configure)

config/services.php

```
return [

    // ...

    'clio' => [
        'base_url' => env('CLIO_BASE_URL', 'https://app.clio.com'),
        'client_id' => env('CLIO_APP_KEY'),
        'client_secret' => env('CLIO_APP_SECRET'),
        'redirect' => env('CLIO_APP_REDIRECT'),
    ],

    // ...

];
```

.env

```
CLIO_BASE_URL=https://eu.app.clio.com
CLIO_APP_KEY=C8dEOljM3EHMK6h4Em8DkmZuzovW6R4JcW06RcMH
CLIO_APP_SECRET=R1bOno3oEt9qUoCYm7vlIKylfJ1nD1OJY0Jc3WVT
CLIO_APP_REDIRECT=http://laravel.local/oauth/clio/callback

```

start building
--------------

[](#start-building)

```
return Socialite::driver('clio')->redirect();
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

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

2881d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d1c607359b71a3f5e967cb4f1393beeb60782bb7339dc2de8d8b46b50d439190?d=identicon)[cesarga](/maintainers/cesarga)

---

Top Contributors

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

---

Tags

laravelsocialiteClio

### Embed Badge

![Health badge](/badges/cesarga-socialite-clio/health.svg)

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

###  Alternatives

[socialiteproviders/microsoft

Microsoft OAuth2 Provider for Laravel Socialite

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

Instagram OAuth2 Provider for Laravel Socialite

421.9M5](/packages/socialiteproviders-instagram)[kovah/laravel-socialite-oidc

OpenID Connect OAuth2 Provider for Laravel Socialite

2073.7k](/packages/kovah-laravel-socialite-oidc)[socialiteproviders/kakao

Kakao OAuth2 Provider for Laravel Socialite

10484.7k4](/packages/socialiteproviders-kakao)

PHPackages © 2026

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