Releases: AmadulHaque/shopify-bridge
Releases · AmadulHaque/shopify-bridge
Release list
v1.1.5
v1.1.4
Update GraphqlResponse data method to return a more flexible type and decode JSON response
v1.1.3
1.1.2
improved webhook management
Enhance Shopify integration with access token validation and improved webhook management
v1.1.0
v1.0.0 — First Release
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, andshopify.webhookmiddleware- 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