prem-techchef / laravel-shopify
Shopify package for Laravel to aide in app development
Requires
- php: >=7.1.0
- doctrine/dbal: ~2.5
- laravel/framework: 5.5.*
- ohmybrew/basic-shopify-api: ^6.0
- razorpay/laravel-shopify: ^10.2.2@dev
Requires (Dev)
- mockery/mockery: ^1.0
- orchestra/database: ~3.6 | ~4.0
- orchestra/testbench: ~3.6 | ~4.0
- phpunit/phpunit: ~6.0 || ~7.0 || ~8.0
- squizlabs/php_codesniffer: ^3.0
- dev-master
- 10.2.2
- v10.2.1
- v10.2.0
- v10.1.0
- v10.0.0
- v9.2.0
- v9.1.0
- v9.0.0
- v8.0.1
- v8.0.0
- v7.1.1
- v7.1.0
- v7.0.0
- v6.0.0
- v5.3.0
- v5.2.0
- v5.1.2
- v5.1.1
- v5.1.0
- v5.0.1
- v5.0.0
- v4.3.0
- v4.2.1
- v4.2.0
- v4.1.0
- v4.0.6
- v4.0.5
- v4.0.4
- v4.0.3
- v4.0.2
- v4.0.1
- v4.0.0
- v3.2.0
- v3.1.1
- v3.1.0
- v3.0.2
- v3.0.1
- v3.0.0
- v2.3.2
- v2.3.1
- v2.3.0
- v2.2.0
- v2.1.1
- v2.1.0
- v2.0.1
- v2.0.0
- v1.3.1
- v1.3.0
- v1.2.0
- v1.1.0
- v1.0.0
- v0.1.1
- v0.1.0
- dev-feature/new-tag
- dev-feature/downgrade-laravel
- dev-itp-feature
This package is auto-updated.
Last update: 2025-03-22 19:10:51 UTC
README
A full-featured Laravel package for aiding in Shopify App development, similar to shopify_app
for Rails. Works for Laravel 5.6+
Table of Contents
* Wiki pages
- Goals
- Documentation
- Requirements*
- Installation* (New video guide to come soon)
- Route List*
- Usage*
- Changelog*
- Roadmap*
- Contributing Guide
- LICENSE
For more information, tutorials, etc., please view the project's wiki.
Goals
- Provide assistance in developing Shopify apps with Laravel
- Integration with Shopify API (REST, async REST, GraphQL)
- Authentication & installation for shops (both per-user and offline types)
- Plan & billing integration for single, recurring, and usage-types
- Tracking charges to a shop (recurring, single, usage, etc) with trial support
- Auto install app webhooks and scripttags thorugh background jobs
- Provide basic AppBridge views
- Handles and processes incoming webhooks
- Handles and verifies incoming app proxy requests
- Namespacing abilities to run multiple apps on the same database
Documentation
For full resources on this package, see the wiki.
For internal documentation, it is available here from phpDocumentor.
Issue or request?
If you have found a bug or would like to request a feature for discussion, please use the ISSUE_TEMPLATE
in this repo when creating your issue. Any issue submitted without this template will be closed.
LICENSE
This project is released under the MIT license.
Misc
Contributors
Contibutors are updated each release, pulled from Github API. See CONTRIBUTORS.txt
.
Special Note
I develop this package in my spare time, with a busy family/work life like many of you! So, I would like to thank everyone who's helped me out from submitting PRs, to assisting on issues, and plain using the package (I hope its useful). Cheers.