PHPackages                             punchlist/laravel-socialite-webflow - 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. punchlist/laravel-socialite-webflow

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

punchlist/laravel-socialite-webflow
===================================

A custom Webflow driver for Laravel Socialite

v1.0.1(3y ago)25.2k↓60%1MITPHPPHP ^8.1

Since Nov 12Pushed 3y ago1 watchersCompare

[ Source](https://github.com/punchlistlabs/laravel-socialite-webflow)[ Packagist](https://packagist.org/packages/punchlist/laravel-socialite-webflow)[ RSS](/packages/punchlist-laravel-socialite-webflow/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (2)Dependencies (5)Versions (3)Used By (0)

laravel-socialite-webflow
=========================

[](#laravel-socialite-webflow)

Webflow Oauth Driver for Laravel Socialite

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

[](#installation)

You can install the package via composer:

```
composer require punchlist/laravel-socialite-webflow
```

Usage
-----

[](#usage)

Once you install the package, add the next config values in you `config/services.php` configuration file:

```
'webflow' => [
    'base_uri' => env('WEBFLOW_URI'),
    'client_id' => env('WEBFLOW_CLIENT_ID'),
    'client_secret' => env('WEBFLOW_CLIENT_SECRET'),
    'redirect' => env('WEBFLOW_REDIRECT_URI'),
],
```

Then, you can use the driver as you would use it in the Laravel Socialite's official [documentation](https://laravel.com/docs/9.x/socialite). Use `webflow` keyword when you want to instantiate the driver:

```
$user = Socialite::driver('webflow')->user();
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

If you discover any security related issues, please email  or use issue tracker.

Sponsorship
-----------

[](#sponsorship)

Development of this package is sponsored by Punchlist learn more [about us](https://punchlist.com)!

License
-------

[](#license)

The MIT License (MIT). Please see [License File](https://github.com/punchlistlabs/laravel-socialite-webflow/blob/main/LICENSE) for more information.

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community8

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

Every ~6 days

Total

2

Last Release

1323d ago

### Community

Maintainers

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

---

Top Contributors

[![tcampbPPU](https://avatars.githubusercontent.com/u/25044744?v=4)](https://github.com/tcampbPPU "tcampbPPU (14 commits)")

---

Tags

laravellaravel-socialitesocialitewebflow

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/punchlist-laravel-socialite-webflow/health.svg)

```
[![Health](https://phpackages.com/badges/punchlist-laravel-socialite-webflow/health.svg)](https://phpackages.com/packages/punchlist-laravel-socialite-webflow)
```

###  Alternatives

[socialiteproviders/manager

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

42747.6M583](/packages/socialiteproviders-manager)[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[dutchcodingcompany/filament-socialite

Social login for Filament through Laravel Socialite

2191.1M10](/packages/dutchcodingcompany-filament-socialite)[genealabs/laravel-sign-in-with-apple

Add Apple's new single-signon feature to your site with ease.

481657.3k](/packages/genealabs-laravel-sign-in-with-apple)[genealabs/laravel-socialiter

Automatically manage user persistence and resolution for any Laravel Socialite provider.

134431.3k](/packages/genealabs-laravel-socialiter)[andrewdwallo/filament-companies

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

35156.4k2](/packages/andrewdwallo-filament-companies)

PHPackages © 2026

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