Skip to content

Releases: AmadulHaque/shopify-bridge

v1.1.5

Choose a tag to compare

@AmadulHaque AmadulHaque released this 30 Jul 12:51

update config

v1.1.4

Choose a tag to compare

@AmadulHaque AmadulHaque released this 30 Jul 11:55

Update GraphqlResponse data method to return a more flexible type and decode JSON response

v1.1.3

Choose a tag to compare

@AmadulHaque AmadulHaque released this 30 Jul 11:44

update container

1.1.2

Choose a tag to compare

@AmadulHaque AmadulHaque released this 30 Jul 10:19

demo

improved webhook management

Choose a tag to compare

@AmadulHaque AmadulHaque released this 30 Jul 10:05

Enhance Shopify integration with access token validation and improved webhook management

v1.1.0

Choose a tag to compare

@AmadulHaque AmadulHaque released this 30 Jul 07:08

change url

v1.0.0 — First Release

Choose a tag to compare

@AmadulHaque AmadulHaque released this 30 Jul 05:44

Info:

First stable release of Laravel Shopify package.

Features:

  • Shopify OAuth install flow
  • Secure OAuth state with Redis, file, or Laravel cache storage
  • Optional server-side OAuth state data
  • Admin GraphQL client
  • Webhook HMAC verification and subscription management
  • shopify.auth, shopify.shop, and shopify.webhook middleware
  • Uninstalled browser shops redirect to OAuth install route
  • Configurable callback URL handling
  • Contract-based token, shop, webhook, and authorization integration

Requirements:

  • PHP 8.3+
  • Laravel 13+
  • Shopify app client ID and client secret

Configure .env:

SHOPIFY_CLIENT_ID=
SHOPIFY_CLIENT_SECRET=
SHOPIFY_REDIRECT_URI=https://app.example.com/shopify/callback
SHOPIFY_STATE_CACHE_STORE=redis
SHOPIFY_UNAUTHENTICATED_REDIRECT_ROUTE=shopify.install