socialiteproviders/shopify
Shopify OAuth2 Provider for Laravel Socialite
4.3.0
523K downloads/mo
#4807 most downloaded on Packagist
SocialiteProviders/Shopify
What this package is like to depend on
Last release 1 months ago
21 Jul 2026
Release timing varies
gaps range from 2 weeks to 3.9 years
Some releases are documented
notes for 4 of 9 stable releases
Nothing withdrawn
no release was ever pulled
10 years old
9 releases · first in 2017
1 release in the last 12 months
see the full history below
Release timeline
9 releases · Feb 2017 to Jul 2026Releases
latest 9-
4.3.021 Jul 2026Release notes
Open source →What's Changed
- fix: replace deprecated Request::get() with input() by @atymic in SocialiteProviders/Providers#1462
Full Changelog: SocialiteProviders/[email protected]
-
4.2.009 Nov 2024 -
4.1.001 Dec 2020Nothing published for this version
-
4.0.025 Oct 2020Nothing published for this version
-
v1.0.420 Jun 2018Release notes
Open source →Allow retrieval of subdomain from a parameter (#186)
* Allow retrieval of subdomain from a parameter
* StyleCI fixes
-
v1.0.313 Jun 2017Release notes
Open source →[Shopify] Dynamic myshopify.com subdomain (#77)
* Dynamic myshopify.com subdomain
The oauth domain is not a constant with shopify - each store hais on its own subdomain.
The current setup of defining a subdomain in the services config array will not work when for example installing an app or sales channel from the Shopify app store. The subdomain value need to be dynamic from the shop GET parameter.This PR swaps out the current subdomain config item for the shop param in the current request.
I don't think this is the ideal solution, but it works and at least gets the ball rolling to sort out the issue.I have implemented it to have no breaking changes - if the subdomain is set - that will be used, if not it will fallback to the shop param on the request.
* code style fix
.. I think
* StyleCI doesn't tell you exactly what wrong
so guess work here
-
v1.0.208 Mar 2017Nothing published for this version
-
v1.0.117 Feb 2017Nothing published for this version
-
v1.0.004 Feb 2017Nothing published for this version