PHPackages                             dynamic/silverstripe-foxy-single-sign-on - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. dynamic/silverstripe-foxy-single-sign-on

ActiveSilverstripe-vendormodule[Utility &amp; Helpers](/categories/utility)

dynamic/silverstripe-foxy-single-sign-on
========================================

A skeleton for SilverStripe modules.

1.0.1(6y ago)11.4k3[1 PRs](https://github.com/dynamic/silverstripe-foxy-single-sign-on/pulls)BSD-3-ClausePHPCI failing

Since Oct 30Pushed 4mo ago1 watchersCompare

[ Source](https://github.com/dynamic/silverstripe-foxy-single-sign-on)[ Packagist](https://packagist.org/packages/dynamic/silverstripe-foxy-single-sign-on)[ RSS](/packages/dynamic-silverstripe-foxy-single-sign-on/feed)WikiDiscussions 1.0 Synced 2d ago

READMEChangelog (2)Dependencies (8)Versions (4)Used By (0)

SilverStripe Foxy Single Sign On
================================

[](#silverstripe-foxy-single-sign-on)

An add-on module for SilverStripe Foxy that allows single sign on with your Foxy shop.

[![Build Status](https://camo.githubusercontent.com/1081cc0bdaa049ec4298efcac8e10ce8b5baa2ada311a6a9ef157fc349974e98/68747470733a2f2f7472617669732d63692e6f72672f64796e616d69632f73696c7665727374726970652d666f78792d73696e676c652d7369676e2d6f6e2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/dynamic/silverstripe-foxy-single-sign-on)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/12ee40c737bdabf7a7f900c815febad66e18082ac9d326e630aa843e054f68aa/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f64796e616d69632f73696c7665727374726970652d666f78792d73696e676c652d7369676e2d6f6e2f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/dynamic/silverstripe-foxy-single-sign-on/?branch=master)[![Build Status](https://camo.githubusercontent.com/8ff8458d9bbfcd1497085a98863a4dc82c6cf07cd41715f8c9191e32407f4710/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f64796e616d69632f73696c7665727374726970652d666f78792d73696e676c652d7369676e2d6f6e2f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/dynamic/silverstripe-foxy-single-sign-on/build-status/master)[![codecov](https://camo.githubusercontent.com/3d596c03cdf36b4d43b18dca05c894a2c34a6a43a4cbfd123bf7b6a9c79c7587/68747470733a2f2f636f6465636f762e696f2f67682f64796e616d69632f73696c7665727374726970652d666f78792d73696e676c652d7369676e2d6f6e2f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/dynamic/silverstripe-foxy-single-sign-on)

[![Latest Stable Version](https://camo.githubusercontent.com/885e3cb2bd6dc2a656d1ec6d134b4c0e0ff2fa639adedaeaf3738a3d746d13c5/68747470733a2f2f706f7365722e707567782e6f72672f64796e616d69632f73696c7665727374726970652d666f78792d73696e676c652d7369676e2d6f6e2f762f737461626c65)](https://packagist.org/packages/dynamic/silverstripe-foxy-single-sign-on)[![Total Downloads](https://camo.githubusercontent.com/d787f3d32394da4291a7ca17db4c149cd24d803c2194f3c2fc041d55385df0ed/68747470733a2f2f706f7365722e707567782e6f72672f64796e616d69632f73696c7665727374726970652d666f78792d73696e676c652d7369676e2d6f6e2f646f776e6c6f616473)](https://packagist.org/packages/dynamic/silverstripe-foxy-single-sign-on)[![Latest Unstable Version](https://camo.githubusercontent.com/56c15aa15f43a75e7f910303f4a11c5e769eef4de554819b67bc872bdaa4e497/68747470733a2f2f706f7365722e707567782e6f72672f64796e616d69632f73696c7665727374726970652d666f78792d73696e676c652d7369676e2d6f6e2f762f756e737461626c65)](https://packagist.org/packages/dynamic/silverstripe-foxy-single-sign-on)[![License](https://camo.githubusercontent.com/431ee52d8cf97bd2f3ac35abc376f7c1fffa9c166e7df62ea33bd6406befcf4b/68747470733a2f2f706f7365722e707567782e6f72672f64796e616d69632f73696c7665727374726970652d666f78792d73696e676c652d7369676e2d6f6e2f6c6963656e7365)](https://packagist.org/packages/dynamic/silverstripe-foxy-single-sign-on)

Requirements
------------

[](#requirements)

- SilverStripe ^4.0
- SilverStripe Foxy API ^1.0

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

[](#installation)

```
composer require dynamic/silverstripe-foxy-single-sign-on ^1.0

```

Configuration
-------------

[](#configuration)

**Ensure the authenticator is set to "sha1\_v2.4"**

```
SilverStripe\security\Security:
  password_encryption_algorithm: 'sha1_v2.4'
```

**Ensure the Foxy store settings are set to `SHA-1, salted (suffix)` and `enable single sign on` is checked**

**Single sign on url should be set to `http://www.example.com/foxysso`**

[Advanced Store Settings](https://admin.foxycart.com/admin.php?ThisAction=EditAdvancedFeatures)

The value for `customer password hash config` should be `40` as that is the length of the salt in SilverStripe when using `sha1_v2.4`.

Documentation
-------------

[](#documentation)

- [Documentation readme](docs/en/readme.md)

Add links into your docs/ folder here unless your module only requires minimal documentation in that case, add here and remove the docs folder. You might use this as a quick table of content if you mhave multiple documentation pages.

Maintainers
-----------

[](#maintainers)

- [Dynamic](https://www.dynamicagency.com) ()

Bugtracker
----------

[](#bugtracker)

Bugs are tracked in the issues section of this repository. Before submitting an issue please read over existing issues to ensure yours is unique.

If the issue does look like a new bug:

- Create a new issue
- Describe the steps required to reproduce your issue, and the expected outcome. Unit tests, screenshots and screencasts can help here.
- Describe your environment as detailed as possible: SilverStripe version, Browser, PHP version, Operating System, any installed SilverStripe modules.

Please report security issues to the module maintainers directly. Please don't file security issues in the bugtracker.

Development and contribution
----------------------------

[](#development-and-contribution)

If you would like to make contributions to the module please ensure you raise a pull request and discuss with the module maintainers.

License
-------

[](#license)

See [License](license.md)

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance52

Moderate activity, may be stable

Popularity18

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 55% 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 ~405 days

Total

3

Last Release

1577d ago

### Community

Maintainers

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

---

Top Contributors

[![jsirish](https://avatars.githubusercontent.com/u/1163643?v=4)](https://github.com/jsirish "jsirish (11 commits)")[![muskie9](https://avatars.githubusercontent.com/u/870751?v=4)](https://github.com/muskie9 "muskie9 (7 commits)")[![mak001](https://avatars.githubusercontent.com/u/1750550?v=4)](https://github.com/mak001 "mak001 (2 commits)")

---

Tags

foxycarthacktoberfestsilverstripesilverstripecms

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/dynamic-silverstripe-foxy-single-sign-on/health.svg)

```
[![Health](https://phpackages.com/badges/dynamic-silverstripe-foxy-single-sign-on/health.svg)](https://phpackages.com/packages/dynamic-silverstripe-foxy-single-sign-on)
```

###  Alternatives

[axllent/silverstripe-cms-tweaks

Several CMS usability improvements

1826.2k1](/packages/axllent-silverstripe-cms-tweaks)[twohill/silverstripe-homepagefordomain

Allows to designate a page anywhere in the tree as the homepage for a specific domain, overruling the usual homepage (which is identified by the 'home' URLSegment).

131.3k](/packages/twohill-silverstripe-homepagefordomain)

PHPackages © 2026

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