PHPackages                             unikapps/laravel-socialite-squarespace - 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. unikapps/laravel-socialite-squarespace

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

unikapps/laravel-socialite-squarespace
======================================

Laravel socialite provider for Squarespace

0514PHP

Since Aug 16Pushed 2y ago1 watchersCompare

[ Source](https://github.com/unikapps/laravel-socialite-squarespace)[ Packagist](https://packagist.org/packages/unikapps/laravel-socialite-squarespace)[ RSS](/packages/unikapps-laravel-socialite-squarespace/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Laravel socialite squarespace provider
======================================

[](#laravel-socialite-squarespace-provider)

```
composer require unikapps/laravel-socialite-squarespace
```

Installation &amp; Basic Usage
------------------------------

[](#installation--basic-usage)

Please see the [Base Installation Guide](https://socialiteproviders.com/usage/), then follow the provider specific instructions below.

### Add configuration to `config/services.php`

[](#add-configuration-to-configservicesphp)

```
'squarespace' => [
  'client_id' => env('SQUARESPACE_CLIENT_ID'),
  'client_secret' => env('SQUARESPACE_CLIENT_SECRET'),
  'redirect' => env('SQUARESPACE_REDIRECT_URI')
],
```

### Add provider event listener

[](#add-provider-event-listener)

Configure the package's listener to listen for `SocialiteWasCalled` events.

Add the event to your `listen[]` array in `app/Providers/EventServiceProvider`. See the [Base Installation Guide](https://socialiteproviders.com/usage/) for detailed instructions.

```
protected $listen = [
    \SocialiteProviders\Manager\SocialiteWasCalled::class => [
        // ... other providers
        \Unikapps\LaravelSocialiteSquarespace\SquarespaceExtendSocialite::class.'@handle',
    ],
];
```

### Usage

[](#usage)

You should now be able to use the provider like you would regularly use Socialite (assuming you have the facade installed):

```
$scopes = ['website.products.read', 'website.profiles.read'];
return Socialite::driver('squarespace')->scopes($scopes)->redirect();
```

### Returned User fields

[](#returned-user-fields)

- `id` as Squarespace instance id
- `name` as website display name
- `email` Account email is not accessible at this point, we fake it by returning: {subdomain}@squarespace.com

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity23

Early-stage or recently created project

 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.

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/unikapps-laravel-socialite-squarespace/health.svg)

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

###  Alternatives

[namshi/jose

JSON Object Signing and Encryption library for PHP.

1.8k99.6M101](/packages/namshi-jose)[league/oauth1-client

OAuth 1.0 Client Library

99698.8M106](/packages/league-oauth1-client)[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[gesdinet/jwt-refresh-token-bundle

Implements a refresh token system over Json Web Tokens in Symfony

70516.4M35](/packages/gesdinet-jwt-refresh-token-bundle)[league/oauth2-google

Google OAuth 2.0 Client Provider for The PHP League OAuth2-Client

41721.2M118](/packages/league-oauth2-google)[illuminate/auth

The Illuminate Auth package.

9327.3M1.0k](/packages/illuminate-auth)

PHPackages © 2026

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