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

0515PHP

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 yesterday

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

Maturity24

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://avatars.githubusercontent.com/u/1418027?v=4)[Rachid ESSAKHI](/maintainers/unikapps)[@unikapps](https://github.com/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

[kartik-v/yii2-password

Useful password strength validation utilities for Yii Framework 2.0

761.3M17](/packages/kartik-v-yii2-password)[vitalybaev/laravel5-dkim

Laravel 5/6 package for signing outgoing messages with DKIM.

3163.1k](/packages/vitalybaev-laravel5-dkim)

PHPackages © 2026

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