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

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

skynetru/socialite-clio-laravel7
================================

Clio OAuth2 Provider for Laravel 7 Socialite

1.0.2(5y ago)09MITPHPPHP ^5.6 || ^7.0

Since Sep 13Pushed 5y ago1 watchersCompare

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

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

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

[](#socialite-clio-laravel7)

Origin: [socialite-clio](https://github.com/cesarga/socialite-clio)

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

install
-------

[](#install)

```
composer require skynetru/socialite-clio-laravel7
```

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

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

Every ~0 days

Total

3

Last Release

2067d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2178df5e98a016c86724c532dc4eb857a772607f2a1ccc7ce4451ff8d75e0194?d=identicon)[SkyNetRU](/maintainers/SkyNetRU)

---

Top Contributors

[![SkyNetRu](https://avatars.githubusercontent.com/u/6891337?v=4)](https://github.com/SkyNetRu "SkyNetRu (3 commits)")

---

Tags

laravelsocialiteClio

### Embed Badge

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

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

###  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)
